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

Meta Agent Creator

  • 68 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

meta-agent-creator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • meta-agent-creator
  • AI & Agent Building
  • AI-coding skill

Meta Agent Creator by the numbers

  • 68 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #5,828 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill meta-agent-creator

Add your badge

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

Listed on Skillselion
Installs68
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Custom Agent Creator

Overview

Subagents are specialized AI assistants defined as Markdown files with YAML frontmatter. Each subagent runs in its own context window with a custom system prompt, specific tool access, and independent permissions. When a task matches a subagent's description, the parent conversation delegates to it automatically, preserving main context while enforcing constraints.

When to use: Isolating high-volume operations (tests, logs), enforcing read-only access for reviewers, routing simple tasks to cheaper models, running parallel research, creating reusable team workflows.

When NOT to use: Tasks requiring frequent back-and-forth, quick targeted changes, workflows needing nested delegation (subagents cannot spawn subagents), latency-sensitive operations where fresh context gathering is costly.

Quick Reference

PatternConfigurationKey Points
File location (project).claude/agents/name.mdShared via version control, priority 2
File location (user)~/.claude/agents/name.mdAvailable across all projects, priority 3
Required fieldsname, descriptionOnly two fields are mandatory
Tool restrictiontools: Read, Grep, GlobAllowlist; inherits all if omitted
Tool denialdisallowedTools: Write, EditDenylist; removed from inherited set
Model selectionmodel: haikuOptions: sonnet, opus, haiku, inherit (default)
Permission modepermissionMode: dontAskControls permission prompt behavior
Skill preloadingskills: [auth, api-patterns]Injected at startup; no inheritance from parent
Lifecycle hookshooks: { PreToolUse: [...] }Validate or block tool usage conditionally
CLI-defined agentclaude --agents '{...}'Session-only, highest priority, JSON format
Interactive creation/agents commandGuided setup with Claude generation
Proactive triggers"Use proactively after..."Include in description for auto-delegation

Common Mistakes

MistakeCorrect Pattern
Using opus for simple checklist reviewsUse haiku for read-only reviews and style checks
Omitting output format in system promptInclude structured output template for consistent results
Listing tools explicitly when all are neededOmit tools field to inherit all tools including MCP
Expecting skills from parent conversationExplicitly list skills in the skills field
Generic description without triggersInclude specific trigger phrases like "Use proactively when..."
Giving a single agent too many responsibilitiesDesign focused agents with one clear purpose each
Using bypassPermissions without cautionPrefer acceptEdits or dontAsk for safer automation
Creating deeply nested agent workflowsChain subagents from main conversation; nesting is not supported

Delegation

  • Agent pattern discovery: Use Explore agent to find existing agents in .claude/agents/
  • Interactive creation: Use /agents command for guided setup with Claude generation
  • Code review of agent files: Use Task agent to validate system prompts and configuration

References

  • Agent configuration: YAML fields, file locations, and priority order
  • Tool selection: access patterns, common combinations, and model guide
  • Templates: ready-to-use agent patterns for common workflows

Related skills

This week in AI coding

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

unsubscribe anytime.