Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

warpx

يحتوي warpx على 16 من skills المجمعة من 89jobrien، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
16
Stars
0
محدث
2026-05-03
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

writing-plans
متخصصو إدارة المشاريع

Write an implementation plan as a markdown file, then immediately serialize it to a timestamped YAML task file in .ctx/tasks/. Use before touching any code when given a spec or approved design.

2026-05-03
godmode-brainstorm
مطوّرو البرمجيات

Design-first workflow for new features, components, or architecture decisions. Use before writing any code — get explicit approval on a design first.

2026-05-03
godmode-cap
مطوّرو البرمجيات

Commit-and-push workflow with validation. Use when asked to "cap", "commit and push", or "ship it".

2026-05-03
godmode-debug
مطوّرو البرمجيات

Systematic debugging for Rust. Use before proposing any fix — establish root cause first, then write a failing test, then fix.

2026-05-03
godmode-parallel
مطوّرو البرمجيات

Dispatch parallel subagents for independent tasks. Use when 2+ tasks have no shared state or sequential dependencies.

2026-05-03
godmode-tasks
مطوّرو البرمجيات

Task graph management for a session. Use to create tasks, track progress, execute the next unblocked task, or manage dependencies between work items.

2026-05-03
godmode-tdd
محللو ضمان جودة البرمجيات والمختبرون

Test-driven development workflow for Rust. Use before writing any implementation code — write a failing test first, then implement, then refactor.

2026-05-03
godmode-verify
محللو ضمان جودة البرمجيات والمختبرون

Verification gate before claiming any work is complete. Use before committing, creating a PR, or reporting "done".

2026-05-03
hj-handoff
مطوّرو البرمجيات

Session-end handoff writer. Use at end of a session to update HANDOFF.yaml with completed work, new gaps, and current project state.

2026-05-03
hj-handon
مطوّرو البرمجيات

Session-start handoff reader. Use at the start of a session to orient to outstanding work — scans for HANDOFF.yaml, triages items by priority, and acts accordingly.

2026-05-03
session-end
مطوّرو البرمجيات

Close the session — write handoff state and summarize what was accomplished.

2026-05-02
session-start
مطوّرو البرمجيات

Orient to the current repo at session start — handoff items, overdue todos, and next godmode task.

2026-05-02
task-triage
مطوّرو البرمجيات

Show the current task graph and next runnable task for this repo using godmode.

2026-05-02
daily-workflow
مطوّرو البرمجيات

Morning and end-of-day rituals for development sessions. Handles orientation (handon), status checks, handoff writing, and daily note updates. Use at session start or end.

2026-04-29
forge
مطوّرو البرمجيات

Senior dev companion that handles design, debugging, refactoring, and ad-hoc development work. Auto-routes to code review, architecture exploration, or workflow orchestration as needed. Use when starting any substantial development task, investigating bugs, or refactoring code.

2026-04-29
sentinel-review
محللو ضمان جودة البرمجيات والمختبرون

Structured code review for the current diff or specified files. Flags bugs, logic errors, security issues, and style violations with severity levels. Use before committing, before PRs, or when reviewing changes.

2026-04-29