Skip to main content
مستودع GitHub

powerups

يحتوي powerups على 13 من skills المجمعة من jackyliang، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
13
Stars
13
محدث
2026-07-19
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

show-me
محللو ضمان جودة البرمجيات والمختبرون

Use after implementing a change or opening a PR — proves the change works end-to-end by running the app, driving it in the browser, and recording an MP4 video as proof. The reviewer watches the recording and merges without pulling the branch.

2026-07-19
plan-driven-development
مطوّرو البرمجيات

Use when starting any feature (small or large), resuming work after context loss, or unsure if a feature plan already exists. For smaller features, use lightweight mode (no plan file, but all PDD rules still apply).

2026-07-19
best-practices
مطوّرو البرمجيات

Use for any code change — bug fix, small feature, refactor, or improvement. Ensures TDD, clarifying questions, codebase investigation, DRY, proper branching/worktrees, UI skills, and doc updates. PDD invokes this automatically for large features.

2026-07-19
bug-fix
مطوّرو البرمجيات

Use when fixing a bug — enforces reproduce-first-then-fix discipline with a strict step-by-step protocol. Prevents wrong-approach loops by gating each step on success criteria.

2026-07-19
drift-audit
مطوّرو البرمجيات

Reconcile shipped code with the plan in both directions — additive drift (unplanned work that landed) and subtractive drift (dead files, stale TODOs, completed deferred items). Run as part of PDD's post-completion audit, before /simplify.

2026-07-19
give-me-five
مصممو واجهات الويب والرقمية

Generate 5 meaningfully distinct UI/UX variants of the same screen in parallel (one subagent each), reachable via ?style=1...5, so the user can compare and pick. Calling again on a chosen style refines within that direction.

2026-07-19
update-docs
مطوّرو البرمجيات

Invoke after completing a feature to sync all documentation — local docs, sibling repos, skill plugins, and downstream project docs. Scans everything by default.

2026-07-19
simple-design-principles
مصممو واجهات الويب والرقمية

Use when writing any user-facing text (UI labels, toasts, errors, empty states) or choosing UI components. Ensures plain language, consistent component usage, and human-first design.

2026-07-19
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Use when building any feature (small or large), fixing bugs, or refactoring — always write failing tests first against real infrastructure

2026-07-19
qq
موظفو المكاتب العامون

Ultra-short replies — answer a quick question, draft a short text/social post, or draft a short email. No preamble, no offers to elaborate, drafts under 480 characters (280 for X), never em-dashes.

2026-07-19
user-research
متخصصو إدارة المشاريع

Run PM-grade discovery before building any user-facing feature — problem statement, jobs-to-be-done, core flow, decision matrix. Output is a short brief with open decisions surfaced as explicit questions. Invoked by plan-driven-development and give-me-five.

2026-06-11
change-log
مطوّرو البرمجيات

Use after completing a feature or bug fix to log the change in CHANGELOG.md using plain, business-user-friendly language

2026-05-20
self-documenting-apis
مطوّرو البرمجيات

Use when building or refactoring FastAPI endpoints. Ensures endpoints have proper docstrings, response models, and request models so auto-generated docs (Swagger/ReDoc) are the single source of truth — no separate API reference file to maintain.

2026-03-17