$npx -y skills add jmxt3/gitscape.ai --skill addyosmani-agent-skillsSpecialist knowledge of the addyosmani/agent-skills project (Shell, JavaScript). Use when working with or extending agent-skills: understanding its architecture, patterns, and configuration. Not for general Shell, JavaScript questions unrelated to agent-skills.
| 1 | # addyosmani/agent-skills — Code Skill |
| 2 | |
| 3 | ## What this is |
| 4 | |
| 5 | **Production-grade engineering skills for AI coding agents.** |
| 6 | |
| 7 | ## When to use |
| 8 | |
| 9 | - Understanding the architecture and module layout of agent-skills |
| 10 | - Locating and calling functions, classes, and methods in its public API |
| 11 | - Extending or modifying behavior consistent with its existing patterns |
| 12 | - Debugging by tracing through its modules |
| 13 | - Setting up, running, or configuring the project |
| 14 | |
| 15 | ## Key concepts |
| 16 | |
| 17 | Top-level areas: `.agents/`, `.claude/`, `.claude-plugin/`, `.codex-plugin/`, `.gemini/`, `.github/`, `.opencode/`, `agents/`. |
| 18 | |
| 19 | Primary languages: Shell, JavaScript. |
| 20 | |
| 21 | ## Quickstart |
| 22 | |
| 23 | ```bash |
| 24 | git clone https://github.com/addyosmani/agent-skills.git |
| 25 | ``` |
| 26 | |
| 27 | ## References |
| 28 | |
| 29 | - [Architecture & dependencies](references/architecture.md) |
| 30 | - [Usage examples](references/examples.md) |
| 31 | - [Setup & commands](references/setup.md) |
| 32 | |
| 33 | ## Code Access |
| 34 | |
| 35 | The full source digest for this repository is available locally: |
| 36 | |
| 37 | - [Full Code Digest](references/addyosmani_agent_skills_digest.txt) |