用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a2ui-project/a2ui --skill a2ui-blueprint-navigator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Auditing codebase implementations for synchronization drift with the user documentation, readmes, and code comments.
Grounding, coding standards, testing practices, and verification workflows for developing in the A2UI Swift codebase (under the swift/ directory). Use whenever implementing features, modifying state logic, creating SwiftUI views, or writing tests in Swift.
Main coordination skill to run the blueprint compliance, documentation synchronization, and test quality audits, posting the combined results as a labeled GitHub issue.
基于 SOC 职业分类
正在显示 SKILL.md
| name | a2ui-blueprint-navigator |
| description | Analytical navigation of A2UI Spec-Driven Development module and codebase blueprints. |
This skill provides precise analytical methods and recipes for discovering blueprints, inspecting commit-hash compliance, and mapping language-agnostic specifications to physical directories in the monorepo.
Spec-Driven Development (SDD) in A2UI confines all specifications and compliance files inside blueprints/:
blueprints/modules/): Language-agnostic authorities specifying core architecture, APIs, types, and expected behaviors (e.g. a2ui_core.blueprint.md).blueprints/features/): Standalone optional feature specifications (features/<name>.blueprint.md) and merged required features (features/archived/<name>.blueprint.md).blueprints/codebases/<relative_codebase_path>/codebase.blueprint.md): Local metadata trackers documenting codebase compliance with a specific git commit hash of its associated Module Blueprint (module_blueprint_commit).Rather than checking against a list of required feature names, a codebase's compliance status is tracked by the git commit hash of its associated Module Blueprint (module_blueprint_commit).
blueprints/modules/<module>.blueprint.md), the file's git commit hash advances.module_blueprint_commit.blueprints/codebases/<relative_path>/codebase.blueprint.md.module_blueprint_commit in the YAML frontmatter.git log -n 1 --pretty=format:%H blueprints/modules/<associated_module>.blueprint.md
module_blueprint_commit matches the latest commit hash, the codebase is up to date.git diff <module_blueprint_commit>..HEAD blueprints/modules/<associated_module>.blueprint.md
blueprints/codebases/<relative_path>/codebase.blueprint.md.associated_module in the frontmatter.blueprints/modules/<associated_module>.blueprint.md.