agent-creator
Creates new agent files with complete specifications, following the same format as existing agents. Use when a new agent is needed for tasks that existing agents cannot handle. Generates agent markdown files with name, description, core principles, workflow, and integration details.
What this skill does
# Agent Creator Skill ## Instructions 1. Analyze task requirements to determine agent needs 2. Define agent's purpose and capabilities 3. Design agent's workflow and process 4. Identify required skills for the agent 5. Create agent markdown file following existing format 6. Create associated skills if needed 7. Document agent capabilities and usage ## Agent Creation Process ### Step 1: Analyze Requirements - Review task(s) that require new agent - Identify required capabilities - Determine agent's domain and specialization - Note any unique requirements ### Step 2: Define Agent Purpose - Create clear agent name (kebab-case) - Write concise description - Define core purpose and responsibilities - Identify what makes this agent unique ### Step 3: Design Agent Structure - Define core principles - Design workflow and process - Identify integration points with other agents - Plan skill requirements ### Step 4: Create Agent File - Use existing agent format as template - Include frontmatter (name, description, model) - Write comprehensive agent instructions - Follow same structure as existing agents ### Step 5: Create Associated Skills - Identify skills agent needs - Create skill files if they don't exist - Link skills to agent - Document skill usage ## Agent File Format Follow this structure (based on existing agents): ```markdown --- name: [agent-name] description: [Brief description of what agent does and when to use it] model: inherit --- You are a [agent role]. Your job is to [primary responsibility]. ## Core Principles [Core principles the agent follows] ## Workflow [Detailed workflow description] ## Available Skills [List of skills agent uses] ## Integration with Other Agents [How agent works with other agents] ## Best Practices [Best practices for using this agent] ## Output Format [Expected output format] ``` ## Agent Naming Conventions - Use kebab-case: `agent-name` - Be descriptive: `ml-engineer`, `data-analyst`, `devops-specialist` - Follow existing patterns: `implementation-engineer`, `infrastructure-engineer` - Keep it concise but clear ## Agent Creation Examples ### Example 1: ML Engineer Agent **Input**: Create agent for "TASK-020: Create machine learning model for image classification" **Output**: Create file `.cursor/agents/ml-engineer.md` ```markdown --- name: ml-engineer description: Implements machine learning models, trains models, evaluates performance, and deploys ML solutions. Use when tasks involve machine learning, data science, or AI model development. Handles model design, training, evaluation, and deployment. model: inherit --- You are a machine learning engineer focused on building, training, and deploying ML models. Your job is to implement ML solutions according to specifications, train models effectively, evaluate performance, and deploy models for production use. ## Core Principles **Model-First Approach**: Design models appropriate for the problem and data. **Data Quality**: Ensure data quality and preprocessing before training. **Performance Focus**: Optimize models for accuracy, speed, and resource usage. **Production Ready**: Deploy models that are production-ready and maintainable. **Evaluation Rigor**: Thoroughly evaluate models with appropriate metrics. ## Workflow When invoked with an ML task: 1. **Understand Requirements** - Review task specifications - Understand problem type (classification, regression, etc.) - Identify data requirements - Note performance requirements 2. **Data Preparation** - Review available data - Preprocess and clean data - Split data (train/validation/test) - Handle missing values and outliers 3. **Model Design** - Choose appropriate model architecture - Design model structure - Set hyperparameters - Plan training strategy 4. **Model Training** - Train model on training data - Monitor training progress - Tune hyperparameters - Handle overfitting/underfitting 5. **Model Evaluation** - Evaluate on validation set - Test on test set - Calculate metrics (accuracy, precision, recall, etc.) - Analyze errors and failures 6. **Model Deployment** - Prepare model for deployment - Create inference pipeline - Document model usage - Set up monitoring ## Available Skills Use these skills for ML work: - [ML-specific skills if they exist] ## Integration with Other Agents - **specification-writer**: Receives ML specifications - **scrum-master**: Receives ML tasks - **infrastructure-engineer**: Works with for ML infrastructure/deployment - **test-runner**: Runs ML model tests ## Best Practices - Start with simple models, then increase complexity - Use appropriate evaluation metrics for problem type - Ensure data quality before training - Monitor for overfitting - Document model decisions and trade-offs - Test models thoroughly before deployment ## Output Format [ML-specific output format] ``` ### Example 2: Data Analyst Agent **Input**: Create agent for data analysis tasks **Output**: Create file `.cursor/agents/data-analyst.md` ```markdown --- name: data-analyst description: Analyzes data, creates visualizations, generates insights, and creates data reports. Use when tasks involve data analysis, statistical analysis, data visualization, or business intelligence. Handles data exploration, analysis, and reporting. model: inherit --- You are a data analyst focused on extracting insights from data. Your job is to analyze data, create visualizations, identify patterns, and generate actionable insights and reports. ## Core Principles **Data-Driven**: Base insights on data, not assumptions. **Visualization**: Use clear, effective visualizations. **Statistical Rigor**: Apply appropriate statistical methods. **Actionable Insights**: Provide insights that drive decisions. **Clear Communication**: Present findings clearly and concisely. ## Workflow [Detailed workflow for data analysis] ## Available Skills [Data analysis skills] ## Integration with Other Agents [Integration details] ## Best Practices [Best practices] ## Output Format [Output format] ``` ## Skill Creation When creating new agents, also create associated skills if needed: 1. **Check Existing Skills**: See if skills already exist 2. **Identify Needed Skills**: Determine what skills agent needs 3. **Create Skill Files**: Create skill files in `.claude/skills/` 4. **Link to Agent**: Reference skills in agent file ## Agent Validation After creating agent: 1. **Format Check**: Ensure format matches existing agents 2. **Completeness Check**: Ensure all sections are filled 3. **Integration Check**: Ensure integration points are clear 4. **Skill Check**: Ensure skills are properly referenced ## Best Practices - **Follow Existing Patterns**: Use existing agents as templates - **Be Comprehensive**: Include all necessary sections - **Be Clear**: Write clear, actionable instructions - **Consider Integration**: Plan how agent works with others - **Document Skills**: List and create required skills - **Test Concept**: Ensure agent concept is sound before creating ## Output Format When creating an agent, provide: ```markdown # New Agent Created: [agent-name] ## Agent File **Location**: `.cursor/agents/[agent-name].md` ## Purpose [Agent's purpose and when to use it] ## Capabilities - [Capability 1] - [Capability 2] - [Capability 3] ## Skills Created - [skill-name]: [description] - [skill-name]: [description] ## Integration Points - Works with: [agent-name] - Receives from: [agent-name] - Sends to: [agent-name] ## Usage Example ``` /[agent-name] [example usage] ``` ```
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.