Acc Psr Coding Style Knowledge
This skill provides insights into Acc and PSR coding standards, ensuring your code adheres to best practices for improved readability & maintainability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add acc-psr-coding-style-knowledge npx -- -y @trustedskills/acc-psr-coding-style-knowledge
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"acc-psr-coding-style-knowledge": {
"command": "npx",
"args": [
"-y",
"@trustedskills/acc-psr-coding-style-knowledge"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides knowledge of coding style conventions and best practices. It can analyze code snippets, identify deviations from established styles (like PEP 8 for Python or Google Style Guide for C++), and suggest corrections to improve readability and maintainability. The skill aims to ensure consistency in codebases by applying defined formatting rules.
When to use it
- Code Review: Use it to automatically check a pull request against a specific coding style guide before merging.
- Educational Tool: Help junior developers learn and adhere to established coding standards.
- Refactoring Assistance: Identify areas in existing code that need reformatting for improved clarity.
- Automated Formatting: Integrate into CI/CD pipelines to automatically format code changes.
Key capabilities
- Knowledge of multiple coding style guides (e.g., PEP 8, Google Style Guide).
- Code analysis and identification of stylistic issues.
- Suggestion of corrections for formatting inconsistencies.
- Application of defined formatting rules.
Example prompts
- "Analyze this Python code snippet for PEP 8 compliance: [code]"
- "Format this C++ code according to the Google Style Guide: [code]"
- "What are the common stylistic errors in this JavaScript file? [file path]"
Tips & gotchas
The skill's effectiveness depends on specifying the target coding style guide. Ensure you clearly indicate which style conventions should be applied when providing prompts.
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.