
@okgoogle13/careercopilot
Evaluates skill effectiveness, suggests improvements to instructions, identifies missing edge cases, and recommends structure changes.
@okgoogle13/careercopilot
Runs or writes Playwright tests for the 'careercopilot' webapp. Use when asked to 'run playwright' or 'write a new e2e test'.
@okgoogle13/careercopilot
Example skill demonstrating YAML best practices. Use when learning skill structure, reviewing formatting standards, or creating new skills as a reference.
@okgoogle13/careercopilot
Scaffolds a new Python agent for autonomous AI tasks in 'src/agents/'. Agents are autonomous components that handle complex operations (resume analysis, job matching, KSC generation). Use when asked to create a new AI agent or automation component.
@okgoogle13/careercopilot
Scaffolds a new Python tool utility in 'src/tools/' for agents to call. Tools are utility functions (web scraping, PDF parsing, database queries) that agents use. Use when creating utilities that agents depend on.