Agent skill · AI & Agents

cfn-agent-spawning

Agent process spawning with provider configuration and execution

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill spawning --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/spawning/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

# Agent Spawning Submodule **Parent Skill:** cfn-agent-lifecycle **Purpose:** Spawn agent processes with proper environment and provider configuration ## Components - `spawn-agent.sh` - Primary agent spawning script - `spawn-worker.sh` - Worker process spawning - `spawn-agent-wrapper.sh` - Wrapper for standardized spawning - `spawn-templates.sh` - Template-based spawning - `execute-agent.sh` - Agent execution handler - `get-agent-provider-env.sh` - Provider environment configuration - `parse-agent-provider.sh` - Provider parsing utilities - `check-dependencies.sh` - Dependency validation ## Usage ```bash # Spawn an agent ./.claude/skills/cfn-agent-lifecycle/lib/spawning/spawn-agent.sh \ --agent-type backend-dev \ --task-id "task-123" \ --provider kimi # Execute agent directly ./.claude/skills/cfn-agent-lifecycle/lib/spawning/execute-agent.sh \ --agent-id "agent-123" \ --task "implement feature" ```

What's inside
Steps it walks through
  1. Components
  2. Usage
Ships with 1 file
  • metadata.json
Commands it runs
Spawn an agent
Execute agent directly
More from claude-skill-registry
All skills →
About this skill
What does the cfn-agent-spawning skill do?

Agent process spawning with provider configuration and execution

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill spawning --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