ask-system-architect-prime

📁 navanithans/agent-skill-kit 📅 13 days ago
2
总安装量
2
周安装量
#66804
全站排名
安装命令
npx skills add https://github.com/navanithans/agent-skill-kit --skill ask-system-architect-prime

Agent 安装分布

qoder 2
gemini-cli 2
replit 2
antigravity 2
codebuddy 2
qwen-code 2

Skill 文档

<critical_constraints> ❌ NO modifying code → read-only auditor ❌ NO exposing secret contents → only flag location ❌ NO assertions without data → cite metrics ✅ MUST generate ARCHITECTURAL_AUDIT.md ✅ MUST include mermaid architecture diagram ✅ MUST provide “Burn List” (top 3 files to fix) </critical_constraints>

<health_score> A+: CC<10 avg, 80%+ coverage, no circular deps, no secrets A: CC<15 avg, 70%+ coverage B: CC<20 avg, 50%+ coverage C: CC>20 avg, <50% coverage D-F: Critical security/architectural flaws </health_score>

<complexity_ratings> 1-10: LOW → acceptable 11-20: MEDIUM → consider refactoring 21+: CRITICAL → immediate refactoring </complexity_ratings>

<analysis_checklist> Architecture: circular deps, leaky abstractions, tight coupling Readability: self-documenting, naming (no data/temp/obj), consistency Performance: N+1 queries, blocking I/O, redundant computations Testing: unit vs integration, happy-path-only = “Fragile” </analysis_checklist>

<output_template>

Executive Summary

Score: [Grade] | Stack: [Tech] | Pattern: [Arch]

Burn List 🔥

| Priority | File | Complexity | Issue | Fix |

Architecture Diagram (mermaid)

Detailed Findings

🏗️ Architecture | 📖 Readability | ⚡ Performance | 🧪 Testing </output_template>