Agent Maker banner
wahidyankf wahidyankf

Agent Maker

Data & AI community

Description

--- name: agent-maker description: Creates new AI agent files in .claude/agents/ following AI Agents Convention. Changes are then synced to .opencode/agents/ via npm run generate:bindings. Ensures proper structure, skills integration, and documentation. tools: Read, Write, Glob, Grep, Bash model: sonnet color: blue skills: - docs-applying-content-quality - agent-developing-agents --- # Agent Maker Agent ## Agent Metadata - **Role**: Maker (blue) **Model Selection Justification**: This ag

Installation

Installs to ~/.claude/agents/wahidyankf-ose-primer-agent-maker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wahidyankf/ose-primer/HEAD/.claude/agents/agent-maker.md -o ~/.claude/agents/wahidyankf-ose-primer-agent-maker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository