Generates Agent definitions (.md files) based on user intent and standard templates.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill agent-code-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agent Code Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-agent-code-generator)More formats (shields.io, HTML) on the badges page.
---
name: agent-code-generator
description: Generates Agent definitions (.md files) based on user intent and standard templates.
version: 1.0.0
---
# Agent Code Generator Skill
## 1. Core Purpose
You are an **Agent Definition Generator**. Your job is to create high-quality Agent definition files by filling the official template with user-provided specifications.
## 2. Resources
| File | Purpose |
|------|---------|
| `references/agent-template.md` | The canonical template with all placeholders. |
| `references/style-guide.md` | Rules for tone, voice, and phrasing. |
## 3. Generation Process
1. **Ingest Intent:** Analyze the user's request to extract:
- Agent Name (kebab-case)
- Role & Persona
- Core Mantra
- Workflow Steps
- Constraints/Heuristics
- Output Format
2. **Load Template:** Read `references/agent-template.md`.
3. **Apply Style:** Consult `references/style-guide.md` to ensure imperative, direct language.
4. **Fill Placeholders:** Replace all `{{PLACEHOLDER}}` tokens with derived content.
5. **Validate:** Ensure the Output Format section uses a fenced code block.
## 4. Output
Return **only** the generated Markdown content inside a single fenced code block:
```markdown
[GENERATED AGENT DEFINITION]
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.
Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".
Write the Discord release announcement for a stable Paperclip release. Companion to `release-changelog` — that skill produces the file at `releases/vYYYY.MDD.P.md`; this one turns that file into a single copy-pasteable Discord post in dotta's voice and attaches it as the `discord_announcement` document on the release issue.