skill-generator

Convert extraction patterns into standardized SKILL.md files for agent discovery.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/datorresb/vibecoding-starter --skill skill-generator-datorresb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-generator
Source: https://github.com/datorresb/vibecoding-starter/tree/main/.claude/skills/assimilation/skill-generator
Command: npx skills add https://github.com/datorresb/vibecoding-starter --skill skill-generator-datorresb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates transforming extracted patterns into standardized SKILL.md files, enabling consistent agent discovery and reuse.

Core Features & Use Cases

  • Pattern-to-SKILL conversion: Convert validated patterns into ready-to-use SKILL.md templates for both .github/skills and .claude/skills.
  • Assimilation pipeline support: Bridges Phase 3 of assimilation by generating consistent skill definitions.
  • Documentation & reuse: Produces reusable skill docs that can be versioned and shared across teams.

Quick Start

Run the assimilation skill generator on .github/temp/patterns.json to produce standardized SKILL.md files under .github/skills and .claude/skills.

Frequently Asked Questions about skill-generator

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

FAQPage Schema
How do I convert extracted patterns into SKILL.md files for agent discovery?

You can generate SKILL.md files for both .github/skills and .claude/skills by running the assimilation generator on .github/temp/patterns.json, which writes validated skill definitions with standardized frontmatter for consistent agent discovery.

What is the assimilation pipeline for generating reusable agent instructions?

The assimilation pipeline is a process that transforms extracted patterns into standardized SKILL.md files, bridging Phase 3 by generating consistent, reusable agent instructions from patterns across .github/skills and .claude/skills.

Do I need local file IO to read patterns.json and write SKILL.md files?

Yes, local file IO is required to read extraction patterns from patterns.json and write the generated SKILL.md files with validated frontmatter into the .github/skills and .claude/skills directories.

What's the best way to standardize skill documentation across teams?

The best way to standardize skill documentation is to convert validated patterns into reusable SKILL.md templates, producing versioned and shareable skill docs that enable consistent agent discovery across teams.

Can I use this skill generation approach for both .github/skills and .claude/skills directories?

Yes, this approach supports both .github/skills and .claude/skills directories, converting validated patterns into ready-to-use SKILL.md templates for agent discovery in either location.