Was ist impl-standards?
Grundlegende technische Standards für die Implementierung. AUSLÖSER – Fehlerbehandlung, Konstantenverwaltung, Fortschrittsprotokollierung, Codequalität. Quelle: terrylica/cc-skills.
Grundlegende technische Standards für die Implementierung. AUSLÖSER – Fehlerbehandlung, Konstantenverwaltung, Fortschrittsprotokollierung, Codequalität.
Installieren Sie den KI-Skill impl-standards schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: terrylica/cc-skills.
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 |
Grundlegende technische Standards für die Implementierung. AUSLÖSER – Fehlerbehandlung, Konstantenverwaltung, Fortschrittsprotokollierung, Codequalität. Quelle: terrylica/cc-skills.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/terrylica/cc-skills --skill impl-standardsGrundlegende technische Standards für die Implementierung. AUSLÖSER – Fehlerbehandlung, Konstantenverwaltung, Fortschrittsprotokollierung, Codequalität. Quelle: terrylica/cc-skills.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/terrylica/cc-skills --skill impl-standards Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/terrylica/cc-skills