Ready-Made Skills for AI Coding Agents

June 4, 2026 · View on GitHub

Agent Skills

License: MIT PRs Welcome Latest Release GitHub Stars

Ready-Made Skills for AI Coding Agents

Browse the catalog. Pick what you need. Install with one command. Each skill is independent -- no bundle, no framework, no lock-in.

Works with any AI coding tool that supports agent skills -- Claude Code, Cursor, Windsurf, GitHub Copilot, OpenAI Codex, OpenCode, and more.

Browse the catalog | Install a skill


Install

Pick one skill:

npx skills add https://github.com/luongnv89/skills --skill code-review

Pick several:

npx skills add https://github.com/luongnv89/skills --skill code-review --skill auto-push --skill test-coverage

Or grab everything:

npx skills add https://github.com/luongnv89/skills

agent-skill-manager

Use agent-skill-manager (asm) to manage skills across all your AI coding agents from a single TUI/CLI:

npm install -g agent-skill-manager
asm install github:luongnv89/skills
asm search        # Search skills by name or description
asm list          # List all installed skills
Other install methods

Remote install (no clone)

Interactive TUI to pick skills, tools, and scope:

curl -sSL https://raw.githubusercontent.com/luongnv89/skills/main/remote-install.sh | bash

Non-interactive:

curl -sSL https://raw.githubusercontent.com/luongnv89/skills/main/remote-install.sh | bash -s -- \
  --skills "code-review,auto-push" --tools "Claude Code" --scope global

Clone and run locally

git clone https://github.com/luongnv89/skills.git
cd skills && bash install.sh

Skill Catalog

Every skill is standalone. Install one, install ten -- they don't depend on each other.

To install any skill, copy the command below and replace <skill-name> with the skill name from the catalog:

npx skills add https://github.com/luongnv89/skills --skill <skill-name>

Find by Category

CategoryWhat it covers
Code QualityReviews, optimization, testing, usability
ShippingGit push, CI/CD, releases, VS Code publishing
Product PlanningIdeas, naming, PRDs, architecture, task breakdown
Frontend and DesignUIs, logos, themes, diagrams
DocumentationDocs, README, SEO, open source, agent config
App StoreASO, review guideline compliance
Food and CookingQuick healthy recipes from photos or ingredients
ToolingCLI builder, local LLMs, scripts, skill management

Code Quality

SkillVersionEffortWhat it does
code-review1.0.1mediumReviews based on Code Smells + The Pragmatic Programmer. Structured reports by severity
code-optimizer1.2.0mediumFinds bottlenecks, memory leaks, caching gaps, concurrency issues
test-coverage1.2.0lowTargets untested branches and edge cases in your existing test suite
dont-make-me-think1.2.1mediumUsability reviews using Krug's principles with visual scorecards

Shipping

SkillVersionEffortWhat it does
auto-push1.0.0lowStage, commit, push with secret and large-file detection
devops-pipeline1.0.0mediumPre-commit hooks + GitHub Actions for quality gates
security-setup1.3.2highLocal-first security hardening with pre-commit hooks, offline scanners, reports, and gated CI
release-manager2.4.0maxVersion bump, changelog, tags, GitHub release, PyPI/npm publish
vscode-extension-publisher1.0.0highPublish VS Code extensions to the marketplace with CI setup

Product Planning

SkillVersionEffortWhat it does
idea-validator1.2.2maxFeasibility and market viability feedback before you build
brand-name-checker1.2.0maxTrademark, domain, social, npm, PyPI, Homebrew, apt -- one pass
prd-generator1.2.2maxStructured PRDs from a description or validated idea
tad-generator1.2.0maxTechnical architecture docs with data flow diagrams
tasks-generator1.2.2maxSprint-ready task breakdowns from your PRD

Frontend and Design

SkillVersionEffortWhat it does
frontend-design1.2.0highProduction-grade UIs with usability-first design
logo-designer1.2.0mediumProfessional logos with automatic project context detection
theme-transformer1.0.0mediumReskin any UI into cyberpunk, neon, or digital-dark themes
excalidraw-generator1.2.0high25+ diagram types as Excalidraw JSON
drawio-generator1.0.1highDraw.io diagrams with multi-page and C4 support
openspec-task-loop1.0.0mediumSpec-first, one-task-at-a-time implementation loop
website-cloner1.1.0high6-phase clone-and-improve orchestrator: URL → improved Vite/React/Tailwind site
  ↳ website-analyzer1.0.1highPhase 1 — 6-dimension website analysis (UI/UX, category, style, perf, security, SEO) as JSON
  ↳ website-clone-report1.0.1highPhase 2 — Stakeholder-friendly clone report from analysis JSON
  ↳ website-improvement-prd1.1.0highPhase 3 — Improvement PRD from analysis + report
  ↳ website-implementation-plan1.1.0highPhase 4 — Sprint-ready tasks.md from the PRD
  ↳ website-builder1.0.1highPhase 5 — Build the improved Vite/React/Tailwind site from tasks
  ↳ website-clone-final-report1.0.1highPhase 6 — Before/after delivery report comparing original to clone

