Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
issue-creator
Generate GitHub issues from an approved engineering specification. Use to break down a spec into implementable, atomic tasks with dependencies, sizing, and labels.
pcortes/swarm-attack 1
-
feature-spec-author
Draft detailed engineering specs from an approved PRD. Use when generating or updating the engineering specification for a feature, before implementation begins.
pcortes/swarm-attack 1
-
feature-verifier
Analyze test failures and suggest fixes for Feature Swarm verification. Use when tests fail during the verification phase to diagnose root cause and determine if automatic recovery is possible.
pcortes/swarm-attack 1
-
feature-spec-critic
Review and score engineering specs against a quality rubric. Use when evaluating a spec draft before implementation to ensure it meets quality standards and identifies potential issues.
pcortes/swarm-attack 1
-
coder
Implementation Agent: Full TDD workflow in a single context window. Writes tests, implements code, and iterates until all tests pass.
pcortes/swarm-attack 1
-
root-cause-analyzer
Analyze reproduction evidence to identify the root cause of bugs. Use after reproduction to trace execution and find the exact location and reason for the failure.
pcortes/swarm-attack 1
-
issue-validator
Validate generated GitHub issues for completeness and implementability. Reviews each issue for clear scope, actionable acceptance criteria, and sufficient context for implementation.
pcortes/swarm-attack 1
-
bug-root-cause-moderator
pcortes/swarm-attack 1
-
bug-researcher
Reproduce bugs and gather evidence for root cause analysis. Use when investigating a bug report to confirm reproduction and collect detailed information about the failure.
pcortes/swarm-attack 1
-
feature-recovery
Analyze implementation failures and generate recovery plans. Use when an issue fails and needs diagnosis for retry or escalation.
pcortes/swarm-attack 1
-
feature-spec-moderator
Chief Architect review - critically evaluate peer feedback on an engineering spec. Integrate valid suggestions, push back on scope creep, and maintain alignment with the PRD. Enforce startup simplicity.
pcortes/swarm-attack 1
-
bug-fix-plan-moderator
pcortes/swarm-attack 1
-
bug-fix-plan-critic
pcortes/swarm-attack 1
-
fix-planner
Design fix plans based on root cause analysis. Use after root cause is identified to plan specific code changes and test cases needed to fix the bug.
pcortes/swarm-attack 1
-
complexity-gate
Estimate issue complexity before implementation to prevent timeouts. Uses cheap estimation to save expensive implementation tokens.
pcortes/swarm-attack 1
-
issue-creator
Generate GitHub issues from an approved engineering specification. Use to break down a spec into implementable, atomic tasks with dependencies, sizing, and labels.
pcortes/swarm-attack 1
-
issue-splitter
Split complex issues into smaller, implementable sub-issues. Called automatically when ComplexityGate determines an issue needs splitting.
pcortes/swarm-attack 1
-
feature-spec-author
Draft detailed engineering specs from an approved PRD. Use when generating or updating the engineering specification for a feature, before implementation begins.
pcortes/swarm-attack 1
-
feature-verifier
Analyze test failures and suggest fixes for Feature Swarm verification. Use when tests fail during the verification phase to diagnose root cause and determine if automatic recovery is possible.
pcortes/swarm-attack 1
-
feature-spec-critic
Review and score engineering specs against a startup-focused quality rubric. Penalize over-engineering and reward simplicity.
pcortes/swarm-attack 1
-
bug-root-cause-critic
pcortes/swarm-attack 1
-
coder
Implementation Agent: Full TDD workflow in a single context window. Writes tests, implements code, and iterates until all tests pass.
pcortes/swarm-attack 1
-
root-cause-analyzer
Analyze reproduction evidence to identify the root cause of bugs. Use after reproduction to trace execution and find the exact location and reason for the failure.
pcortes/swarm-attack 1
-
n8n-setup
Configure n8n MCP server connection credentials (API key and base URL).
Use when the user needs to set up or update their n8n API credentials.
visccyberacct/n8n-mcp-server