Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

blueprints-maintenance蓝图维护

Agent Skill

blueprints-maintenance 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

539

周安装

22

GitHub Stars

142

下载量

174
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:blueprints-maintenance(蓝图维护)
来源仓库:https://github.com/thebushidocollective/han
仓库路径:skills/blueprints-maintenance
安装命令:
npx skills add https://github.com/thebushidocollective/han --skill blueprints-maintenance
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/thebushidocollective/han --skill blueprints-maintenance

简介

blueprints-maintenance 用于维护技术蓝图的同步一致性,防止文档与实现脱节。

  • 它通过搜索相关蓝图、比对行为描述与代码变更,识别过时或缺失的文档内容。
  • 适用于长期演进的系统维护,确保架构决策与集成点始终准确反映现状。
  • 使用前应确认项目根目录存在 blueprints 文件夹,并建议定期运行以预防漂移。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Maintaining Technical Blueprints

The Sync Problem

Documentation drifts from implementation when:

  • Code changes without doc updates
  • New features added without documentation
  • Deprecated features remain documented
  • Behavior changes aren't reflected

Verification Process

Before Making Changes

  1. Find relevant blueprints: # Search for blueprints related to your system Grep("auth", path: "blueprints/", output_mode: "files_with_matches") # Read the blueprint to understand current documentation Read("blueprints/authentication.md")
  2. Note what documentation exists:

- Overview accurate? - API documentation complete? - Behavior described correctly?

  1. Plan documentation updates alongside code changes

After Making Changes

  1. Re-read the blueprint to verify accuracy: Read("blueprints/authentication.md")
  2. Verify each section:

- Does Overview still describe the purpose? - Are all public APIs documented? - Is behavior description accurate? - Are file paths still correct?

  1. Update the blueprint: # Read current content, modify as needed, write back Write("blueprints/authentication.md", updated_content_with_frontmatter)
  2. Remove stale content - outdated docs mislead

Types of Updates

Adding New Features

When adding functionality:

  1. Update the Overview if scope expanded
  2. Add new API documentation
  3. Document new behavior
  4. Update Related Systems if new integrations
  5. Add to Files section if new files created

Modifying Existing Features

When changing behavior:

  1. Update behavior descriptions
  2. Revise API documentation if signatures changed
  3. Update examples if usage changed
  4. Check related blueprints for impact

Removing Features

When deprecating or removing:

  1. Remove API documentation
  2. Remove from behavior section
  3. Update Overview if scope reduced
  4. Consider keeping a "Removed" or "History" note if the change is significant

Refactoring

When restructuring without behavior changes:

  1. Update Files section with new paths
  2. Update Architecture if structure changed
  3. Verify examples still work
  4. API documentation usually unchanged

Documentation Debt

Recognizing Debt

Signs blueprints need attention:

  • File paths that don't exist
  • Functions that aren't in the codebase
  • Behavior that doesn't match reality
  • Missing documentation for visible features

Paying Down Debt

Prioritize by impact:

  1. Critical: Public APIs with wrong docs
  2. High: Core systems undocumented
  3. Medium: Internal systems outdated
  4. Low: Minor inaccuracies

Verification Checklist

When reviewing blueprints:

## Verification Checklist

- [ ] Overview matches current purpose
- [ ] All public APIs documented
- [ ] API signatures accurate
- [ ] Examples execute correctly
- [ ] Behavior matches implementation
- [ ] File paths exist
- [ ] No removed features documented
- [ ] Related systems links work
- [ ] No duplicate content with other blueprints

Keeping Blueprints Fresh

During Development

  • Treat docs as part of the feature
  • Update blueprint in same commit as code
  • Review blueprint changes in code review

Regular Maintenance

  • Periodically audit blueprints vs code
  • Use /blueprints command to regenerate
  • Remove orphaned blueprint files

Tooling Support

The blueprints hooks automatically:

  • Remind you to check docs (UserPromptSubmit)
  • Verify docs match changes (Stop hook)

Anti-Patterns

Don't

  • Leave TODO comments in blueprints indefinitely
  • Copy implementation details that will change
  • Document external libraries (link instead)
  • Keep deprecated feature docs "for reference"

Do

  • Delete stale content immediately
  • Update atomically with code
  • Cross-reference rather than duplicate
  • Keep examples minimal but complete

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.36%
按下载量换算51

Codex

22.84%
按下载量换算40

OpenCode

17.54%
按下载量换算31

Antigravity

13.14%
按下载量换算23

windsurf

7.35%
按下载量换算13

Gemini CLI

3.69%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills