ワンクリックで
docs
Capture conversation learnings into docs and clean up the docs folder
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Capture conversation learnings into docs and clean up the docs folder
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | docs |
| description | Capture conversation learnings into docs and clean up the docs folder |
| user_invocable | true |
Capture important information from the current conversation and ensure the docs folder stays clean and accurate.
docs/ directory to understand what exists.For each piece of new information from the conversation:
Scan every file in docs/ for:
Aggressively remove historical information. Docs should describe how things work now and why, not how they used to work. Apply these rules:
Shrink the docs folder. Every pass should aim to reduce or hold steady the number of files and total content. Combine small docs on related topics. Delete files that no longer carry weight. A lean, accurate docs folder is more valuable than a comprehensive but stale one.
For each issue found:
The project README should always open with a Commands section listing the current Makefile targets. This is the first thing a developer (or agent) sees, make it immediately useful.
## comment help strings)./docs pass should re-verify that the README commands match the actual Makefile. This is not optional.If the README doesn't have a Commands section yet, add one at the top (after the project title/description).
Apply the same cleanup to CLAUDE.md (or equivalent). This file is loaded into every conversation, so accuracy matters most here:
Review everything you wrote or updated and apply a clarity pass:
If a section is already clear and accurate, leave it alone. This pass is for improving what needs it, not rewriting everything.
After all changes, provide a brief summary of:
Writing-style convention applied to ALL prose output. Strict rule, no exceptions, no off-switch, no "this once it's clearer." Never use em dashes (—) or en dashes (–) as punctuation. Em dashes are the single most reliable tell that text was written by an LLM, and humans almost universally use commas, periods, semicolons, colons, or sentence restructuring in those positions instead. Hyphens (-) inside compound words (e.g., "copy-pasted", "well-known", "user-level") are fine. Em or en dashes inside proper nouns such as song titles, album names, or book chapter titles are fine. The skill body also lists secondary tells to avoid: inflated verbs ("delve", "leverage", "utilize"), boilerplate scaffolding ("it's worth noting that"), and structural tics. Auto-loads on every conversation; binds every response, plan, commit message, doc, comment, code identifier label, and chat reply you produce.
Set up VibeStack conventions for the project in the current directory, creates CLAUDE.md, Makefile, docs/, and TODO.md based on the actual codebase. Skips any of those that already exist. Run this once per project after installing VibeStack at the user level.
Set up a self-contained GitHub Actions CI workflow for the current project. Detects language(s) from the codebase (TS/JS, Python, Go, Rust) and writes `.github/workflows/ci.yml` with lint, test, and build gates. Idempotent, skips if the workflow already exists unless the user asks to reconcile.
Convention for using CLI tools and environment variables when interacting with third-party services like AWS, Vercel, Supabase, Stripe, GitHub, and Google Cloud. Auto-loads when working with external services, deployments, infrastructure, or API integrations.
Reference map of the user's local development environment, installed languages, runtimes, version managers, databases, cloud CLIs, and tools on this machine. READ this file BEFORE telling the user a tool is unavailable, BEFORE asking which deploy target / cloud / DB to use, and BEFORE proposing to install something. If a CLI is listed as installed, assume it works. If listed as not installed, don't suggest commands that depend on it without flagging the install step. If the file shows "(not yet populated)" below, run the discovery steps to fill it in on first use.
Strategy session with a co-founder persona, critical, constructive, and invested. Use when you want to think through an idea, decision, or direction before building. Read-only; this is a meeting, not work.