hooks — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited hooks (Hook) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- generated:catalog-metrics:start --> A curated collection of 725 Agent Skills across 35 categories for Claude Code, Cursor, and other clients that discover SKILL.md files recursively. <!-- generated:catalog-metrics:end -->
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/.
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\skillsSelectors 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 | Project path | User path |
|---|---|---|
| Claude Code | .claude/skills/ | ~/.claude/skills/ |
| Cursor | .cursor/skills/ | ~/.cursor/skills/ |
This table is generated from docs/manifest.json.
<!-- generated:category-catalog:start -->
| 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. |
<!-- generated:category-catalog:end -->
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_skillThe canonical generated indexes are:
Regenerate them, the category READMEs, and the root catalog with:
npm run build:manifestnpm install
npm run build:manifest
npm run check:docs
npm run build:zips
npm run previewnpm run build performs manifest generation, documentation validation, and ZIP packaging in order.
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.
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 manifestsSkills 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.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.