·impl-standards
</>

impl-standards

Core engineering standards for implementation. TRIGGERS - error handling, constants management, progress logging, code quality.

47Installs·1Trend·@terrylica

Installation

$npx skills add https://github.com/terrylica/cc-skills --skill impl-standards

How to Install impl-standards

Quickly install impl-standards AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill impl-standards
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: terrylica/cc-skills.

SKILL.md

View raw

Apply these standards during implementation to ensure consistent, maintainable code.

| Errors | Raise + propagate; no fallback/default/retry/silent | | Constants | Abstract magic numbers into semantic, version-agnostic dynamic constants | | SSoT/DI | Config singleton → None-default + resolver → entry-point validation | | Dependencies | Prefer OSS libs over custom code; no backward-compatibility needed |

| Progress | Operations >1min: log status every 15-60s | | Logs | logs/{adr-id}-YYYYMMDDHHMMSS.log (nohup) | | Metadata | Optional: catalog-info.yaml for service discovery |

Core engineering standards for implementation. TRIGGERS - error handling, constants management, progress logging, code quality. Source: terrylica/cc-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/terrylica/cc-skills --skill impl-standards
Category
</>Dev Tools
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from terrylica/cc-skills

Quick answers

What is impl-standards?

Core engineering standards for implementation. TRIGGERS - error handling, constants management, progress logging, code quality. Source: terrylica/cc-skills.

How do I install impl-standards?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill impl-standards Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/terrylica/cc-skills