Install both repository-aware skills so an agent can publish existing documentation now and still generate missing coverage from source when needed.
Install the skills
npx skills add Automattic/docspress --all --full-depth
npx skills listThe CLI discovers both nested skills, installs them for the supported project agents, and records the source in skills-lock.json. Commit the generated skill files and lock file with the repository so future agents receive the same repeatable contract instead of a one-time prompt hidden in chat history.
Ask the agent to inspect first
The skills instruct the agent to preserve unrelated worktree changes, derive claims from code and tests, use the DocsPress Gutenberg blocks correctly, avoid plaintext credentials, and stage WordPress writes behind explicit approvals.
Verify the installation
Confirm the project installation through the same CLI:
npx skills listThe next agent can discover the same installation, authoring, validation, and safety workflow from versioned files.