flow-scaffolding

Generate Claude Code plugin component skeletons with standardized templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides standardized scaffolding templates to rapidly create new Claude Code plugin components (commands, agents, skills, and hooks) by reusing a consistent structure and metadata.

Core Features & Use Cases

  • Standard templates for commands, agents, skills, and hooks that ensure consistent frontmatter, sections, and file layouts.
  • Accelerates team onboarding and reduces boilerplate work when adding new plugin components via /create-flow.
  • Use Case: A developer wants to scaffold a new skill directory and SKILL.md with minimal manual formatting, using the provided templates.

Quick Start

Run the flow-scaffold templates via /create-flow to generate a new plugin component skeleton with the standard structure.

Frequently Asked Questions about flow-scaffolding

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

FAQPage Schema
How do I standardize plugin scaffolding for Claude Code components?

To standardize plugin scaffolding for Claude Code, use flow-scaffolding templates that generate consistent directory layouts, frontmatter, and section structures for commands, agents, skills, and hooks, reducing boilerplate across projects. You run them via the /create-flow command to produce the skeleton.

What is the best way to generate consistent directory layouts for Claude Code skills and hooks?

The best way to generate consistent directory layouts for Claude Code skills and hooks is using scaffolding templates. They enforce uniform file structures and metadata frontmatter, ensuring every new plugin component adheres to project conventions without requiring manual formatting.

How do I reduce boilerplate when creating new Claude Code agents and commands?

You reduce boilerplate when creating new Claude Code agents and commands by applying standardized scaffolding templates. These templates provide pre-configured sections and frontmatter, eliminating repetitive manual formatting work across development teams.

Can I use scaffolding templates to enforce frontmatter consistency across multiple plugin projects?

Yes, you can use scaffolding templates to enforce frontmatter consistency across multiple plugin projects. They provide a standardized layout applicable when building new plugin components across teams, ensuring every generated file meets the outlined project conventions.

Does generating a new plugin component skeleton require manual formatting?

Generating a new plugin component skeleton does not require manual formatting when using scaffolding templates. Running the provided templates via /create-flow automatically produces the standard directory structure and required metadata sections for commands, agents, skills, and hooks.