🔌
AI EngineeringGo

Add Agent Adapter

by safedep

Add Agent Adapter is an AI Engineering skill for Claude Code, published by safedep in gryph.

161 stars18 forkson safedep/gryphAdded 2026/09/08Repository updated 2026/08/30
ai-agentsai-developer-toolsclaude-codegemini-clisecurity
Install in seconds
Install Add Agent Adapter
Copy Add Agent Adapter into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/safedep/gryph/tree/main/.claude/skills/add-agent-adapter ~/.claude/skills/add-agent-adapter

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/safedep/gryph.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/add-agent-adapter/SKILL.md in safedep/gryph
Installs to
~/.claude/skills/add-agent-adapter
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering3670 skills

What Add Agent Adapter does

Add Agent Adapter guides the steps for wiring a new AI coding agent into Gryph. Use it when adding support for a new agent, changing adapter wiring, or updating hook detection and event parsing.

Add Agent Adapter is cataloged under AI Engineering on DirSkills. Add Agent Adapter comes from a repository tagged ai-agents, ai-developer-tools, claude-code, gemini-cli and security.

Documentation

README

Add a New Agent Adapter

The full, current guide is docs/agent-adapter.md. It is the single source of truth for this task. Read it and follow it step by step.

Do not add an agent adapter from memory. The adapter pattern touches 13 or more files across agent/, config/, cli/, and tui/. A missed file breaks detection, registration, or the security response path. The doc lists every file and the exact change each one needs.

How to use this skill

  1. Read docs/agent-adapter.md in full.
  2. Follow each step in order. Use the wiring table in the doc to change every listed file.
  3. Use an existing adapter as your reference. The agent/gemini/ package is the recommended model for the settings.json pattern.
  4. Run the verify commands from the doc's final step before you finish.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Add Agent Adapter

  • What else does safedep publish alongside Add Agent Adapter?

    Add Agent Adapter is one of 3 skills that DirSkills catalogs from safedep/gryph, the repository it ships in. Its siblings there include AARM Policy Layer and Gryph Policy Authoring. Each one is a separate skill with its own page in this directory, installs the same way Add Agent Adapter does, and is maintained by safedep in that same repository. The rest of the collection is listed on the safedep/gryph page.

  • How does Add Agent Adapter compare to other AI Engineering skills?

    Add Agent Adapter ranks #3402 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Add Agent Adapter against them. Open each page to compare what they document and how they install.