code-implement

Apply language-specific coding guidelines to Python and other supported languages.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/srnnkls/tropos --skill code-implement
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-implement
Source: https://github.com/srnnkls/tropos/tree/main/skills/code-implement
Command: npx skills add https://github.com/srnnkls/tropos --skill code-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about code-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply language-specific coding guidelines to my codebase?▼

To apply coding guidelines, open the language-specific resources organized under your target language directory and apply the recommended patterns, anti-patterns, and best practices to enforce structure, style, and code quality.

What are the best practices for structuring Python code modules and naming conventions?▼

Best practices for structuring Python code include following language-specific guidelines that enforce modular design, naming conventions, and documentation practices through structured example patterns and anti-patterns.

Does this coding guidelines skill support languages other than Python?▼

Yes, this coding guidelines skill supports Python and other languages, organizing language-specific resources under dedicated directories with files for composition, modules, errors, and quality.

When should I use code-implement versus task-dispatch for coding tasks?▼

Use code-implement for single implementation tasks, and refer to task-dispatch for multiple independent tasks, integrating both with Git workflow references and intended usage patterns for consistent software development.

How do I enforce anti-patterns and code quality during code reviews?▼

To enforce anti-patterns and code quality during code reviews, apply the language-specific guidelines and structured patterns provided to ensure consistent structure, style, and modular design across the codebase.

What related skills work with code-implement for integrated software engineering workflows?▼

Related skills for integrated workflows include task-dispatch for managing independent tasks, code-test for testing, code-review for reviewing implementations, and pr-review for pull request validation.