From 59f394c9d26603dafbac2fb6ef32b62e959a352e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 17:40:00 +0000 Subject: [PATCH 1/2] Initial plan From e93f1effb58899e8890044feec8f90e1906ec0c3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 17:41:15 +0000 Subject: [PATCH 2/2] Fix skill count and naming inconsistency in documentation Co-authored-by: aalmada <534533+aalmada@users.noreply.github.com> --- .claude/skills/NAMING-CONVENTIONS.md | 2 +- docs/guides/agent-guide.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude/skills/NAMING-CONVENTIONS.md b/.claude/skills/NAMING-CONVENTIONS.md index 7eeab77..22eef39 100644 --- a/.claude/skills/NAMING-CONVENTIONS.md +++ b/.claude/skills/NAMING-CONVENTIONS.md @@ -18,7 +18,7 @@ Use the prefix that matches the dominant technology or artifact the skill target | `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` | `wolverine__` | Wolverine messaging, command handlers, Wolverine diagnostics | Handler templates, Wolverine-specific debugging | (future) `wolverine__handler_scaffold` | `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` -| `cache__` | HybridCache + Redis tuning | Cache debugging, invalidation playbooks | `debug-cache → cache__troubleshoot` +| `cache__` | HybridCache + Redis tuning | Cache debugging, invalidation playbooks | `debug-cache → cache__debug_cache` | `frontend__` | Blazor features, ReactiveQuery patterns, SSE UX | UI scaffolding, optimistic update flows | `scaffold-frontend-feature → frontend__feature_scaffold` | `ops__` | Local runbooks unrelated to a single stack (doctor, rebuild) | Environment health checks, clean rebuilds | `doctor → ops__doctor_check`, `rebuild-clean → ops__rebuild_clean` | `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` diff --git a/docs/guides/agent-guide.md b/docs/guides/agent-guide.md index ebe9fa0..f38efbd 100644 --- a/docs/guides/agent-guide.md +++ b/docs/guides/agent-guide.md @@ -168,7 +168,7 @@ The agent then follows the skill's instructions step-by-step. ### Skill Cross-Referencing System -All 17 skills include "Related Skills" sections that reference each other, creating an interconnected ecosystem: +All 28 skills include "Related Skills" sections that reference each other, creating an interconnected ecosystem: **Example**: `/test__integration_scaffold` references: - **Prerequisites**: `/wolverine__create_operation`, `/marten__list_query`, `/frontend__feature_scaffold` @@ -176,7 +176,7 @@ All 17 skills include "Related Skills" sections that reference each other, creat - **See Also**: Links to test runner skills for execution **Coverage**: -- All 17 skills have "Related Skills" sections +- All 28 skills have "Related Skills" sections - ~85 cross-reference links between skills - 4 end-to-end workflow paths documented - Common commands centralized (test runners, environment checks)