skill-factory

Propose and scaffold Claude Code skills from observed transcripts and patterns.

10|1|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/zenbase-ai/code-voyager --skill skill-factory-zenbase-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-factory
Source: https://github.com/zenbase-ai/code-voyager/tree/main/.claude/skills/skill-factory
Command: npx skills add https://github.com/zenbase-ai/code-voyager --skill skill-factory-zenbase-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mines transcripts and brain patterns to propose and scaffold reusable Claude Code skills, reducing toil in building repeatable automation.

Core Features & Use Cases

  • Propose 3-5 candidate skills based on observed workflows
  • Scaffold a chosen skill into a ready-to-use SKILL.md and references
  • Maintain generated_skills_index.json and skill_proposals.json for governance

Quick Start

Run voyager factory propose to generate skill proposals, then scaffold the selected skill with voyager factory scaffold --name <skill>.

Frequently Asked Questions about skill-factory

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

FAQPage Schema
How do I propose reusable skills from my Claude Code workflows?

Skill-factory analyzes transcripts and workflow patterns to propose 3-5 candidate skills. Run `voyager factory propose` to mine observed tasks and generate skill proposals tailored to your automation needs, reducing manual scaffolding work.

Can I scaffold a new skill from a proposal into production-ready code?

Yes. After proposing candidates, use `voyager factory scaffold --name <skill>` to generate a complete SKILL.md with frontmatter validation, references, and prompts. The tool prevents overwrites without confirmation and keeps documentation under 100 lines.

What governance does skill-factory maintain for generated skills?

Skill-factory maintains two indices: `generated_skills_index.json` tracks all scaffolded skills and `skill_proposals.json` stores proposal history. This ensures duplicate detection, audit trails, and organized skill inventory across coding workflows and PR review processes.

How does skill-factory prevent duplicate or conflicting skills?

The tool detects duplicate proposals by comparing against existing indices before scaffolding. It requires explicit confirmation to overwrite existing skills and validates YAML frontmatter to ensure consistency across your skill collection.

What workflow patterns does skill-factory recognize for skill extraction?

Skill-factory mines coding workflows, PR review processes, and recurring automation tasks from transcripts. It identifies repeatable patterns in Claude Code interactions and uses LLM analysis to extract generalizable logic into standalone, reusable skills.