Find the perfect skill
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.
Show Issue Details
Development
Shows the full details of a specific issue by reading its .toml file. Helpful for reviewing status, priority, assignment, and comments of an issue given its ID.
Idealista - Property Search
Business & Administration
Query Idealista API for property listings in Spain and Portugal. Search apartments, houses, and commercial properties with detailed filters.
V3 Core Implementation
Development
Implements core TypeScript modules for claude-flow v3 following Domain-Driven Design principles, clean architecture patterns, and modern TypeScript best practices with comprehensive test coverage.