generate-standard-readme
技能(Skill):生成精简 README
目的
为任何软件项目或文档仓库生成高信息密度、低冗余的首页文档。
唯一核心目标:读者在 30 秒内知道——
- 这个项目是什么(一句话)
- 去哪里找关键入口
- 怎么用(可执行的最短路径)
适用范围
本技能负责:
- 按价值门槛裁剪章节的精简 README 生成
- 项目类型分流(代码/应用仓库 vs 文档/规范仓库)
- anti-fluff 输出(每个主张落到具体路径、命令、行为或约束)
More from nesnilnehc/ai-cortex
review-codebase
Review given file/dir/repo for current-state code organization: module boundaries, design patterns, cross-module dependencies, tech debt, and interface stability. Scope-only atomic skill; output is a findings list.
106review-vue
Review Vue 3 code for Composition API, reactivity, components, state (Pinia), routing, and performance. Framework-only atomic skill; output is a findings list.
94review-diff
Review only git diff for impact, regression, correctness, compatibility, and side effects. Scope-only atomic skill; output is a findings list for aggregation.
91review-java
Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.
84review-architecture
Review code for architecture: module and layer boundaries, dependency direction, single responsibility, cyclic dependencies, interface stability, and coupling. Cognitive-only atomic skill; output is a findings list.
83review-security
Review code for security: injection, sensitive data, auth, dependencies, config, and crypto. Atomic skill; output is a findings list.
74