Generate a practical settings.json, custom slash command, or CLAUDE.md starter in one pass. No signup, no telemetry, no vague boilerplate.
{
"model": "claude-sonnet-4-20250514",
"maxTokens": 8192,
"temperature": 0.3,
"allowedTools": ["Read", "Edit", "Bash"],
"permissionMode": "default"
}
Configure how Claude Code behaves during code generation and editing.
Select which tools Claude Code can use. Unchecking a tool prevents Claude from using it.
System-level instructions that guide Claude Code's behavior across all sessions.
Configure file save hooks, auto-formatting, and permission behavior.
Create a custom slash command that Claude Code can invoke. The command name will be prefixed with / in Claude Code.
Basic information about your project that Claude Code should know.
Tell Claude Code about your technology choices and coding standards.
Any other important information Claude Code should know about this project.
// Fill in the form above to generate your Claude Code configuration. // The output will appear here in real-time.