用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ranbot-ai/awesome-skills --skill interview-style-doc-building命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generate project-specific AGENTS.md and companion rules by analyzing a codebase. Supports full, minimal, update, and dry-run modes with package-manager detection, monorepos, backups, managed blocks, c
Run protected AAS maintainer sweeps, PR merge batches, canonical sync, Core preview checks, and scripted releases. Use for repository maintenance, main alignment, CLI/MCP/Workbench changes, or release
Provision backend infra through Cohesivity (cohesivity.ai): Postgres, hosting, auth, storage, and AI model APIs over one HTTP API. Use when a .cohesivity file exists or a project needs a backend.
基于 SOC 职业分类
正在显示 SKILL.md
| name | interview-style-doc-building |
| description | Build structured strategy documents by asking one question at a time and patching the file. |
| category | Document Processing |
| source | antigravity |
| tags | ["claude","ai","agent","automation","workflow","design","document"] |
| url | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/interview-style-doc-building |
The user's preferred mode for creating durable strategic docs. AI does NOT propose content — AI asks one question, the user answers, AI patches the file, AI asks the next question. The file IS the conversation's output, updated incrementally.
NOT for: day planning (use day-plan), task triage (organize-tasks), or anything where AI proposes content first.
write_file for the new file. After this, NEVER overwrite — only patch.patch for every update. Never write_file to an existing doc.After each answer:
patch with old_string = placeholder or previous entry, new_string = updated content with the user's words preserved.For ranked lists, append one rank at a time:
1. **Business** — Q2 #1 goal: ...
2. **Health** — get below 81.0 kg, sleep 9h/day, ...
Each rank gets patched in as the user confirms it.
day-plan — different pattern (task triage), not interview-style.organize-tasks — Todoist-specific.memory-management — separate from this; persona/preferences go to memory.davidondrej/skills; verify local paths, tools, credentials, and agent features before acting.