‹ 首页

production-grade

@a-tokyo · 收录于 3 周前

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 安装 校验哈希
npx oh-my-skill add a-tokyo/agent-skills/production-grade
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- a-tokyo/agent-skills/production-grade
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify a-tokyo/agent-skills/production-grade
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
14GitHub stars
~6.8K最小装载
~31K含声明引用
~31K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 697bfe9 · 表述以原文为准
它做什么

装上后,Claude 会先阅读你的代码仓库,遵循现有风格,然后按工程原则编写生产级代码:先分类问题、制定计划,再选最简单正确的方案,优先用标准库,数学优先,数据库操作先看执行计划,写幂等原子操作,默认并发,安全按计划设计。

什么时候触发

当你要求进行非平凡的规划、设计、实现、审查、重构、根因分析、过度工程清理或加固继承/生成的代码时触发。

装好后可以这样说
Claude 会先写计划,然后给出带迁移脚本的完整方案。
Claude 会分析代码并建议简化。
Claude 会检查安全影响并给出修复建议。

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。