
Adh
- Updated August 2, 2026
- agentic-cookbook/agenticcookbook
adh is a Claude Code skill in the AI & Agent Building category. Skills for creating and maintaining cookbook-shaped repos (recipes, reference, indexes).
Key points
- adh
- AI & Agent Building
- AI-coding skill
Adh by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add agentic-cookbook/agenticcookbook/plugin install adh@agenticcookbookAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 2, 2026 |
|---|---|
| Repository | agentic-cookbook/agenticcookbook ↗ |
What it does
Skills for creating and maintaining cookbook-shaped repos (recipes, reference, indexes).
README.md
adh plugin
Claude Code plugin shell for the Agentic Developer Hub.
Layout
plugins/adh/
.claude-plugin/
plugin.json # plugin metadata
skills/ # assembled at install time from ../../skills/ (gitignored)
How it ships
The repo root contains .claude-plugin/marketplace.json, which registers this
plugin under the agenticcookbook local directory marketplace.
./install.sh from the repo root:
- Assembles
plugins/adh/skills/by copying every directory under../../skills/into it. - Registers the marketplace with Claude Code and enables the plugin.
Each skill ships as a plugin-namespaced skill: invokable by Claude via the
Skill tool as adh:<name> and by the user as the /adh:<name> slash
command.
Adding a skill
- Create
./skills/<name>/SKILL.mdat the repo root with YAML frontmatter. - Re-run
./install.sh(orcookbook self update) — it gets picked up automatically.