Agent Skills: careercopilot-agent-scaffolder

Scaffolds a new Python agent for autonomous AI tasks in 'src/agents/'.

UncategorizedID: okgoogle13/careercopilot/careercopilot-agent-scaffolder

Install this agent skill to your local

pnpm dlx add-skill https://github.com/okgoogle13/careercopilot/tree/HEAD/.claude/skills/careercopilot-agent-scaffolder

Skill Files

Browse the full folder contents for careercopilot-agent-scaffolder.

Download Skill

Loading file tree…

.claude/skills/careercopilot-agent-scaffolder/SKILL.md

Skill Metadata

Name
careercopilot-agent-scaffolder
Description
Scaffolds a new Python agent for autonomous AI tasks in 'src/agents/'.

Purpose

Scaffolds new Python agents in src/agents/ to handle autonomous, complex AI operations like analysis or matching.

When to Use

  • When creating a new specialized agent component.
  • When establishing a new autonomous workflow within the project.

Process

  1. Input: Ask for the new agent's name.
  2. Template: Read the agent template from templates/agent.py.tpl.
  3. Injection: Replace {{AGENT_NAME}} placeholder.
  4. Creation: Write the file to src/agents/.
  5. Reporting: Show the path to the newly created agent.