Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Agentic Developer Cookbook avatar

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@agenticcookbook

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedAugust 2, 2026
Repositoryagentic-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:

  1. Assembles plugins/adh/skills/ by copying every directory under ../../skills/ into it.
  2. 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

  1. Create ./skills/<name>/SKILL.md at the repo root with YAML frontmatter.
  2. Re-run ./install.sh (or cookbook self update) — it gets picked up automatically.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.