Skip to main content

← All sources

ai-agent-skills skills

Universal skill installer and package manager for AI coding agents. One command, 12+ runtimes. npx ai-agent-skills 17 skills. skills-hub.ai mirrors 17 skills from ai-agent-skills 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/MoizIbnYousaf/ai-agent-skills

Installing a ai-agent-skills 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-agent-skills skill
npx @skills-hub-ai/cli install <skill-slug>

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

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

Top ai-agent-skills skills

See all →

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

  1. 01database-design

    1 installs

    Database schema design, optimization, and migration patterns for PostgreSQL, MySQL, and NoSQL databases. Use for designing schemas, writing migrations, or optimizing queries.

    Buildfrom ai-agent-skills
  2. 02llm-application-dev

    1 installs

    Building applications with Large Language Models - prompt engineering, RAG patterns, and LLM integration. Use for AI-powered features, chatbots, or LLM-based automation.

    Buildfrom ai-agent-skills
  3. 03migrate-skills-between-libraries

    Use when moving skills between library workspaces or upgrading from a personal library to a team library. Export from one workspace, import into another.

    Buildfrom ai-agent-skills
  4. 04changelog-generator

    Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

    Buildfrom ai-agent-skills
  5. 05backend-development

    Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system architecture.

    Buildfrom ai-agent-skills
  6. 06best-practices

    Transforms vague prompts into optimized Claude Code prompts. Adds verification, specific context, constraints, and proper phasing. Invoke with /best-practices.

    Buildfrom ai-agent-skills
  7. 07ask-questions-if-underspecified

    Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.

    Buildfrom ai-agent-skills
  8. 08curate-a-team-library

    Use when building a managed team skills library for a real stack. Map work to shelves, browse before curating, write meaningful `whyHere` notes, and create a starter pack once the first pass is solid.

    Buildfrom ai-agent-skills
  9. 09update-installed-skills

    Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.

    Buildfrom ai-agent-skills
  10. 10build-workspace-docs

    Use when regenerating README.md and WORK_AREAS.md in a managed library workspace. Always dry-run first to preview changes.

    Buildfrom ai-agent-skills
  11. 11install-from-remote-library

    Use when installing skills from a shared ai-agent-skills library repo. Inspect with `--list` first, prefer `--collection`, and preview with `--dry-run` before installing.

    Buildfrom ai-agent-skills
  12. 12review-a-skill

    Use when evaluating whether a skill belongs in a library. Preview content, check frontmatter, validate structure, and decide whether to keep, curate, or remove.

    Buildfrom ai-agent-skills
  13. 13share-a-library

    Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.

    Buildfrom ai-agent-skills
  14. 14audit-library-health

    Use when checking the overall health of a skills library. Run doctor, validate, check for stale skills, and verify generated docs are in sync.

    Buildfrom ai-agent-skills
  15. 15browse-and-evaluate

    Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

    Buildfrom ai-agent-skills
  16. 16content-research-writer

    Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

    Buildfrom ai-agent-skills
  17. 17code-documentation

    Writing effective code documentation - API docs, README files, inline comments, and technical guides. Use for documenting codebases, APIs, or writing developer guides.

    Buildfrom ai-agent-skills

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: Sep 9, 2026, 4:46 PM (success).

ai-agent-skills skills, frequently asked

What are ai-agent-skills skills?

ai-agent-skills skills are AI coding skills published by ai-agent-skills (Universal skill installer and package manager for AI coding agents. One command, 12+ runtimes. npx ai-agent-skills 17 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-agent-skills skills are available?

skills-hub.ai indexes 17 skills from ai-agent-skills, synced daily from the upstream GitHub repository (https://github.com/MoizIbnYousaf/ai-agent-skills).

How do I install a ai-agent-skills 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-agent-skills skills?

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