doey-scaffy-discover

Identify recurring scaffolding patterns in repositories and output machine-readable template candidates.

6|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FRIKKern/doey --skill doey-scaffy-discover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doey-scaffy-discover
Source: https://github.com/FRIKKern/doey/tree/main/.claude/skills/doey-scaffy-discover
Command: npx skills add https://github.com/FRIKKern/doey --skill doey-scaffy-discover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes project history to identify recurring scaffolding patterns and refactoring fingerprints, surfacing candidates worth turning into reusable templates.

Core Features & Use Cases

  • Pattern discovery: detect structural motifs (handler+test pairs, config accretions, init chains) and recurring refactors.
  • Template candidate surface: surface high-potential scaffolds ready for templating.
  • Guided usage: provides commands to inspect and export templates for reuse.

Quick Start

Run the discover command in your project root to scan for scaffolding patterns and output candidate templates.

Frequently Asked Questions about doey-scaffy-discover

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

FAQPage Schema
How do I find reusable code scaffolding patterns in a repository?

To find reusable scaffolding patterns, you can analyze your repository's version history and structural fingerprints. This process detects recurring structural motifs like handler and test pairs to surface high-potential candidates ready for templating across projects.

What recurring code structures can be extracted for template generation?

Recurring code structures like handler and test pairs, config accretions, and init chains can be extracted for template generation. The discovery process identifies these structural motifs and refactoring fingerprints to output machine-readable results suitable for template generation.

Can I discover refactoring patterns by analyzing git history?

Yes, you can discover refactoring patterns by analyzing git history. The tool scans your project's version history to identify recurring refactoring fingerprints and structural motifs, surfacing scaffolding candidates that are worth turning into reusable templates.

How do I scan my project root to identify template candidates?

To scan your project root and identify template candidates, run the discover command. This analyzes your repository's structural fingerprints and version history, outputting machine-readable results that surface high-potential scaffolds ready for reuse across other projects.

Does scaffolding discovery support scoped analysis for specific directories?

Yes, scaffolding discovery supports scoped analysis. You can target specific directories within your repository to uncover structural motifs and recurring refactoring fingerprints, ensuring the machine-readable template candidates are relevant to your focused project scope.

What is the best way to export discovered scaffolding templates for reuse?

The best way to export discovered scaffolding templates is using the provided guided commands to inspect and export the results. After scanning your project history, these commands output machine-readable template candidates ready for reuse across multiple projects.