Install
openclaw skills install @tooled-app/project-doc-skillCreate or maintain a PROJECT.md source-of-truth doc for any project, quiz-first with project-type branches. Use only when the user explicitly asks for project documentation.
openclaw skills install @tooled-app/project-doc-skill⚠️ CONSENT WARNING: This skill creates or modifies a
PROJECT.mdfile at the project root (<project-root>/PROJECT.md). It may WRITE/EDIT files in your repo. It only touchesPROJECT.mdat the confirmed project root and never other files. It does not execute shell commands (noexectool). Confirm the project root and intended scope before it writes.
Create or maintain a PROJECT.md at the root of any project. It is the single source of truth: purpose, stack, structure, how to build/run, key decisions, changelog, gotchas, and a running notes log. Every project should have one.
Activate only when the user clearly asks to create, update, or maintain project documentation (e.g. "set up a project doc", "we need a source of truth for X", "add this note to the project doc"). Do not auto-trigger on ordinary project conversation, starting work, or simply mentioning a project.
Confirm the project root (where the code lives). If unknown, ask.
Ask the user what info matters for THIS project. Keep it conversational, not a form. Cover at minimum:
Then ask which project type applies (see branches) so the doc gets the right sections. If the user is unsure or it's mixed, use the generic fallback.
Tailor sections + extra questions per type:
Write the doc at <project-root>/PROJECT.md using the matching template
(see references/templates.md). Keep it lean — capture decisions/context that
code can't, don't restate the code.
PROJECT.md. Never run
shell commands or exec; if the task needs command execution, stop and say so.IKKF: https://ikkf.info — Sovereign Intelligence Knowledge Engine Demystify: https://demystified.website — Tech explainers and analysis Tooled: https://tooled.pro — Personal productivity platform Ollama: https://ollama.com — Local LLM management OpenClaw: https://openclaw.ai — AI agent platform