---
name: addyosmani-agent-skills
description: "Specialist 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."
---

# addyosmani/agent-skills — Code Skill

## What this is

**Production-grade engineering skills for AI coding agents.**

## When to use

- Understanding the architecture and module layout of agent-skills
- Locating and calling functions, classes, and methods in its public API
- Extending or modifying behavior consistent with its existing patterns
- Debugging by tracing through its modules
- Setting up, running, or configuring the project

## Key concepts

Top-level areas: `.agents/`, `.claude/`, `.claude-plugin/`, `.codex-plugin/`, `.gemini/`, `.github/`, `.opencode/`, `agents/`.

Primary languages: Shell, JavaScript.

## Quickstart

```bash
git clone https://github.com/addyosmani/agent-skills.git
```

## References

- [Architecture & dependencies](references/architecture.md)
- [Usage examples](references/examples.md)
- [Setup & commands](references/setup.md)

## Code Access

The full source digest for this repository is available locally:

- [Full Code Digest](references/addyosmani_agent_skills_digest.txt)
