Agent skill · AI & Agents

faion-make-agents-skill

Creates, edits, updates, or modifies Claude Code custom agents (subagents). Use when user asks to create agent, edit agent, update agent, subagent. Triggers on "agent", "subagent", "autonomous worker".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill faion-make-agents-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBash(mkdir:*)Bash(rm:*)Bash(ls:*)Glob
Path: skills/agent/faion-make-agents-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Creating or Updating Agents **Communication with user: User's language. Agent content: English.** ## When to Use This Skill **ALWAYS use this skill when user asks to:** - Create a new agent/subagent - Edit/update/change/modify existing agent - Fix or improve an agent - Add functionality to an agent **Trigger phrases:** "create agent", "edit agent", "subagent", "autonomous worker" --- ## Agents vs Skills vs Commands | Type | Invocation | Context | Use Case | |------|------------|---------|----------| | **Agent** | Explicit or auto-delegated | Isolated (own window) | Autonomous workers, parallel tasks | | **Skill** | Auto-triggered by context | Shared | Knowledge packages, procedures | | **Command** | Manual `/invoke` | Shared | Quick actions with arguments | **Analogy:** Skills = recipes, Agents = specialized coworkers --- ## Agent File Format ```markdown --- name: agent-name description: Action-oriented description for auto-delegation model: sonnet # sonnet, opus, haiku, inherit tools: [Read, Write, Bash, Grep] # Tool whitelist (least privilege) skills: [skill-name] # Optional skills to load color: "#2F54EB" # UI color version: "1.0.0" disable-model-invocation: false # true = onl

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Agents vs Skills vs Commands
  3. Agent File Format
  4. Frontmatter Fields
  5. Available Tools
  6. Agent Locations
  7. Naming Convention
  8. Faion Network Convention (Global)
  9. Project-Specific Convention (Local)
  10. Rules Summary
  11. Best Practices
  12. Built-in Agents
  13. Prompt Writing Guidelines
  14. Parallel Execution Pattern
Ships with 1 file
  • metadata.json
Commands it runs
Add to .gitignore at the same level as .claude/
echo ".claude/agents/{project}-*.md" >> .gitignore
cd .. && git init
echo ".claude/agents/agent-name.md" >> .gitignore
More from claude-skill-registry
All skills →
About this skill
What does the faion-make-agents-skill skill do?

Creates, edits, updates, or modifies Claude Code custom agents (subagents). Use when user asks to create agent, edit agent, update agent, subagent. Triggers on "agent", "subagent", "autonomous worker".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill faion-make-agents-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going