一键导入
tapps-docs-generate
Quick doc generation: README, llms.txt, changelog. Use for a minimal generate pass; prefer tapps-docs-bootstrap for new projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick doc generation: README, llms.txt, changelog. Use for a minimal generate pass; prefer tapps-docs-bootstrap for new projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | tapps-docs-generate |
| description | Quick doc generation: README, llms.txt, changelog. Use for a minimal generate pass; prefer tapps-docs-bootstrap for new projects. |
| allowed-tools | mcp__nlt-project-docs__docs_generate_readme mcp__nlt-project-docs__docs_generate_llms_txt mcp__nlt-project-docs__docs_generate_changelog mcp__nlt-project-docs__docs_generate_runbook mcp__nlt-project-docs__docs_generate_postmortem |
Generate documentation artifacts:
mcp__nlt-project-docs__docs_generate_readme(merge=true)mcp__nlt-project-docs__docs_generate_llms_txt(mode="compact")mcp__nlt-project-docs__docs_generate_changelog when git tags existdocs_generate_runbook / docs_generate_postmortem with structured fieldsPersistent cross-session memory + knowledge graph for AI coding agents. Use when you need to recall prior decisions before making a non-trivial choice, save the rationale behind a decision so it survives the session, share findings across agents in a project (Hive), or record an experience event / KG triple. Talk to the deployed brain at http://127.0.0.1:8080/mcp/ via MCP tools — never via raw psycopg.
Frontend work flow combining UX playbook and standard finish pipeline. Use when the task is primarily UI/UX implementation or accessibility.
Write a structured cross-session handoff and close the TAPPS session lifecycle so the next chat can continue without a long paste. Use when ending a session, handing off to a fresh chat, or the user says hand off, save session state, or continue next time.
Frontend work flow combining UX playbook and standard finish pipeline. Use when the task is primarily UI/UX implementation or accessibility.
Write a structured cross-session handoff and close the TAPPS session lifecycle so the next chat can continue without a long paste. Use when ending a session, handing off to a fresh chat, or the user says hand off, save session state, or continue next time.
Persistent cross-session memory + knowledge graph for AI coding agents. Use when you need to recall prior decisions before making a non-trivial choice, save the rationale behind a decision so it survives the session, share findings across agents in a project (Hive), or record an experience event / KG triple. Talk to the deployed brain at http://127.0.0.1:8080/mcp/ via MCP tools — never via raw psycopg.