Every Style Editor
This AI edits text to match any desired writing style, ensuring consistent tone and clarity for polished content.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add petekp-every-style-editor npx -- -y @trustedskills/petekp-every-style-editor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"petekp-every-style-editor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/petekp-every-style-editor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The every-style-editor skill allows AI agents to modify and apply various coding styles. It can adjust formatting, indentation, and other stylistic elements within code. This ensures consistency across projects or aligns with specific team preferences by automatically applying a desired style guide.
When to use it
- Code Formatting: Automatically format Python code according to PEP 8 guidelines.
- Style Guide Enforcement: Ensure all files in a repository adhere to a particular coding standard (e.g., Google Java Style).
- Consistent Team Codebases: Standardize the appearance of code across multiple developers' contributions.
- Refactoring for Readability: Improve the readability and maintainability of existing code by applying consistent styling.
Key capabilities
- Applies various coding styles.
- Modifies formatting, indentation, and other stylistic elements.
- Enforces consistency within projects.
Example prompts
- "Format this Python file to comply with PEP 8."
- "Apply the Google Java Style guide to this code snippet."
- "Standardize the indentation in this JavaScript file."
Tips & gotchas
The skill requires a clear definition of the desired coding style. Providing specific style guides or configuration files will yield more accurate results.
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.