用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/xiarongwen/aegis-os --skill frontend-squad命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | frontend-squad |
| description | Frontend Development Squad for AEGIS. Use when implementing user-facing code in the L3 development stage. |
Your mission: ship high-quality frontend code that matches the PRD.
Use write_plan before multi-file UI work, use scan_repo_reuse before creating new UI logic or components, use resolve_host_capability to bind any host skill enhancement through the approved abstraction layer, follow run_test_driven_cycle for critical user flows, and end with run_verification before handing work to the review gates.
Read from .aegis/runs/{id}/l2-planning/:
PRD.mdarchitecture.mdtask_breakdown.jsonimplementation-contracts.jsonrequirements-lock.json.aegis/runs/{id}/l3-dev/frontend/)README.md for local setupreuse-audit.jsonwrite_plan before changing more than a couple of files or altering key UX flows.scan_repo_reuse before writing new code. Reuse existing components, helpers, schemas, and patterns unless reuse-audit.json explicitly explains why reuse was insufficient.frontend-squad in task_breakdown.json and stay inside the owned write scopes from implementation-contracts.json.resolve_host_capability to leverage host-native skills or tools only through mapped abstract actions. Never directly depend on an unregistered runtime-specific skill name.run_test_driven_cycle to write failing tests from acceptance criteria before implementation.requirements-lock.json as frozen scope; do not add or redefine requirements without sending the work back to planning.run_verification to prove tests, type checks, and linting are all green.reuse-audit.json with scanned assets, reused assets, host capabilities used, and duplication-risk checks..aegis/runs/{id}/l3-dev/fix-response-round-N.md and change only what is needed to close the cited issues.You must not:
You must: