A planning-phase skill for exploring a codebase and generating a knowledge-base construction blueprint (KB_PLAN.md). This skill performs a high-level scan of the repository during planning, distinguishing "high signal-to-noise" business logic from "boilerplate noise" and producing an actionable KB_PLAN.md build blueprint. Features include: reading only README and core configuration files under constraint (e.g., package.json / go.mod / pom.xml / docker-compose.yml), inspecting the project root and main entry skeleton files without delving into implementation details; identifying modules to include (business cores, cross-module contracts, implicit state transitions, stable public APIs) and directories to exclude (tests, node_modules/vendor, scaffold scripts, etc.). It outputs a standards-compliant KB_PLAN.md at the project root or .agent/kb/ containing overall planning, filtering declarations, and a construction task checklist with checkboxes (each item lists the target KB path, involved source code, and core focus points). After generation it stops and prompts for human confirmation to allow subsequent use of kb-build to execute documentation consolidation, improving documentation output efficiency and consistency.
A planning-phase skill for exploring a codebase and generating a knowledge-base construction blueprint (KB_PLAN.md). This skill performs a high-level scan of the repository during planning, distinguishing "high signal-to-noise" business logic from "boilerplate noise" and producing an actionable KB_PLAN.md build blueprint. Features include: reading only README and core configuration files under constraint (e.g., package.json / go.mod / pom.xml / docker-compose.yml), inspecting the project root and main entry skeleton files without delving into implementation details; identifying modules to include (business cores, cross-module contracts, implicit state transitions, stable public APIs) and directories to exclude (tests, node_modules/vendor, scaffold scripts, etc.). It outputs a standards-compliant KB_PLAN.md at the project root or .agent/kb/ containing overall planning, filtering declarations, and a construction task checklist with checkboxes (each item lists the target KB path, involved source code, and core focus points). After generation it stops and prompts for human confirmation to allow subsequent use of kb-build to execute documentation consolidation, improving documentation output efficiency and consistency.
一个用于在规划阶段探索代码库并生成知识库建设蓝图(KB_PLAN.md)的技能。该 Skill 在规划阶段对仓库进行宏观扫描,将“高信噪比”的业务逻辑与“样板噪声”区分开来,产出可执行的 KB_PLAN.md 施工蓝图。功能包括:在约束下仅读取 README 与核心配置文件(如 package.json / go.mod / pom.xml / docker-compose.yml),浏览项目根目录与主要入口的骨架文件但不深入具体实现;识别应纳入的模块(业务核心、跨模块契约、隐式状态转换、稳定的公共 API)与应排除的目录(tests、node_modules/vendor、样板脚本等)。在项目根或 .agent/kb/ 下输出符合规范的 KB_PLAN.md,包含整体规划、过滤声明及带复选框的施工任务清单(每项列出目标 KB 路径、涉及源码与核心关注点)。生成后立即停止并提示人工确认,便于后续使用 kb-build 执行文档沉淀,提高文档产出效率与一致性。
Category: developer (开发工具) · Author: glenzli · Version: @main · License: MIT
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer