{{NAME}}

Generates standardized Skill templates with frontmatter and scaffolding for Claude-like workflows.

3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Dokkabei97/hardened-claude-code --skill name-dokkabei97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {{NAME}}
Source: https://github.com/Dokkabei97/hardened-claude-code/tree/main/skills/flow-scaffolding/templates
Command: npx skills add https://github.com/Dokkabei97/hardened-claude-code --skill name-dokkabei97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

{{DESCRIPTION_LINE_1}} {{DESCRIPTION_LINE_2}}

Core Features & Use Cases

  • Template-based definitions for agent.md, command.md, and skill.md files to standardize Skill creation.
  • Reusable scaffolding for rapid experimentation and onboarding of new Flow Skills.
  • Easy customization by replacing placeholders with real values while preserving structure.

Quick Start

Create a new skill by copying the templates in skills/flow-scaffolding/templates and renaming them to your skill's name.

Frequently Asked Questions about {{NAME}}

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

FAQPage Schema
How do I standardize YAML frontmatter and skill definitions across multiple agent workflows?

Template-driven scaffolding standardizes YAML frontmatter by providing predefined agent.md, command.md, and skill.md templates, ensuring consistent Skill creation across modular Claude-like agents.

What is the best way to scaffold new Flow Skills for team onboarding?

Scaffolding new Flow Skills uses reusable templates that you copy and rename, allowing teams to rapidly experiment and onboard by replacing placeholders with real values while preserving the structural definition.

Does template-driven scaffolding support optional component detection during skill creation?

Yes, the scaffolding process includes optional components detection, automatically identifying and integrating available components to ensure standardized and complete Flow Skill generation.

Can I use these templates to build modular agent workflows without starting from scratch?

You can use these templates to build modular agent workflows by copying the scaffolding structures, which provide standardized definitions that eliminate the need to start each skill from scratch.

What limitations exist when customizing scaffolding templates for skill design?

Customization is limited to replacing placeholders with real values while preserving the original template structure, meaning fundamental architectural changes to the scaffolding format are not directly supported.

Why does my skill scaffolding break when I modify the YAML frontmatter structure?

Scaffolding breaks because the templates enforce standardized YAML frontmatter; modifying this underlying structure directly conflicts with the template-driven design and disrupts consistent skill generation.