Standardize project scaffolding for new modules using automated generators.

Install

mkdir -p .claude/skills/scaffolding && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14222" && unzip -o skill.zip -d .claude/skills/scaffolding && rm skill.zip

Installs to .claude/skills/scaffolding

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Capability to generate project structures using Yeoman.
55 charsno explicit “when” trigger
Beginner

Key capabilities

  • Generate new Agentic Modules with standard structure
  • Create views, backend components, and index files for modules
  • Utilize Yeoman generators for project scaffolding
  • Execute scaffolding commands via `npx yo`

How it works

The skill generates project structures using Yeoman generators, specifically for creating new Agentic Modules with a standard set of files and directories.

Inputs & outputs

You give it
Module name for a new Agentic Module
You get back
A new Agentic Module with standard structure (View, Backend, Index)

When to use scaffolding

  • Create a new project module
  • Scaffold a new agentic feature
  • Initialize standard directory structure

About this skill

Scaffolding Skill

This skill allows agents (typically devops-agent) to generate project structures using Yeoman generators.

Capabilities

  • Generate Module: Create a new Agentic Module with standard structure (View, Backend, Index).

Usage

The scaffolding generator is located at:

src/cli/scaffolding/generators/module

To scaffold a new module, use the run_command tool:

{
  "CommandLine": "npx yo ./src/cli/scaffolding/generators/module <module-name> --force",
  "Cwd": "/path/to/workspace",
  "SafeToAutoRun": false,
  "WaitMsBeforeAsync": 5000
}

Structure

  • src/cli/scaffolding/generators/module: Yeoman generator for creating a new module.
    • index.js: Generator logic.
    • templates/: Boilerplate files.

When not to use it

  • When the project structure is not based on Yeoman generators
  • When manual file creation is preferred over automated scaffolding
  • When modifying existing modules rather than creating new ones

Limitations

  • The skill is specific to Yeoman generators for scaffolding
  • The skill focuses on generating new modules, not modifying existing ones
  • The skill requires the `npx yo` command for execution

How it compares

This skill automates the creation of consistent project structures using Yeoman, ensuring adherence to predefined module layouts, unlike manual file and directory setup.

Compared to similar skills

scaffolding side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
scaffolding (this skill)05moNo flagsBeginner
command-development169moReviewIntermediate
skill-forge119moReviewIntermediate
codex-skill125moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

command-development

anthropics

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

16133

skill-forge

WilliamSaysX

Automated skill creation workshop with intelligent source detection, smart path management, and end-to-end workflow automation. This skill should be used when users want to create a new skill or convert external resources (GitHub repositories, online documentation, or local directories) into a skill. Automatically fetches, organizes, and packages skills with proactive cleanup management.

11115

codex-skill

feiskyer

Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.

12110

agent-factory

alirezarezvani

Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns

8109

subagent-driven-development

davila7

Use when executing implementation plans with independent tasks in the current session

1493

peekaboo

openclaw

Capture and automate macOS UI with the Peekaboo CLI.

1486

Search skills

Search the agent skills registry