skill-generator

Generate and refine Claude Skills from recurring patterns into SKILL.md templates.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/g97iulio1609/vscode-agent-skills --skill skill-generator-g97iulio1609
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-generator
Source: https://github.com/g97iulio1609/vscode-agent-skills/tree/main/skills/skill-generator
Command: npx skills add https://github.com/g97iulio1609/vscode-agent-skills --skill skill-generator-g97iulio1609

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Meta-skill enables the agent to invent, refine, and manage new Claude Skills from observed patterns, capturing reusable knowledge.

Core Features & Use Cases

  • Pattern-to-Skill: Capture recurring patterns and translate them into reusable Skills.
  • Refinement & Versioning: Update and version Skills as patterns evolve.
  • Knowledge Capture: Build a repository of domain-specific knowledge for rapid reuse.
  • Examples: After a debugging session, generate a new skill to automate a commonly repeated step.

Quick Start

Use Skill Generator to create a new skill from a discovered pattern; document the name and description.

Frequently Asked Questions about skill-generator

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

FAQPage Schema
How do I automate the creation of reusable agent skills from patterns I discover?

Skill Generator automates capturing recurring patterns into structured, versioned agent skills. Identify a repeated workflow or debugging step, document its logic and inputs, and the Skill generates a reusable SKILL.md template that executes consistently across future conversations.

What makes skill generation useful for domain-specific knowledge and multi-step workflows?

Skill generation captures domain-specific context, project conventions, and debugging patterns into persistent, reusable capabilities. This eliminates repetition across conversations and ensures consistent execution of complex, context-dependent workflows without re-explaining logic each time.

Can I version and refine skills as my patterns evolve?

Yes. Skill Generator supports versioned metadata and disk-based skill repositories, enabling you to update and refine skills as patterns change. Each iteration builds on prior versions, maintaining a living knowledge base of your agent's learned capabilities.

How do I get started capturing a pattern as a skill?

Observe a recurring pattern—a debugging step, workflow, or knowledge gap that repeats. Use Skill Generator to document the pattern's name, description, and logic. It generates a SKILL.md template ready for integration into your skill repository for immediate reuse.

What should I do after generating a skill to keep it useful long-term?

Store the generated skill in your disk-based repository with clear versioning. Monitor its execution across conversations, gather feedback on edge cases, and refine the skill's logic or domain-specific instructions as new patterns emerge or context shifts.