Skip to content

Commit 1bb14e7

Browse files
committed
[#229] fix: correct stale skill counts in writing-skills.mdx after rebase
Found while rebasing this branch onto the updated main: this file's own "Process 11 / Capability 22" counts predate #246's process→capability reclassification and weren't part of the rebase conflict (git auto-merged it verbatim since main never touched this specific file). Corrected to Process 9 / Capability 24, consistent with skills-guide.md and skills-catalog.mdx. Also fixed a pre-existing MD012 (multiple blank lines) markdownlint violation at EOF. Refs: #229
1 parent 40e0ab4 commit 1bb14e7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/website/content/docs/contributing/writing-skills.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This guide walks you through creating a new skill for the pair Knowledge Base.
1111

1212
| Type | Count | Purpose |
1313
|------|-------|---------|
14-
| **Process** | 11 | Lifecycle phases — orchestrate capability skills (e.g., `/implement`, `/review`) |
15-
| **Capability** | 22 | Atomic units — perform a single focused operation (e.g., `/verify-quality`, `/record-decision`) |
14+
| **Process** | 9 | Lifecycle phases — orchestrate capability skills (e.g., `/implement`, `/review`) |
15+
| **Capability** | 24 | Atomic units — perform a single focused operation (e.g., `/verify-quality`, `/record-decision`) |
1616

1717
Process skills **compose** capability skills. Capability skills are independently invocable.
1818

@@ -179,4 +179,3 @@ Add your skill to `packages/knowledge-hub/dataset/.pair/knowledge/skills-guide.m
179179
- [Agent Skills specification](https://agentskills.io) — The open standard.
180180
- [Skills Catalog](/docs/reference/skills-catalog) — Full list of all 34 pair skills.
181181
- [Skills concept](/docs/concepts/skills) — How skills fit into the pair ecosystem.
182-

0 commit comments

Comments
 (0)