用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Texarkanine/client-side-mdc-render --skill niko-preflight命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Niko Memory Bank System - Creative Phase - Design Exploration
Niko Memory Bank System - Niko Phase - Initialization & Entry Point
General-purpose guidance for taking a step back and getting un-stuck from a problem that you've tried to solve multiple times unsuccessfully.
基于 SOC 职业分类
正在显示 SKILL.md
| name | niko-preflight |
| description | Niko Memory Bank System - Preflight Phase - Pre-Build Plan Validation |
This command validates the implementation plan against codebase reality before any code is written. It catches design oversights, convention conflicts, and integration issues that would otherwise surface during or after the build.
Read:
memory-bank/active/tasks.mdmemory-bank/active/projectbrief.mdmemory-bank/systemPatterns.mdmemory-bank/techContext.mdmemory-bank/active/creative/**/*.md (if any exist)Verify Prerequisites
memory-bank/active/tasks.md for planning completionConvention Compliance
memory-bank/systemPatterns.mdDependency Impact
Conflict Detection
Completeness Precheck
Radical Innovation (advisory - not blocking)
Generate Preflight Report
memory-bank/active/.preflight-statusmemory-bank/active/tasks.md with any plan amendments or findingsHandle Results
/niko-build, but document advisory findings for the operator's consideration/niko-build; Operator decision required.🚨 Printing this notice is NOT the end of this phase. After printing, continue immediately to the next step - do not stop.
Update memory-bank/active/progress.md to record completion of the preflight phase.
Print the appropriate block:
# Preflight Result
✅ PASS
## Findings
1. **Findings** - bulleted list of each finding with severity
2. **Advisory items** (if any) - concrete recommendations the operator can evaluate
# Preflight Result
❌ FAIL
## Findings
1. **Findings** - bulleted list of each finding with severity
2. **Advisory items** (if any) - concrete recommendations the operator can evaluate
## Next Steps
- **On FAIL (rearchitect)**: Run `/niko-plan` when ready to revise the approach.
- **On FAIL (fixable)**: Address the findings and re-run `/niko-preflight`.