Documentation

SkillVersionEffortWhat it does
docs-generator1.2.0lowRestructure scattered docs into a coherent hierarchy
readme-to-landing-page2.0.0highTransform any README into a landing page (PAS, AIDA, StoryBrand)
seo-ai-optimizer1.0.1highTechnical SEO, structured data, and AI bot accessibility
oss-ready1.1.0lowLICENSE, CONTRIBUTING, CODE_OF_CONDUCT, GitHub templates
agent-config1.1.0mediumCLAUDE.md and AGENTS.md following best practices

App Store

SkillVersionEffortWhat it does
aso-marketing1.1.0maxFull-lifecycle ASO for Apple App Store and Google Play
appstore-review-checker1.0.0highPre-submission audit against 150+ Apple review guidelines

Food and Cooking

SkillVersionEffortWhat it does
quick-healthy-recipes1.0.0mediumThree simple, fast, healthy recipes from food photos, ingredient lists, or cravings

Tooling

SkillVersionEffortWhat it does
cli-builder1.0.0highBuild production CLI tools via 5-step approval-gated workflow
ollama-optimizer1.0.1mediumTune Ollama for max speed based on your GPU/RAM/CPU
install-script-generator2.0.0highCross-platform installers with environment detection
github-issue-creator1.0.0mediumIssues from screenshots, emails, bug reports -- with PII redaction
opencode-runner1.2.0mediumDelegate tasks to opencode with free cloud models
context-hub1.0.0lowFetch current API/SDK docs before writing integration code
skill-creator1.1.0maxCreate, validate, and package your own skills
skill-inventory-auditor1.0.0lowFind and remove duplicate skill installations

Suite Folders

Most skills live directly under skills/<name>/. Multi-skill products that share a single domain group their pieces in a suite folder — an umbrella skill at skills/<umbrella>/ with its phase skills nested at skills/<umbrella>/<phase-skill>/. The umbrella orchestrates the phases; each phase skill stays independently installable.

The current suite is website-cloner (6 phases nested under skills/website-cloner/, indented in the catalog above with ). The installers (install.sh, remote-install.sh) discover both top-level and nested skills, so you can install the whole suite or a single phase.

When building your own multi-skill product, mirror this layout: one umbrella + N phase skills under it.


FAQ

Do I need all the skills? No. Each skill is independent. Install only what you need.

Which AI tools are supported? Any AI coding tool that supports agent skills. Tested with Claude Code, Cursor, Windsurf, GitHub Copilot, OpenAI Codex, and OpenCode. The installer handles file locations and formats automatically.

Can I create my own skills? Yes. Use the skill-creator skill or follow the Contributing Guide.

How is this different from custom prompts? A skill is a structured workflow with references, templates, and quality checks -- version-controlled and shareable. A prompt is a one-off instruction.

Does this affect my runtime code? No. Skills guide your AI agent during development. Nothing to deploy, no runtime dependencies.


Get Started

npx skills add https://github.com/luongnv89/skills --skill code-review

View all skills | Contribute | MIT Licensed


Supported Tool Paths (Manual Installation)
ToolGlobal pathProject path
Claude Code~/.claude/skills/<skill>/.claude/skills/<skill>/
Cursor~/.agents/skills/<skill>/ + .cursor/rules/<skill>.mdcsame, relative
Windsurf~/.agents/skills/<skill>/ + .windsurf/rules/<skill>.mdsame, relative
GitHub Copilot~/.agents/skills/<skill>/ + .github/instructions/<skill>.instructions.mdsame, relative
OpenAI Codex~/.agents/skills/<skill>/ + ~/.codex/AGENTS.mdsame, relative
OpenCode~/.agents/skills/<skill>/same, relative
Project Structure
.
├── skills/              # Skill source files
│   └── skill-name/
│       ├── SKILL.md     # Skill definition
│       ├── scripts/     # Optional scripts
│       ├── references/  # Optional docs
│       └── assets/      # Optional templates
└── .claude/             # Claude-specific config
Creating New Skills

Use the skill-creator skill or create manually:

---
name: my-skill
version: 1.0.0
description: What it does and when to use it
---

# Instructions for the AI agent...

See CONTRIBUTING.md for detailed guidelines.

Contributing

Contributions are welcome. Read the Contributing Guide and Code of Conduct.

Security

See SECURITY.md for reporting vulnerabilities.

Acknowledgements

Website -- Claude How-To -- Blog