with one click
impl
Reads a PP evolution document and generates code snippets.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Reads a PP evolution document and generates code snippets.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Resynchronises project documentation (docs/, AGENTS.md) to reflect code changes. Scans uncommitted changes or recent commits, then updates all doc files to match current code reality.
Facilitates structured Q&A to author PP Network evolution documents under `.evolution/` (versioned markdown). Grounds proposals in this repo's FastAPI and DB architecture so changes stay testable and coherent. Use when discussing design proposals, roadmaps, architecture changes, or creating/updating evolution docs.
Facilitates structured Q&A to author PP Network evolution documents under `.evolution/` (versioned markdown). Grounds proposals in this repo's FastAPI and DB architecture so changes stay testable and coherent. Use when discussing design proposals, roadmaps, architecture changes, or creating/updating evolution docs.
Documentation writer for this repository. Use when creating or updating README/docs content, how-to guides, architecture notes, or API usage docs.
| name | impl |
| description | Reads a PP evolution document and generates code snippets. |
| compatibility | opencode |
| metadata | {"repository":"pp","domain":"implementation"} |
The impl skill reads a finalized evolution document (.evolution/*.md), extracts goals, technical approach, testability, and risks, then generates concrete code artifacts:
The goal is to turn the abstract design into actionable code.
ppback/init_db.py and ppback/db/dbfuncs.py accordingly.alembic revision --autogenerate.pytest to confirm existing tests still pass.alembic upgrade head on a fresh SQLite DB to verify the migration applies cleanly.uvicorn ppback.main:app --reload that the server starts without import errors.tests/conftest.py (OAuth2 token acquisition, client fixture).