forge

Generate standards-compliant dragoon skill scaffolds with SKILL.md, script stubs, and tests.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Dragoon0x/dragoon-skills --skill forge-dragoon0x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge
Source: https://github.com/Dragoon0x/dragoon-skills/tree/main/skills/forge
Command: npx skills add https://github.com/Dragoon0x/dragoon-skills --skill forge-dragoon0x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually creating the required file structure and boilerplate for new custom dragoon skills is time-consuming and prone to inconsistency, especially for teams building multiple internal commands. This Skill automates that entire setup process to eliminate guesswork and ensure every new skill follows dragoon's standard structure.

Core Features & Use Cases

  • Full Scaffold Generation: Creates all required files for a new dragoon skill, including a pre-formatted SKILL.md with frontmatter, executable script stubs, test files, and a dedicated README.
  • Input Validation: Enforces valid skill naming conventions (only a-z, A-Z, 0-9, _) to prevent path errors or runtime issues later in the development workflow.
  • Use Case: Your design team wants to build a custom dragoon command that automatically checks component accessibility against your internal style guide; use this Skill to generate the base scaffold in .dragoon/forge/ for review before full implementation.

Quick Start

Use the forge skill to generate a scaffold for a new custom dragoon skill named 'BrandCheck' with a description of 'enforces internal brand color rules for UI components'.

Frequently Asked Questions about forge

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

FAQPage Schema
How do I generate boilerplate code for custom dragoon skills?

Generate custom dragoon skills boilerplate by using an automated scaffolding tool that creates a complete file structure. It outputs a standards-compliant scaffold with validated naming, SKILL.md frontmatter, script stubs, test files, and documentation for review before installation.

What is the best way to standardize file structures for team-specific workflow automation commands?

Standardize file structures for workflow automation commands by automating the setup process to eliminate guesswork. This ensures every new internal command follows the standard dragoon structure with pre-formatted files, preventing manual inconsistency across design and development teams.

Can I use scaffolding tools to enforce naming conventions for custom skill creation?

Yes, scaffolding tools can enforce naming conventions for custom skill creation by validating inputs during generation. The tool restricts characters to a-z, A-Z, 0-9, and underscores, preventing path errors or runtime issues later in the development workflow.

Does the generated skill scaffold include test files and documentation for review?

Yes, the generated skill scaffold includes test files and documentation for review. It produces a complete package containing executable script stubs, a dedicated README, and a pre-formatted SKILL.md file with frontmatter to ensure standards compliance before installation.

Why does manually creating custom command boilerplate lead to development issues?

Manually creating custom command boilerplate leads to development issues because it is time-consuming and prone to inconsistency. Automating the setup process eliminates guesswork and ensures every new skill follows the standard structure required for proper execution.