What is style-guide-adherence?
Use when writing code - follow Google style guides where available, otherwise follow established best practices for the language Source: troykelly/codex-skills.
Use when writing code - follow Google style guides where available, otherwise follow established best practices for the language
Quickly install style-guide-adherence AI skill to your development environment via command line
Source: troykelly/codex-skills.
Follow established style guides. Consistency over personal preference.
Core principle: Code is read more than written. Consistent style aids reading.
| TypeScript/JavaScript | https://google.github.io/styleguide/tsguide.html | | Python | https://google.github.io/styleguide/pyguide.html | | Go | https://google.github.io/styleguide/go/ | | Java | https://google.github.io/styleguide/javaguide.html | | C++ | https://google.github.io/styleguide/cppguide.html |
Use when writing code - follow Google style guides where available, otherwise follow established best practices for the language Source: troykelly/codex-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/troykelly/codex-skills --skill style-guide-adherenceUse when writing code - follow Google style guides where available, otherwise follow established best practices for the language Source: troykelly/codex-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/codex-skills --skill style-guide-adherence Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/troykelly/codex-skills