一键导入
impl
Reads a PP evolution document and generates code snippets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reads a PP evolution document and generates code snippets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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).