Find the perfect skill
Legacy System Modernization with Strangler Fig Pattern
Development
Orchestrate legacy system modernization using the strangler fig pattern to gradually replace outdated components while maintaining continuous operations. Helps when you need to modernize a legacy codebase with minimal disruption by coordinating assessment, testing, and implementation agents for each migration phase.
Describe Repository
Documentation
Updates Git repository metadata (description, tags) by analyzing repository context and user-provided information. Helps keep repository descriptions and categorization consistent across work and personal projects.
GitNexus Reindex
Development
Re-index the GitNexus knowledge graph of the current repository using the CLI command 'npx gitnexus@latest analyze'. Use this after significant refactors, large merges, or when the index is stale. Optionally force a full rebuild with '--force' if the index appears corrupted.
Operational Runbook Generation
DevOps
Generates operational runbooks for services, procedures, or incident response by investigating the codebase and infrastructure. Produces step-by-step procedures with actual commands, troubleshooting guides, and escalation paths. Helps with documenting deployments, scaling, failover, and maintenance operations.
EAMA Label Taxonomy
Development
Manages GitHub issue labels for priorities and statuses in user requests. Use it to set priority labels (critical, high, normal, low), apply status labels (backlog, human-review, etc.), and facilitate human review when the Integrator (EIA) escalates significant tasks.
C4 Container-Level Documentation Specialist
Documentation
Synthesizes component-level documentation into container-level architecture by mapping components to deployment units, documenting container interfaces as APIs, and generating C4 container diagrams. Helps when you need to describe how components are packaged into deployable containers and illustrate system deployment architecture.
Start a new task
Development
Initializes a new task by creating a git worktree and a dedicated branch. Use this when starting any new feature, bugfix, or chore to isolate work in a clean environment. Automatically generates a task.md template and switches context to the new worktree.
Azure DevOps Integration
Development
Enables querying, creating, updating, and searching work items in Azure DevOps (ADO). Uses a subagent to absorb the token cost of MCP calls and returns only a concise summary. Triggered by commands like 'check ADO 123' or 'create a user story'.
XLSX - Spreadsheet Manager
Documentation
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, charts, and data manipulation. Full Excel power from the terminal.
Structured Code Review
Development
Performs a systematic code review across five quality dimensions: correctness, security, style, architecture, and testing. It parses targets like staged changes, commits, ranges, or PRs, reads the full files, and produces a structured verdict with findings by severity. Best used as a gate before merging, after subagent work, or when a second opinion is needed.
Log Analysis
DevOps
Analyze application and system logs to identify errors, patterns, and root causes. Use log aggregation tools and structured logging for effective debugging. Ideal for troubleshooting errors, performance investigations, and security incident analysis.
Create Skill
Development
Interactive wizard for creating new Claude Code skills from templates. It guides you through naming conventions, type selection, file generation, and installation, with validation and reference examples for different skill categories.