You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix stale skill counts: 21 → 34 across 5 doc pages
CodeRabbit flagged that first-session.md referenced "21 skills" when the
correct total across all plugins is 34 (skill-engine: 21, spec-workflow: 8,
ticket-workflow: 4, agent-system: 1). The same stale count appeared in the
Getting Started index, Features index headline, summary table, and skills
section. Updated all CodeForge-wide references to 34; plugin-specific
references (e.g., "Skill Engine — 21") remain correct in context.
Copy file name to clipboardExpand all lines: .devcontainer/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
25
25
#### Docs
26
26
-**Active sidebar item** — increased background opacity from 0.08 to 0.14, added `font-weight: 600` and `color: var(--sl-color-accent-high)` for readable contrast against inactive items
27
+
-**Stale skill counts** — 5 pages (First Session, Getting Started index, Features index) referenced "21 skills" instead of the correct total of 34 across all plugins (skill-engine: 21, spec-workflow: 8, ticket-workflow: 4, agent-system: 1)
Copy file name to clipboardExpand all lines: docs/src/content/docs/features/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This section is your reference guide to everything CodeForge provides. Whether y
14
14
Out of the box, CodeForge gives you:
15
15
16
16
-**17 specialized AI agents** with focused expertise and safety-calibrated tool access
17
-
-**21 domain knowledge packs** (skills) for frameworks, patterns, and workflows
17
+
-**34 domain knowledge packs** (skills) for frameworks, patterns, and workflows
18
18
-**21 CLI tools** for session management, code quality, and development
19
19
-**3 layers of code intelligence** — AST-based search, syntax parsing, and LSP semantic analysis
20
20
-**12 plugins** that wire everything together with hooks, guards, and automation
@@ -43,7 +43,7 @@ Key safety features set CodeForge agents apart:
43
43
44
44
## Skills
45
45
46
-
**21 domain-specific knowledge packs** give Claude deep expertise in frameworks, patterns, and workflows. When you start discussing FastAPI routes or Svelte 5 runes, the skill engine detects the context and auto-suggests the relevant skill. Once loaded, the skill injects structured knowledge — best practices, code patterns, API references, and common pitfalls — directly into Claude's context for the current task.
46
+
**34 domain-specific knowledge packs** give Claude deep expertise in frameworks, patterns, and workflows. The skill engine provides 21 core skills covering frameworks, practices, and Claude/CodeForge topics. Additional skills come from the spec-workflow (8), ticket-workflow (4), and agent-system (1) plugins. When you start discussing FastAPI routes or Svelte 5 runes, the skill engine detects the context and auto-suggests the relevant skill. Once loaded, the skill injects structured knowledge — best practices, code patterns, API references, and common pitfalls — directly into Claude's context for the current task.
47
47
48
48
Each skill is built around a "mental model" — a concise explanation of how a technology works, followed by concrete patterns, code examples, and guidance. This is not generic documentation; skills encode the kind of working knowledge a senior specialist carries.
49
49
@@ -55,7 +55,7 @@ Skills cover three categories:
55
55
|**Practices**| Testing, Debugging, Security, Refactoring, API Design | Methodology, checklists, and established patterns |
56
56
|**Claude & CodeForge**| Agent SDK, Headless Mode, Skill Building, Spec Writing | Guidance for building on and extending CodeForge itself |
57
57
58
-
[View all 21 skills →](./skills/)
58
+
[View all 34 skills →](./skills/)
59
59
60
60
## CLI Tools
61
61
@@ -90,7 +90,7 @@ CodeForge installs LSP servers for Python (Pyright), TypeScript/JavaScript, and
90
90
| Category | Count | Highlights |
91
91
|----------|-------|------------|
92
92
|[Agents](./agents/)| 17 | Architect, Explorer, Security Auditor, Test Writer, Refactorer, and 12 more |
93
-
|[Skills](./skills/)|21| FastAPI, Svelte 5, Docker, Testing, Debugging, Security, and 15 more |
93
+
|[Skills](./skills/)|34| FastAPI, Svelte 5, Docker, Testing, Debugging, Security, and 28 more |
Copy file name to clipboardExpand all lines: docs/src/content/docs/getting-started/first-session.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ claude-dashboard
96
96
97
97
## Agents and Skills
98
98
99
-
CodeForge includes **17 specialized agents** and **21 skills** that activate automatically based on what you're working on. You don't need to memorize names — just describe what you want, and Claude delegates to the right specialist. The examples in "What to Try First" above show this in action.
99
+
CodeForge includes **17 specialized agents** and **34 skills** that activate automatically based on what you're working on. You don't need to memorize names — just describe what you want, and Claude delegates to the right specialist. The examples in "What to Try First" above show this in action.
100
100
101
101
-**[Agents](../features/agents/)** — specialized AI personas for architecture, debugging, testing, security, migrations, and more
102
102
-**[Skills](../features/skills/)** — domain-specific knowledge packs (FastAPI, Docker, Svelte, debugging patterns, etc.) that the skill engine suggests automatically or you invoke with slash commands like `/spec-new`
Copy file name to clipboardExpand all lines: docs/src/content/docs/getting-started/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar:
5
5
order: 1
6
6
---
7
7
8
-
CodeForge is a DevContainer configuration that transforms your development environment into an AI-powered workspace. It bundles 12 plugins, 21 tools, 17 specialized agents, and 21 skills into a single `npx codeforge-dev` install.
8
+
CodeForge is a DevContainer configuration that transforms your development environment into an AI-powered workspace. It bundles 12 plugins, 21 tools, 17 specialized agents, and 34 skills into a single `npx codeforge-dev` install.
9
9
10
10
## What is CodeForge?
11
11
@@ -75,7 +75,7 @@ Agents are specialized AI personas that Claude delegates to based on your reques
75
75
76
76
See [Agents](../features/agents/) for the full roster.
77
77
78
-
### 21 Skills
78
+
### 34 Skills
79
79
80
80
Skills are domain-specific knowledge packs that Claude can draw on. They provide curated best practices, patterns, and workflows for specific technologies and tasks:
Copy file name to clipboardExpand all lines: docs/src/content/docs/reference/changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ For minor and patch updates, you can usually just rebuild the container. Check t
73
73
74
74
#### Docs
75
75
-**Active sidebar item** — increased background opacity from 0.08 to 0.14, added `font-weight: 600` and `color: var(--sl-color-accent-high)` for readable contrast against inactive items
76
+
-**Stale skill counts** — 5 pages (First Session, Getting Started index, Features index) referenced "21 skills" instead of the correct total of 34 across all plugins (skill-engine: 21, spec-workflow: 8, ticket-workflow: 4, agent-system: 1)
0 commit comments