بنقرة واحدة
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.
استنادا إلى تصنيف 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).