Skip to content

Commit e417b94

Browse files
Copilotaalmada
andcommitted
Fix skill count and naming inconsistency in documentation
Co-authored-by: aalmada <534533+aalmada@users.noreply.github.com>
1 parent 590fa57 commit e417b94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/skills/NAMING-CONVENTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the prefix that matches the dominant technology or artifact the skill target
1818
| `marten__` | Event sourcing, projections, document storage | Aggregate scaffolding, single/multi-stream projections, Marten troubleshooting | `scaffold-single-stream-projection → marten__single_stream_projection`, `scaffold-aggregate → marten__aggregate_scaffold`
1919
| `wolverine__` | Wolverine messaging, command handlers, Wolverine diagnostics | Handler templates, Wolverine-specific debugging | (future) `wolverine__handler_scaffold`
2020
| `aspire__` | Aspire orchestration, AppHost utilities, MCP integration | Starting the solution, setup scripts, pipeline hooks | `start-solution → aspire__start_solution`, `setup-aspire-mcp → aspire__setup_mcp`
21-
| `cache__` | HybridCache + Redis tuning | Cache debugging, invalidation playbooks | `debug-cache → cache__troubleshoot`
21+
| `cache__` | HybridCache + Redis tuning | Cache debugging, invalidation playbooks | `debug-cache → cache__debug_cache`
2222
| `frontend__` | Blazor features, ReactiveQuery patterns, SSE UX | UI scaffolding, optimistic update flows | `scaffold-frontend-feature → frontend__feature_scaffold`
2323
| `ops__` | Local runbooks unrelated to a single stack (doctor, rebuild) | Environment health checks, clean rebuilds | `doctor → ops__doctor_check`, `rebuild-clean → ops__rebuild_clean`
2424
| `deploy__` | Azure/Kubernetes shipping plus rollbacks | `aspire run` deployment helpers, rollback procedures | `deploy-to-azure → deploy__azure_container_apps`, `deploy-kubernetes → deploy__kubernetes_cluster`, `rollback-deployment → deploy__rollback`

docs/guides/agent-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@ The agent then follows the skill's instructions step-by-step.
168168

169169
### Skill Cross-Referencing System
170170

171-
All 17 skills include "Related Skills" sections that reference each other, creating an interconnected ecosystem:
171+
All 28 skills include "Related Skills" sections that reference each other, creating an interconnected ecosystem:
172172

173173
**Example**: `/test__integration_scaffold` references:
174174
- **Prerequisites**: `/wolverine__create_operation`, `/marten__list_query`, `/frontend__feature_scaffold`
175175
- **Next Steps**: `/test__verify_feature`
176176
- **See Also**: Links to test runner skills for execution
177177

178178
**Coverage**:
179-
- All 17 skills have "Related Skills" sections
179+
- All 28 skills have "Related Skills" sections
180180
- ~85 cross-reference links between skills
181181
- 4 end-to-end workflow paths documented
182182
- Common commands centralized (test runners, environment checks)

0 commit comments

Comments
 (0)