Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Code Simplifier

Auto-triggers after TodoWrite tool or before Task tool to ensure new code follows existing patterns for imports, function signatures, naming conventions, base class structure, API key handling, and dependency management. Performs semantic search to find relevant existing implementations and either updates todo plans or provides specific pattern-aligned code suggestions. Examples: <example>Context: Todo "Add Stripe payment integration". Agent finds existing payment handlers use `from utils.api_client import APIClient` and `config.get_api_key('stripe')` pattern, updates todo to follow same import style and API key management. <commentary>Maintains consistent import and API key patterns.</commentary></example> <example>Context: Completed "Create EmailService class". Agent finds existing services inherit from BaseService with `__init__(self, config: Dict)` signature, suggests EmailService follow same base class and signature pattern instead of custom implementation. <commentary>Ensures consistent service architec

tools-only 0da5dd6 3 files · 11.8 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/1300-code-simplifier_325e3798 commit 0da5dd67bb

Frequently asked questions

npx skillmds add tools-only/code-simplifier-2