Skip to content

Commit c5277a7

Browse files
committed
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.
1 parent 78d83a0 commit c5277a7

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.devcontainer/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#### Docs
2626
- **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)
2728

2829
## [v1.14.0] - 2026-02-24
2930

docs/src/content/docs/features/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This section is your reference guide to everything CodeForge provides. Whether y
1414
Out of the box, CodeForge gives you:
1515

1616
- **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
1818
- **21 CLI tools** for session management, code quality, and development
1919
- **3 layers of code intelligence** — AST-based search, syntax parsing, and LSP semantic analysis
2020
- **12 plugins** that wire everything together with hooks, guards, and automation
@@ -43,7 +43,7 @@ Key safety features set CodeForge agents apart:
4343

4444
## Skills
4545

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.
4747

4848
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.
4949

@@ -55,7 +55,7 @@ Skills cover three categories:
5555
| **Practices** | Testing, Debugging, Security, Refactoring, API Design | Methodology, checklists, and established patterns |
5656
| **Claude & CodeForge** | Agent SDK, Headless Mode, Skill Building, Spec Writing | Guidance for building on and extending CodeForge itself |
5757

58-
[View all 21 skills →](./skills/)
58+
[View all 34 skills →](./skills/)
5959

6060
## CLI Tools
6161

@@ -90,7 +90,7 @@ CodeForge installs LSP servers for Python (Pyright), TypeScript/JavaScript, and
9090
| Category | Count | Highlights |
9191
|----------|-------|------------|
9292
| [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 |
9494
| [CLI Tools](./tools/) | 21 | Session search, token tracking, code quality, formatters, and runtimes |
9595
| [Code Intelligence](./code-intelligence/) | 3 | ast-grep, tree-sitter, LSP servers for Python/TS/Go |
9696

docs/src/content/docs/getting-started/first-session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ claude-dashboard
9696

9797
## Agents and Skills
9898

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.
100100

101101
- **[Agents](../features/agents/)** — specialized AI personas for architecture, debugging, testing, security, migrations, and more
102102
- **[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`

docs/src/content/docs/getting-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 1
66
---
77

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.
99

1010
## What is CodeForge?
1111

@@ -75,7 +75,7 @@ Agents are specialized AI personas that Claude delegates to based on your reques
7575

7676
See [Agents](../features/agents/) for the full roster.
7777

78-
### 21 Skills
78+
### 34 Skills
7979

8080
Skills are domain-specific knowledge packs that Claude can draw on. They provide curated best practices, patterns, and workflows for specific technologies and tasks:
8181

docs/src/content/docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ For minor and patch updates, you can usually just rebuild the container. Check t
7373

7474
#### Docs
7575
- **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)
7677

7778
## v1.14.0
7879

0 commit comments

Comments
 (0)