production-grade
Principle-engineering posture for production-grade code. Problem-classification (A/B/C) before implementing, plans before code, simplest-correct-solution-first (YAGNI ladder: stdlib/native before deps, delete over add), math-first (closed-form), ACM-grade algorithms, EXPLAIN-first DBs with data-migration plans, never-N+1, idempotent-atomic writes, realtime-first, concurrent-by-default, graph-aware schemas, validate-at-borders, observable-surfaces (SEO/a11y/perf), LLM-as-typed-pipelines, paradigm-fluent (SOLID+GoF / FP), 12-Factor-aware, cost-aware-CI, surgical PRs, over-engineering audit, TDD-steered E2E, runtime-coherent infrastructure, dependency-remediation, migration-audit, evidence-linked security, currency-checked. Reads the repo first, matches conventions, pulls latest docs over training recall, defers to peer skills on their lanes. Substrate-agnostic. Use for non-trivial planning, design, implementation, review, refactoring, RCA, over-engineering cleanup, and hardening inherited or generated code.
适合你,如果你需要确保代码达到生产级标准,涵盖设计、实现、审查和加固。
npx oh-my-skill add a-tokyo/agent-skills/production-gradecurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- a-tokyo/agent-skills/production-gradenpx oh-my-skill verify a-tokyo/agent-skills/production-grade怎么用
商店整理自技能原文 · 版本 697bfe9 · 表述以原文为准装上后,Claude 会先阅读你的代码仓库,遵循现有风格,然后按工程原则编写生产级代码:先分类问题、制定计划,再选最简单正确的方案,优先用标准库,数学优先,数据库操作先看执行计划,写幂等原子操作,默认并发,安全按计划设计。
当你要求进行非平凡的规划、设计、实现、审查、重构、根因分析、过度工程清理或加固继承/生成的代码时触发。