Code Style
This "Code Style" skill automatically formats your code to adhere to established conventions, improving readability and collaboration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bumgeunsong-code-style npx -- -y @trustedskills/bumgeunsong-code-style
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bumgeunsong-code-style": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bumgeunsong-code-style"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, bumgeunsong-code-style, provides automated code style checks and formatting. It can analyze provided code snippets for adherence to coding standards and suggest or apply corrections. The tool aims to improve code readability and consistency across projects by enforcing a defined style guide.
When to use it
- Code Review Assistance: Use this skill when reviewing pull requests or code submissions to quickly identify style violations.
- Automated Formatting: Integrate the skill into your development workflow for automatic formatting of new or existing code files.
- Learning Coding Standards: New developers can utilize the tool to understand and learn a specific coding style guide.
- Consistency Across Teams: Ensure all team members adhere to the same coding standards, improving collaboration and maintainability.
Key capabilities
- Code style checking
- Automated code formatting
- Adherence to defined coding standards
Example prompts
- "Check this Python code for PEP 8 compliance: [code snippet]"
- "Format this JavaScript code according to Airbnb's style guide: [code snippet]"
- "Analyze this C++ code and suggest improvements based on Google’s style guide."
Tips & gotchas
The skill requires a defined coding standard (e.g., PEP 8, Airbnb, Google) to operate effectively. Ensure the AI agent is provided with context regarding the desired coding style for accurate analysis and formatting.
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.