Generating New Skills

Generate reusable skills from repetitive workflow explanations.

1|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/HR-AR/Project-Conductor --skill generating-new-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Generating New Skills
Source: https://github.com/HR-AR/Project-Conductor/tree/main/.claude/skills/meta/skill-generator
Command: npx skills add https://github.com/HR-AR/Project-Conductor --skill generating-new-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm.

What problem does it solve?

This meta-skill empowers the AI to learn and automate new workflows by observing repetitive user interactions. It transforms frequently explained processes into dedicated, reusable skills, drastically reducing the need for redundant instructions and enhancing the AI's long-term efficiency and user-specific adaptability.

Core Features & Use Cases

  • Repetition Detection: Identifies when a user explains the same process or asks for similar information multiple times.
  • Automated Skill Generation: Creates new skills based on detected patterns, saving them for future, instant recall.
  • Workflow Memorization: Acts as the AI's memory for preferred methodologies, ensuring consistent execution without explicit re-instruction.
  • Use Case: If you consistently ask the AI to "summarize this document by extracting key arguments and counter-arguments," this skill will eventually create a dedicated "Document Summarization" skill, allowing you to simply say "summarize this document" in the future.

Quick Start

Explain a task you do often, like "When I need to draft an email, first outline the purpose, then list 3 key points, then add a call to action."

Frequently Asked Questions about Generating New Skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate repetitive task explanations into reusable skills?

Automating repetitive explanations converts frequently described processes into dedicated skills stored as standardized YAML files. Explain a task you do often—the AI detects patterns across interactions and generates new skills with gerund-form naming under .claude/skills/auto-[intent]-[id]/, eliminating redundant re-instruction and enabling instant recall.

Can AI learn and remember my preferred workflow patterns automatically?

Yes, workflow memorization captures your preferred methodologies through pattern recognition across repeated interactions. The Skill implements auto-learning with npm scripts (learn:track, learn:record) to detect when you explain the same process multiple times, then generates standardized skills that execute consistently without explicit re-instruction.

What's the best way to convert manual processes into AI-executable skills?

Skill generation detects repetitive process descriptions and transforms them into executable automation patterns. Start by explaining a task end-to-end; the system identifies recurring workflows, generates standardized SKILL.md files in official Anthropic format, and stores them for future use—reducing manual explanation overhead and improving long-term efficiency.

How does pattern recognition work to create new skills from my tasks?

Pattern recognition identifies when you repeatedly describe similar processes or request related information. The Skill applies repetition detection across interactions, automatically generates new skills from observed workflows, and outputs them in standardized YAML format with name and description, enabling the AI to adapt to your specific, recurring needs.

Do I need npm to generate and use auto-created skills?

Yes, npm is a required dependency for auto-learning and skill generation. The Skill uses npm scripts (learn:track, learn:record) to execute the pattern detection and file generation pipeline that creates standardized skills, so npm must be installed and available in your environment.

What's the difference between explaining a task once versus automating it into a skill?

One-time explanation requires re-stating instructions; automated skills convert detected repetition into reusable assets. After the AI observes the same process multiple times, it generates a dedicated skill that responds to simplified requests—"summarize this document" instead of restating the full methodology—drastically reducing cognitive load and execution time.