skill-generator

Generate standardized Claude Code Skill Units from repository context and SKILL.md templates.

3|2|Updated Apr 9, 2023
One-click install
npx skills add https://github.com/foscomputerservices/FOSUtilities --skill skill-generator-foscomputerservices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-generator
Source: https://github.com/foscomputerservices/FOSUtilities/tree/main/.claude/skills/skill-generator
Command: npx skills add https://github.com/foscomputerservices/FOSUtilities --skill skill-generator-foscomputerservices

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a meta capability to create new Claude Code skills by analyzing conversation context and existing SKILL.md documentation, enabling rapid, consistent skill generation.

Core Features & Use Cases

  • Context-aware scaffolding: Generates a complete Skill Unit shell including front matter, sections, and references to common templates.
  • Standardization: Ensures SKILL.md frontmatter includes name and description and that required sections are present.
  • Accelerated onboarding: Lets teams bootstrap new skills for code generation, testing, or development workflows with minimal manual drafting.
  • Use Case: When you need to add a new skill like fosmvvm-viewmodel-generator, this Skill formats and scaffolds the unit with consistent structure and documentation.

Quick Start

Invoke the skill with /skill-generator and provide the target skill domain context or rely on existing SKILL.md to generate a standardized skeleton.

Frequently Asked Questions about skill-generator

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

FAQPage Schema
How do I generate Claude Code skills automatically from repository context?

To generate Claude Code skills, this meta-skill analyzes your repository context and existing SKILL.md templates to produce standardized Skill Units. It automatically creates front matter, consistent sections, and correct references based on your project structure.

What is the best way to scaffold new SKILL.md documentation consistently?

Scaffolding new SKILL.md documentation consistently is achieved by using a meta-skill that applies standardization rules. It ensures required front matter like name and description are present and aligns section structure across all generated Skill Units.

Does skill generation work with existing templates and repository structures?

Yes, skill generation works by analyzing existing SKILL.md templates and your repository structure. It uses this context to align documentation, format references, and map dependencies correctly for the new Skill Unit.

How do I bootstrap a new skill unit for development workflows?

You can bootstrap a new skill unit by invoking the generator and providing the target domain context. It accelerates onboarding by formatting a complete skeleton with standardized structure and documentation for your development workflows.

Can I use the skill-generator to update scaffolds and align documentation across units?

Yes, you can use the skill-generator to update scaffolds and align documentation. It applies its context-aware analysis to ensure front matter, section structures, and references remain consistent across multiple Skill Units.

What are the limitations of automating skill scaffolding from context?

Automating skill scaffolding relies heavily on the quality of the existing repository context and SKILL.md templates provided. If the input context is minimal or unstructured, the generated skill shell will require manual drafting to complete the logic.