{
  "markdown": "# llms\n\nProduction-ready Claude Code and Codex configuration — skills, hooks, rules, and agents used in real AI-driven development workflows.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Run in Smithery](https://smithery.ai/badge/skills/matteocervelli)](https://smithery.ai/skills?ns=matteocervelli&utm_source=github&utm_medium=badge)\n[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-FFDD00?style=flat&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/matteocervelli)\n\n![Skill Map — Claude Code & Codex](docs/skill-map.png)\n\n## What's inside\n\n| Directory         | Contents                                                       |\n| ----------------- | -------------------------------------------------------------- |\n| `.claude/`        | Claude Code skills, hooks, rules, agents, settings             |\n| `.codex/`         | Codex equivalent — same skills and hooks, Codex config         |\n| `docs/anthropic/` | Fetched Anthropic reference docs (API, Claude Code, MCP)       |\n| `.archive/`       | Previous versions — builder tools v0.1, Feature-Implementer v2 |\n\n## Quick start\n\n```bash\ngit clone https://github.com/matteocervelli/llms.git\ncd llms\n\n# Copy to your project\ncp -r .claude/ /your-project/.claude/\n\n# Or install globally\ncp -r .claude/skills/* ~/.claude/skills/\ncp -r .claude/rules/* ~/.claude/rules/\ncp -r .claude/hooks/* ~/.claude/hooks/\n```\n\n## Skills (39)\n\nFull catalog with trigger phrases: [`docs/skill-catalog.md`](docs/skill-catalog.md)\n\n**SDLC Pipeline**\n`/discovery` `/story` `/story-verify` `/spec` `/design` `/implementation` `/fix` `/quick` `/diagnose`\n\n**Quality & Security**\n`/code-review` `/pre-commit` `/quality-check` `/security` `/security-verify` `/supply-chain-audit` `/docker-audit` `/test-scaffold`\n\n**Git / PR / Release**\n`/ship` `/pr-creator` `/pr-fix` `/pr-merge` `/release` `/deploy` `/progress`\n\n**Docs & Ops**\n`/docs` `/documentation-updater` `/deps` `/health` `/ops` `/techdebt` `/website-health`\n\n**Meta**\n`/map-codebase` `/skillify` `/registry` `/review` `/project-create` `/analytics` `/frontend` `/claude-code-guide`\n\n## Hooks\n\nUnified dispatcher — one entry point, specialized handlers.\n\n```\n.claude/hooks/\n  hook_handler.py          # dispatcher\n  handlers/\n    bash.py                # block dangerous commands\n    file.py                # protect sensitive files\n    context_monitor.py     # warn at 65/75% context usage\n    plan.py                # enforce TaskCreate after plan approval\n  rules/\n    blocked_commands.yaml\n    protected_files.yaml\n    formatters.yaml\n```\n\nWired in `.claude/settings.json`.\n\n## Rules (21)\n\n`tdd` `safety` `security-gate` `code-quality` `dependencies` `defense-in-depth` `anti-slop` `docker` `python-tools` `scoped-testing` `temporal-awareness` `skill-architecture` `claude-md-structure` `claude-md-branching` `lockfile-safety` `package-freshness` `frontend-verification` `release-workflow` `github-workflow` `github-cli` `migration-safety`\n\n## Codex\n\n`.codex/` mirrors `.claude/` with Codex-specific config:\n\n```bash\ncodex --config .codex/config.toml\n```\n\nSee `.codex/instructions.md` for Claude Code vs Codex differences.\n\n## Versions\n\n| Version    | Description                                                                 |\n| ---------- | --------------------------------------------------------------------------- |\n| **v0.2.0** | Production skill library — 39 skills, unified hook dispatcher, Codex mirror |\n| v0.1.x     | Feature-Implementer v2 (archived in `.archive/`)                            |\n\n## Support\n\n[![Buy Me a Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/matteocervelli)\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 3744,
  "sha": "9e82fc448f1d1e444c934d7466979b9e711f7f5d6df821e3765f2cb2695cd3c6",
  "repo_slug": "matteocervelli/llms",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_matteocervelli_llms_claude_skills_jest_g_4c7d6385/readme"
}