skills

agent
Security Audit
Fail
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Fail
  • network request — Outbound network request in cloudflare-worker/worker.js
  • rm -rf — Recursive force deletion command in docs/app.js
  • network request — Outbound network request in docs/app.js
  • network request — Outbound network request in docs/chat.js
  • rm -rf — Recursive force deletion command in install.sh
  • process.env — Environment variable access in scripts/build-zips.mjs
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

A curated collection of 149 agent skills for Claude Code and Cursor — engineering craft, AI agents, prompt engineering, design, growth marketing, C-suite advisors, DevOps, and more.

README.md

skills

A curated collection of 725 Agent Skills across 35 categories for Claude Code, Cursor, and other clients that discover SKILL.md files recursively.

Each skill is a reusable instruction package with YAML frontmatter and an agent-readable body. Category
folders keep the repository browsable without changing recursive skill discovery.

Browse the searchable site at mouadja02.github.io/skills, the
complete generated Markdown index at SKILLS.md, or the focused category indexes under
skills/.

Quick Start

Install a single skill with the provided scripts.

curl -fsSL https://raw.githubusercontent.com/mouadja02/skills/main/install.sh \
  | bash -s -- engineering-craft/test-driven-development \
      -d ~/.claude/skills
$content = irm https://raw.githubusercontent.com/mouadja02/skills/main/install.ps1
iex $content
Install-Skill engineering-craft/test-driven-development -Dest $HOME\.claude\skills

Selectors may be an exact install path, a category, a quoted glob, or --all / -All. Use
--dry-run / -DryRun to preview an installation.

Skills may also be installed from the Pages ZIP artifacts:

https://mouadja02.github.io/skills/zips/skill/<install-path>.zip
https://mouadja02.github.io/skills/zips/category/<category>.zip
https://mouadja02.github.io/skills/zips/all.zip

Client Paths

Client Project path User path
Claude Code .claude/skills/ ~/.claude/skills/
Cursor .cursor/skills/ ~/.cursor/skills/

Categories

This table is generated from docs/manifest.json.

Category Skills Scope
agent-design 58 Agent architecture, orchestration, harnesses, safety, scaffolding, and coding-agent interfaces.
agent-eval 24 Agent evaluation, RAG evaluation, memory, autoresearch, benchmarking, and lifecycle improvement.
api-backend 12 API design, backend implementation, OpenAPI, TypeSpec, FastAPI, and integrations.
business-strategy 64 Executive advisory, board preparation, operating systems, and strategic decision support.
cloud-azure 18 Azure, AWS, cloud architecture, IoT, pricing, deployment, and operations.
code-quality 17 Code review, refactoring, static analysis, security review, and integrity checks.
coding 33 Language-agnostic implementation workflows, planning, debugging, security, and shipping.
communication 1 Decision frameworks, stakeholder communication, proposals, and concise trade-off analysis.
context-engineering 17 Context design, compression, evolving memory, provenance, and codebase knowledge acquisition.
creative 2 Creative ideation, concept visualization, generative methods, and reusable design prompts.
databases 22 Database design, SQL optimization, migrations, analytics, Snowflake, PostgreSQL, and dbt.
design-and-ui 34 Frontend design, UI systems, visual artifacts, animation, branding, and accessibility.
dev-workflow 29 Git, GitHub, CLI tooling, release workflows, local automation, and developer productivity.
devops 37 CI/CD, containers, infrastructure as code, Linux operations, observability, and security.
diagrams-slides 14 Diagrams, presentations, meeting artifacts, and professional visual communication.
documentation 28 READMEs, ADRs, project documentation, Markdown tooling, conversion, and publishing.
dotnet 19 .NET, C#, WinUI, MVVM, NuGet, testing, and VS Code extension development.
engineering-craft 37 Senior engineering practices, planning, mentoring, verification, and cross-cutting craft.
finance 7 Financial modeling, valuation, Excel authoring, investment analysis, and presentation workflows.
go-to-market 11 Launch planning, positioning, pricing, partnerships, enterprise sales, and PLG.
java-kotlin 11 Java, Kotlin, Spring Boot, testing, refactoring, and migration workflows.
llm-tooling 46 LLM observability, evaluation, serving, vector search, OpenRouter, Phoenix, Arize, Qdrant, and vLLM.
marketing-and-growth 26 Marketing strategy, content, acquisition, SEO, CRO, and lifecycle growth.
mcp 14 Model Context Protocol server generation, tooling, deployment, and security.
messaging 1 Messaging integrations and relay workflows.
microsoft-agents 11 Microsoft Copilot agents, declarative agents, Foundry, Entra, and MCP tooling.
microsoft-data 17 Power BI, Power Apps, Power Automate, Dataverse, and Power Platform architecture.
personal-productivity 10 Personal productivity, reminders, communication, notes, and connected tools.
product-management 29 Product discovery, specifications, delivery planning, analytics, and agile workflows.
prompting 15 Prompt engineering, optimization, safety review, and creative-thinking frameworks.
react-frontend 17 React, Vue, Next.js, mobile frontend frameworks, migrations, and testing.
research 1 Research workflows, public-record investigation, source collection, and evidence synthesis.
skills-management 13 Skill authoring, discovery, cleanup, Copilot configuration, and terse interaction modes.
streamlit 18 Streamlit applications, dashboards, chat UIs, components, layouts, and performance.
testing 12 Testing, QA, Playwright, pytest, debugging, and evaluation strategy.

Local MCP Discovery

Use the local stdio MCP server when an agent should discover or install skills without loading the full
library into context. See Local Skills MCP Quickstart.

The intended flow is:

list_categories -> list_skills or search_skills -> get_skill -> read_skill_doc -> install_skill

Machine-Readable Index

The canonical generated indexes are:

Regenerate them, the category READMEs, and the root catalog with:

npm run build:manifest

Local Development

npm install
npm run build:manifest
npm run check:docs
npm run build:zips
npm run preview

npm run build performs manifest generation, documentation validation, and ZIP packaging in order.

Adding Or Editing Skills

Follow CONTRIBUTING.md. Every skill must contain a SKILL.md file with name and
description frontmatter. Category READMEs are generated from the manifest; do not hand-edit them.

Repository Layout

skills/<category>/<skill>/SKILL.md   skill instructions
skills/<category>/README.md          generated category index
scripts/build-manifest.mjs           manifests and documentation indexes
scripts/check-docs.mjs               documentation coverage audit
scripts/build-zips.mjs               ZIP artifacts for Pages
docs/                               Pages site and machine-readable manifests

License

Skills come from a mix of original work and adapted public sources. Check individual skill folders for
license files and attribution before redistributing a selected package. See
docs/third-party-sources.md for repo-level imported source notes.

Reviews (0)

No results found