Customize Claude Code's system prompts, create custom toolsets, add custom input pattern highlighters, custom themes/thinking verbs/spinner, input box style, user message display, sign-in ASCII art, fix bugs (frozen spinner), and add features (context limit customization). Supports both native (binary) and npm installs on all platforms.
git clone https://github.com/Piebald-AI/tweakcc.githttps://github.com/Piebald-AI/tweakcc
["1. **Identify Customizations**: Clearly define what you want to change in Claude Code. Make a list of specific features you want to add, remove, or modify.","2. **Backup Configuration**: Before making any changes, back up your current configuration files. This ensures you can revert to the original settings if something goes wrong.","3. **Modify Files**: Open the relevant files (e.g., `styles.css`, `inputBox.js`, `spinner.js`) and make the necessary changes based on your customization list. Use the example output as a guide.","4. **Update Configuration**: Update your `config.json` file to include any new settings or configurations. This step is crucial for ensuring that your changes are applied correctly.","5. **Test Changes**: Restart Claude Code and test the new customizations. Check for any errors or issues in the console and adjust the code as needed. For complex changes, consider using a version control system like Git to track your modifications."]
Customize system prompts to better align with your project's terminology and user experience.
Create and manage custom toolsets for specific tasks using the new /toolset command.
Highlight specific input patterns in the Claude Code input box for improved visibility and user feedback.
Develop unique themes that enhance the visual appeal of the Claude Code interface.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/Piebald-AI/tweakccCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I want to customize my Claude Code interface. [DESCRIBE CUSTOMIZATIONS] like [SPECIFIC FEATURES]. Also, I need to [ADD/REMOVE FEATURES] such as [FEATURE NAMES]. Can you help me with the code changes and configuration steps?
To customize your Claude Code interface, you'll need to modify several configuration files. Here's a step-by-step guide based on your request to add a dark theme, customize the input box style, and fix the frozen spinner issue:
1. **Dark Theme**: Add the following CSS to your `styles.css` file:
```css
:root {
--background-color: #1e1e1e;
--text-color: #e0e0e0;
--accent-color: #bb86fc;
}
```
2. **Input Box Style**: Modify the `inputBox.js` file to include rounded corners and a border:
```javascript
const inputBox = document.getElementById('input-box');
inputBox.style.borderRadius = '10px';
inputBox.style.border = '2px solid var(--accent-color)';
```
3. **Fix Frozen Spinner**: Update the `spinner.js` file to include a timeout function:
```javascript
setTimeout(() => {
if (spinner.isRunning) {
spinner.stop();
console.error('Spinner was frozen and has been stopped.');
}
}, 30000); // 30-second timeout
```
4. **Configuration**: Update your `config.json` to include the new settings:
```json
{
"theme": "dark",
"inputBoxStyle": {
"borderRadius": "10px",
"border": "2px solid var(--accent-color)"
},
"spinnerTimeout": 30000
}
```
After making these changes, restart Claude Code to see the new customizations in effect. If you encounter any issues, check the console for error messages and adjust the code accordingly.Access telematics data in trucking
Achieve ultra-fast JavaScript execution with built-in bundling and TypeScript support.
AI for humanity, built with safety first
AI assistant built for thoughtful, nuanced conversation
Where Money Chats
Automate invoicing and financial reporting for streamlined business management.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan