Code Style Setup
Automatically configures project code style settings based on Andre Landgraf's preferred conventions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add code-style-setup npx -- -y @trustedskills/code-style-setup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"code-style-setup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/code-style-setup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automatically configures project code style settings according to Andre Landgraf's preferred conventions. It leverages a recipe accessible via Model Context Protocol (MCP) or directly through a curl command. The skill simplifies editor and linting setup, ensuring consistency in coding projects based on the defined style guidelines.
When to use it
- When you want to quickly apply consistent code styling across multiple projects.
- If you're starting a new project and want pre-configured editor/linting settings.
- To ensure your team adheres to Andre Landgraf’s specific coding conventions.
- When an MCP server is available for recipe retrieval, or direct
curlaccess is preferred.
Key capabilities
- Automated code style configuration.
- Adherence to Andre Landgraf's preferred coding conventions.
- Accessible via Model Context Protocol (MCP) or direct
curlcommand. - Supports editor and linting setup.
Example prompts
- "Configure the project’s code style using the Code Style Setup skill."
- "Apply Andre Landgraf's code style settings to this repository."
- "Fetch and apply the code style recipe for this project."
Tips & gotchas
- Requires either an MCP server configured or direct access via
curlto retrieve the recipe. - The skill applies Andre Landgraf’s specific coding conventions, which may not align with all preferences.
- Refer to the fullstackrecipes resource (recipe://fullstackrecipes.com/code-style-setup) for detailed setup instructions and configuration options.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.