en un clic
impl
Reads a PP evolution document and generates code snippets.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Reads a PP evolution document and generates code snippets.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.
Basé sur la classification professionnelle SOC
| 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).