Skip to main content

← All sources

ai-devkit skills

The control plane for AI coding agents. 25 skills. skills-hub.ai mirrors 25 skills from ai-devkit daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/codeaholicguy/ai-devkit

Installing a ai-devkit skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a ai-devkit skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all ai-devkit skills via API
curl https://skills-hub.ai/api/v1/skills?source=ai-devkit

# Browse all sources
open https://skills-hub.ai/sources

Top ai-devkit skills

See all →

The most-installed skills from ai-devkit, ranked by adoption.

  1. 01agent-management

    AI DevKit · Manage running AI agents with ai-devkit agent commands. Use when an agent needs to identify itself, list agents, start workers, inspect agent detail, assign work, group agents, resume sessions, stop agents, or delegate work to other agents.

    Buildfrom ai-devkit
  2. 02brainstorm

    AI DevKit · Use when the user asks to brainstorm, ideate, generate ideas, expand options, challenge ideas, pressure-test ideas, compare concepts, narrow choices, name something, plan content angles, explore strategy, evaluate product ideas, technical approaches, experiments, or decisions.

    Buildfrom ai-devkit
  3. 03dev-implementation

    AI DevKit · Implementation phase guidance for executing feature plans and checking implementation against design. Use when the user wants to implement planned tasks, update implementation docs, verify code matches design, or run dev-lifecycle phases 5 and 7.

    Buildfrom ai-devkit
  4. 04dev-requirements

    AI DevKit · Requirements phase guidance for starting features and reviewing requirements. Use when the user wants to capture a new requirement, clarify product scope, initialize feature docs, review requirements, or run dev-lifecycle phases 1-2.

    Buildfrom ai-devkit
  5. 05dev-pr

    AI DevKit · Publish a ready feature branch for review. Use when the user wants to sync, push, and open or update a code review request on GitHub, GitLab, or another Git host.

    Buildfrom ai-devkit
  6. 06security-review

    AI DevKit · Review code, skills, and prompts for security vulnerabilities — OWASP Top 10, prompt injection, business logic flaws, and insecure defaults. Use when reviewing PRs, auditing modules, reviewing AI skills/prompts, or preparing for release.

    Buildfrom ai-devkit
  7. 07task

    AI DevKit · Track dev-lifecycle / structured-debug progress on a durable task with the ai-devkit task CLI. Use to record phase, progress, next step, blockers, and validation evidence.

    Buildfrom ai-devkit
  8. 08tdd

    AI DevKit · Test-driven development — write a failing test before writing production code. Use when implementing new functionality, adding behavior, or fixing bugs during active development.

    Buildfrom ai-devkit
  9. 09agent-communication

    AI DevKit · Exchange information with active Codex, Claude Code, and other AI agents using ai-devkit agent list, detail, and send. Use when an agent needs to find another active agent, read its recent context, send it information, or request information back.

    Buildfrom ai-devkit
  10. 10agent-orchestration

    AI DevKit · Supervise multi-agent workflows over repeated passes: poll progress, unblock waiting agents, coordinate dependencies, relay outputs, resolve conflicts, and verify completion. Use only for ongoing multi-agent coordination, not one-off list/detail/send/start/kill actions.

    Buildfrom ai-devkit
  11. 11changelog

    AI DevKit · Update CHANGELOG.md Unreleased items from git commits since the latest release. Use when users ask to update changelog/release notes from recent commits, with one concise line per commit and commit/PR links.

    Buildfrom ai-devkit
  12. 12dev-commit

    AI DevKit · Safe git commit workflow for AI coding agents. Use when the user asks to commit, prepare a commit, stage changes, create a PR-ready checkpoint, or finish work with a conventional commit while avoiding unrelated user changes.

    Buildfrom ai-devkit
  13. 13dev-design

    AI DevKit · Design phase guidance for reviewing feature design against requirements. Use when the user wants to validate architecture, review design docs, resolve design trade-offs, or run dev-lifecycle phase 3.

    Buildfrom ai-devkit
  14. 14dev-worktree

    AI DevKit · Worktree setup and resume guidance for isolated feature work. Use when starting, resuming, switching, or verifying a feature branch/worktree for lifecycle, debugging, implementation, review, or multi-agent workflows.

    Buildfrom ai-devkit
  15. 15dev-lifecycle

    AI DevKit · Orchestrator for structured SDLC phase skills. Use when the user wants to run the full lifecycle or choose the next phase across requirements, design, planning, implementation, testing, and review.

    Buildfrom ai-devkit
  16. 16dev-planning

    AI DevKit · Planning phase guidance for creating and reconciling feature task plans. Use when the user wants to create an implementation plan, update planning docs, mark task progress, capture blockers or new tasks, or run dev-lifecycle planning work.

    Buildfrom ai-devkit
  17. 17dev-review

    AI DevKit · Final code review phase guidance for holistic pre-push review. Use when the user wants code review, final lifecycle review, design alignment checks, integration risk review, or dev-lifecycle phase 9.

    Buildfrom ai-devkit
  18. 18dev-testing

    AI DevKit · Testing phase guidance for adding and validating feature test coverage. Use when the user wants to write tests, update testing docs, run coverage, close coverage gaps, or run dev-lifecycle phase 8.

    Buildfrom ai-devkit
  19. 19document-code

    AI DevKit · Document a code entry point with structured analysis, dependency mapping, and saved knowledge docs. Use when users ask to document, understand, or map code for a module, file, folder, function, or API.

    Buildfrom ai-devkit
  20. 20memory

    AI DevKit · Use the memory CLI as a durable knowledge layer. Search before non-trivial work, store verified reusable knowledge, update stale entries, and avoid saving transcripts, secrets, or one-off task progress.

    Buildfrom ai-devkit
  21. 21refactor

    AI DevKit · Systematic structural or multi-file refactors across any stack while preserving behavior and public contracts. Use for reorganizing modules, boundaries, naming, APIs/contracts, staged refactor plans, or refactor risk review.

    Buildfrom ai-devkit
  22. 22simplify-implementation

    AI DevKit · Analyze and simplify existing implementations to reduce complexity, improve maintainability, and enhance scalability. Use when users ask to simplify code, reduce complexity, refactor for readability, clean up implementations, improve maintainability, reduce technical debt, or make code easier to understand.

    Buildfrom ai-devkit
  23. 23structured-debug

    AI DevKit · Guide structured debugging before code changes by clarifying expected behavior, reproducing issues, identifying likely root causes, and agreeing on a fix plan with validation steps. Use when users ask to debug bugs, investigate regressions, triage incidents, diagnose failing behavior, handle failing tests, analyze production incidents, investigate error spikes, or run root cause analysis (RCA).

    Buildfrom ai-devkit
  24. 24technical-writer

    AI DevKit · Review and improve documentation for novice users. Use when users ask to review docs, improve documentation, audit README files, evaluate API docs, review guides, or improve technical writing.

    Buildfrom ai-devkit

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 31, 2026, 6:17 PM (success).

ai-devkit skills, frequently asked

What are ai-devkit skills?

ai-devkit skills are AI coding skills published by ai-devkit (The control plane for AI coding agents. 25 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many ai-devkit skills are available?

skills-hub.ai indexes 25 skills from ai-devkit, synced daily from the upstream GitHub repository (https://github.com/codeaholicguy/ai-devkit).

How do I install a ai-devkit skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official ai-devkit skills?

Yes. Every skill from this source is mirrored from ai-devkit's own GitHub repository (https://github.com/codeaholicguy/ai-devkit). Each skill page links back to the upstream source of truth, so you can verify the original.