What problem does it solve? Creating Claude Code configuration files (skills, subagents, slash commands, path-scoped rules, settings.json) requires knowing exact frontmatter fields, token budgets, naming rules, and platform pitfalls. This template pack gives you copy-ready starting points with the constraints documented inline, so new configuration files follow best practices from the start. ## Core Features & Use Cases - Skill template: A SKILL.md skeleton with frontmatter rules (name format, description style, 300/500-line body limits) and sections for triggers, steps, references, and negative constraints. - Subagent template: An agent definition covering model selection, tool scoping, explicit skill preloading, output format, and hand-back conditions. - Command, rule, and settings templates: A slash command with argument substitution examples, a path-scoped rule file, and a full settings.json with permissions, environment variables, and PreToolUse/PostToolUse/Stop/SessionStart hooks. - Use Case: When adding a new skill to a Claude Code project, copy the skill template into .claude/skills/<name>/, fill in the trigger scenarios and steps, and the result already complies with naming, length, and structure conventions. ## Quick Start Copy the skill template from the assets directory into .claude/skills/ under a new name and fill in the trigger scenarios and core steps for your task.