Run end-to-end integration tests with all 15 agents and supervisor in local Docker Compose dev environment. Validates agent discovery, multi-agent routing, checkpoint persistence, and cross-agent follow-up conversations.
Skill "speckit.specify" from caipe-io/ai-platform-engineering, covering user input, outline, quick guidelines, section requirements and for ai generation.
Maintains services, domain logic, application layer, policies, ports, and service-local distributed semantics in services/ /model.yaml. Owns services/, fixtures/, verification/ (service-level). Services are pure libraries — no main.rs, no HTTP server, no message consumer loops. Use when changing services/…
Generates Custom Agent files (.github/agents/.agent.md) with persona-based configurations, specialized tool sets, and role-specific cognitive architectures. Use when the user requests a specialized role or perspective (Security Auditor, Documentation Writer, Release Engineer, etc.). Creates agents with defined…
Generates reusable Prompt Template files (.github/prompts/.prompt.md) with variable substitution for ad-hoc, high-frequency tasks. Use when the user needs quick, repeatable prompts for common operations (explain code, fix bug, add tests, refactor, document). Creates templates with handlebars variables, optimized…
This skill exposes NEAT's live semantic graph to Claude Code over MCP. Once installed, Claude can ask the running NEAT daemon (neatd) about a project's services, dependencies, recent errors, and policy violations — same as any other agent NEAT supports.
Query NEAT's live semantic graph — structure, dependencies, runtime (OBSERVED) behaviour, and divergence between declared and observed — before grepping. Use for architecture-level questions on this codebase.
Configure and debug Backstage authentication — auth providers, sign-in resolvers, the app SignInPage, service-to-service tokens, and the hardened OAuth redirect-URI and CIMD allowlists.
Set up, debug, and CI-publish Backstage TechDocs — mkdocs.yml, techdocs-ref, builder/generator/publisher config, storage backends, and docs that are missing, stale, or fail to build.
Take a finished Backstage change to reviewer-ready — audit the diff for churn and leaked secrets, confirm changesets, API reports and config schema, and draft the PR title and body.