Code Style Setup

🌐Community
by andrelandgraf · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add code-style-setup npx -- -y @trustedskills/code-style-setup
2

Or manually add to ~/.claude/settings.json

~/.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 curl access is preferred.

Key capabilities

  • Automated code style configuration.
  • Adherence to Andre Landgraf's preferred coding conventions.
  • Accessible via Model Context Protocol (MCP) or direct curl command.
  • 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 curl to 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
andrelandgraf
Installs
49

🌐 Community

Passed automated security scans.