Topic: ai-coding-agent
1,219 skills in this topic.
-
agenthub
Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
alirezarezvani/claude-skills 8,805
-
board
Read, write, and browse the AgentHub message board for agent coordination.
alirezarezvani/claude-skills 8,805
-
eval
Evaluate and rank agent results by metric or LLM judge for an AgentHub session.
alirezarezvani/claude-skills 8,805
-
init
Create a new AgentHub collaboration session with task, agent count, and evaluation criteria.
alirezarezvani/claude-skills 8,805
-
merge
Merge the winning agent's branch into base, archive losers, and clean up worktrees.
alirezarezvani/claude-skills 8,805
-
run
One-shot lifecycle command that chains init → baseline → spawn → eval → merge in a single invocation.
alirezarezvani/claude-skills 8,805
-
spawn
Launch N parallel subagents in isolated git worktrees to compete on the session task.
alirezarezvani/claude-skills 8,805
-
status
Show DAG state, agent progress, and branch status for an AgentHub session.
alirezarezvani/claude-skills 8,805
-
api-design-reviewer
API Design Reviewer
alirezarezvani/claude-skills 8,805
-
api-test-suite-builder
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.
alirezarezvani/claude-skills 8,805
-
autoresearch-agent
Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
alirezarezvani/claude-skills 8,805
-
loop
Start an autonomous experiment loop with user-selected interval (10min, 1h, daily, weekly, monthly). Uses CronCreate for scheduling.
alirezarezvani/claude-skills 8,805
-
resume
Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating.
alirezarezvani/claude-skills 8,805
-
run
Run a single experiment iteration. Edit the target file, evaluate, keep or discard.
alirezarezvani/claude-skills 8,805
-
setup
Set up a new autoresearch experiment interactively. Collects domain, target file, eval command, metric, direction, and evaluator.
alirezarezvani/claude-skills 8,805
-
status
Show experiment dashboard with results, active loops, and progress.
alirezarezvani/claude-skills 8,805
-
browser-automation
Use when the user asks to automate browser tasks, scrape websites, fill forms, capture screenshots, extract structured data from web pages, or build web automation workflows. NOT for testing — use playwright-pro for that.
alirezarezvani/claude-skills 8,805
-
changelog-generator
Changelog Generator
alirezarezvani/claude-skills 8,805
-
ci-cd-pipeline-builder
CI/CD Pipeline Builder
alirezarezvani/claude-skills 8,805
-
codebase-onboarding
Codebase Onboarding
alirezarezvani/claude-skills 8,805
-
database-designer
Use when the user asks to design database schemas, plan data migrations, optimize queries, choose between SQL and NoSQL, or model data relationships.
alirezarezvani/claude-skills 8,805
-
database-schema-designer
Use when the user asks to create ERD diagrams, normalize database schemas, design table relationships, or plan schema migrations.
alirezarezvani/claude-skills 8,805
-
dependency-auditor
Dependency Auditor
alirezarezvani/claude-skills 8,805
-
docker-development
Docker and container development agent skill and plugin for Dockerfile optimization, docker-compose orchestration, multi-stage builds, and container security hardening. Use when: user wants to optimize a Dockerfile, create or improve docker-compose configurations, implement multi-stage builds, audit container security, reduce image size, or follow container best practices. Covers build performance, layer caching, secret management, and production-ready container patterns.
alirezarezvani/claude-skills 8,805