Agent Skills by Igor Nazarov
Showing 21 vetted skills indexed across 1 GitHub repositories.
pipeline
Execute predefined multi-agent pipelines with gates and step handoffs.
task-queue
Queue external tasks for Claude Code by appending markdown sections to tasks/queue.md.
setup-project
Bootstrap a new software project from a shared template.
modify-api
Update API endpoint contracts, implementations, tests, and documentation.
setup-telegram
Configure Telegram bot credentials for remote Claude Code session control.
agent-router
Route tasks to suitable agents using task keywords and file context.
daily-brief
Generate a daily briefing from session logs, git history, and project goals.
memory-router
Route memory save and search operations to Engram, files, or brain vault by content type.
agent-metrics
Log agent performance metrics to Engram after completed tasks.
migrate
Generate, validate, and apply versioned database migrations with rollback procedures.
health-check
Generate a consolidated health report covering drift, coverage, security, and dependencies.
self-update
Analyze lessons and promote recurring patterns into project rules.
test-rules
Automate regression testing of rule definitions from tests/rules/*.test.md files.
security-audit
Scan dependencies, code patterns, and configurations to generate structured security audit reports.
sprint
Orchestrate autonomous task execution through PLAN, BUILD, TEST, VERIFY, and COMMIT phases with circuit breakers.
update-deps
Audit dependencies, categorize patch/minor/major updates, apply them, run tests, and commit changes.
decompose
Decompose XL tasks into 3-7 sub-tasks with a dependency graph.
setup-integrations
Configure Memory MCP, Telegram bot, Beads tracker, and Obsidian MCP integrations.
api-contract
Verify API implementations against documented contracts and report mismatches.
add-feature
Scaffold a vertical slice feature under src/features/[name]/ with standard files.
debug
Reproduce, isolate, and fix software bugs with a structured debugging workflow.