skills/agent-ready-framework/SKILL.md
项目接手系统生成器。把新项目、代码无文档项目或老项目升级成任何 AI Coding Agent 都能不靠聊天历史直接接手执行的工作系统。核心建立 5 个能力:项目说明、当前状态、下一步任务、验收标准、红线规则。
npx skillsauth add ba0gu0/skillbox agent-ready-frameworkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
目标:把一个项目变成任何 AI Coding Agent 都能不靠聊天历史直接接手执行的工作系统。
核心原则:skill 可以根据项目现状和架构给出推荐,但最终规则必须由用户确认。
| 问题 | 能力 | 说明 | |------|------|------| | 项目是什么? | 项目说明 | 一句话定位、技术栈、核心架构 | | 现在在哪? | 当前状态 | 阶段、已完成、进行中、风险 | | 下一步做什么? | 下一步任务 | 可领取任务队列、优先级、依赖 | | 怎么验收? | 验收标准 | 测试命令、检查清单、完成条件 | | 哪些红线不能碰? | 红线规则 | 绝对禁止、需确认、必须执行 |
具体文件名由项目习惯决定,不强求固定命名。关键是这 5 个能力必须存在且真实可执行。
/agent-ready-framework --init
适用于空目录或新项目。执行 scripts/generation-steps.md 的「新项目生成流程」。
/agent-ready-framework --code-only
适用于已有代码、配置文件或脚本,但缺少 README/docs/AGENTS.md 的项目。执行 scripts/generation-steps.md 的「代码项目生成流程」。
/agent-ready-framework --upgrade
适用于已有代码和文档的项目。执行 scripts/generation-steps.md 的「老项目升级流程」;如果盘点后发现是代码无文档项目,自动切换到 --code-only 流程。
/agent-ready-framework --manual
完全手动选择所有配置项,但仍必须遵守 scripts/rules-reference.md 的验证与不静默覆盖规则。
scripts/generation-steps.md 中维护。scripts/variables-reference.md 中维护。scripts/upgrade-reference.md 中维护。scripts/rules-reference.md 中维护。scripts/generation-steps.md、scripts/variables-reference.md
和 scripts/rules-reference.md,再根据项目规模读取对应 preset。--upgrade 时还必须读取 scripts/upgrade-reference.md。| 规模 | 适用项目 | 预设 |
|------|----------|------|
| Small | CLI、脚本、POC、单一功能工具 | presets/small.md |
| Medium | 单体应用、API 服务、管理后台、小型网站 | presets/medium.md |
| Large | 微服务、多租户平台、企业级系统 | presets/large.md |
templates/ 目录中的文件是模板或参考材料,不是直接可用的最终文档。生成到项目里的文档必须:
<!-- TEMPLATE ... --> 和 <!-- TEMPLATE META ... --> 注释块。{UPPER_CASE_VAR}、中文花括号变量、[待填充]、xxx/XXX。scripts/rules-reference.md 中的 FILES 规则完成最终扫描。development
Read web pages and search the internet using Jina AI Reader & Search APIs. Two modes: (1) READ - fetch any URL and convert to clean markdown/text, (2) SEARCH - web search with results returned as markdown. Supports proxy, CSS selectors, screenshots, caching control, and more. Auto-detects python/curl+jq/powershell backend. Use when: user wants to read a webpage, fetch URL content, scrape a site, search the web, or get clean text from a URL. Triggers: "read this page", "fetch URL", "scrape website", "search the web", "jina search", "jina read", "读取网页", "抓取页面", "搜索网页", "网页内容", "获取链接内容".
tools
Download videos and audio from 20+ platforms (YouTube, TikTok, Instagram, Twitter/X, Reddit, Bilibili, Pinterest, SoundCloud, Vimeo, etc.) using the cobalt API. Auto-detects python/curl+jq/powershell backend. Use when: user wants to download a video, extract audio from a video, save a clip, or rip media from a social platform URL. Triggers: "download video", "下载视频", "save video", "rip audio", "extract audio", "download from youtube", "download from tiktok", "download from twitter", "下载", "保存视频", "提取音频".
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.