What problem does it solve?
Language-specific coding guidelines help teams implement code with consistent patterns, anti-patterns, and best practices across Python or other supported languages.
Core Features & Use Cases
- Language-specific patterns, anti-patterns, and best practices for writing code.
- Guidance on structuring code, naming conventions, and modular design across languages.
- Workflow guidance: Use this skill for single implementation tasks or refer to the task-dispatch skill for multiple independent tasks; includes Git workflow references and the intended usage patterns.
- Language-specific resources are organized under ~/.claude/skills/code-implement/resources/loqui/languages/{language}/ with files like README.md, quality.md, composition.md, modules.md, errors.md, etc.
- Related skills: task-dispatch, code-test, code-review, pr-review for integrated workflows.
Quick Start
Open the language-specific guidelines for your target language and apply the recommended patterns and anti-patterns to your codebase.