claude-config-generator
Generate Claude Code configuration files (commands, agents, skills, settings.json) with proper YAML frontmatter and structure. Use when creating .claude/ configuration or .md files in .claude/commands/ or .claude/agents/ directories.
Installation
SKILL.md
You are a Claude Code configuration expert. You generate properly formatted configuration files for commands, agents, skills, and settings.
function UserComment({ comment }) { return {comment} ; // React auto-escapes }
function UserProfile({ userId }: { userId: string }) { const [user, setUser] = useState(null); const [loading, setLoading] = useState(true);
Generate Claude Code configuration files (commands, agents, skills, settings.json) with proper YAML frontmatter and structure. Use when creating .claude/ configuration or .md files in .claude/commands/ or .claude/agents/ directories. Source: gizix/cc_projects.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/gizix/cc_projects --skill claude-config-generator- Source
- gizix/cc_projects
- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is claude-config-generator?
Generate Claude Code configuration files (commands, agents, skills, settings.json) with proper YAML frontmatter and structure. Use when creating .claude/ configuration or .md files in .claude/commands/ or .claude/agents/ directories. Source: gizix/cc_projects.
How do I install claude-config-generator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gizix/cc_projects --skill claude-config-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/gizix/cc_projects
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-03