claude-config-generator

Generate Claude Code configuration files with YAML frontmatter.

2|2|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/gizix/cc_projects --skill claude-config-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-config-generator
Source: https://github.com/gizix/cc_projects/tree/main/.claude/skills/claude-config-generator
Command: npx skills add https://github.com/gizix/cc_projects --skill claude-config-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of Claude Code configuration files (commands, agents, skills, settings.json) with correct YAML frontmatter, reducing setup time and human error.

Core Features & Use Cases

  • Slash Commands: Generate command Markdown with proper frontmatter.
  • Subagents & Skills: Create well-structured subagents and skills with consistent metadata.
  • Settings: Produce a ready-to-use settings.json and configuration scaffolding.

Quick Start

Run the generator to scaffold a new .claude/ configuration for a command named "build-project" or similar, ensuring frontmatter fields are populated correctly.

Frequently Asked Questions about claude-config-generator

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

FAQPage Schema
How do I generate Claude Code configuration files with proper YAML frontmatter?

Generate Claude Code config files by running the generator to scaffold Markdown files with correct YAML frontmatter for commands, agents, and skills. It automatically populates required fields like description, argument-hint, allowed-tools, and model settings, reducing manual setup time and errors.

Can I automate creation of slash commands, subagents, and skills with consistent metadata?

Yes. The generator creates standardized configurations across Slash Commands (.claude/commands/*.md), Subagents (.claude/agents/*.md), and Skills (.claude/skills/*/SKILL.md) with consistent YAML frontmatter, ensuring all metadata fields and parameter substitution rules are correctly applied.

What frontmatter fields does the generator support for Claude Code configs?

The generator supports description, argument-hint, allowed-tools, model, and disable-model-invocation fields. It also handles parameter substitution ($ARGUMENTS, $1), tool access restrictions, and content formatting requirements across all configuration file types.

How does the generator handle parameter substitution in configuration files?

Parameter substitution replaces $ARGUMENTS and $1 placeholders within generated configs. The generator applies these substitutions consistently across command arguments and agent/skill definitions to enable dynamic, reusable configurations.

Do I need existing Claude Code commands or agents before using the generator?

No. The generator scaffolds new configurations from scratch, creating well-structured .claude/ directories with proper frontmatter. You can run it immediately to generate command, agent, or skill templates without prerequisite files.

What's the fastest way to set up multiple Claude Code configs at scale?

Use the generator to batch-create configurations for multiple commands, agents, or skills with standardized YAML frontmatter. It eliminates manual file creation and frontmatter errors, enabling rapid .claude/ directory setup.