Cloudyawn Tools Claude Code setup utility Runs locally in your browser

Build a clean Claude Code config before your repo gets messy.

Generate a practical settings.json, custom slash command, or CLAUDE.md starter in one pass. No signup, no telemetry, no vague boilerplate.

settings.json slash command schema project memory file
generated settings.json
{
  "model": "claude-sonnet-4-20250514",
  "maxTokens": 8192,
  "temperature": 0.3,
  "allowedTools": ["Read", "Edit", "Bash"],
  "permissionMode": "default"
}

Model & Generation Settings

Configure how Claude Code behaves during code generation and editing.

🔧 Allowed Tools

Select which tools Claude Code can use. Unchecking a tool prevents Claude from using it.

Custom Instructions

System-level instructions that guide Claude Code's behavior across all sessions.

📄 Hooks & Permissions

Configure file save hooks, auto-formatting, and permission behavior.

Custom Slash Command Builder

Create a custom slash command that Claude Code can invoke. The command name will be prefixed with / in Claude Code.

📝 Project Identity

Basic information about your project that Claude Code should know.

💻 Tech Stack & Conventions

Tell Claude Code about your technology choices and coding standards.

📖 Additional Context

Any other important information Claude Code should know about this project.

  Generated Output

// Fill in the form above to generate your Claude Code configuration.
// The output will appear here in real-time.
Copied to clipboard!