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

overdeck

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

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

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

workspace-add-repo
مطوّرو البرمجيات

Add repositories to the current progressive polyrepo workspace

2026-07-25
pan-close
مطوّرو البرمجيات

pan close <id> — close-out ceremony for a completed and merged issue

2026-07-24
pan-review
محللو ضمان جودة البرمجيات والمختبرون

pan review <subcommand> — manage the code review lifecycle: list pending work, re-request review, heal status drift, reset/abort/restart review cycles

2026-07-22
pan-start
المهن الحاسوبية الأخرى

pan start <id> — spawn a work agent for an issue in its own tmux session and workspace

2026-07-22
okf
فنيو النشر المكتبي

Maintain a project knowledge wiki in Open Knowledge Format with /okf init, open, author, convert, sync, study, retro, extract, validate, lint, and embed.

2026-07-21
pan-flywheel
المهن الحاسوبية الأخرى

pan flywheel — start, pause, resume, complete, stop, inspect, emit, and report on the singleton Fix-All Flywheel orchestrator

2026-07-21
pan-orders
المهن الحاسوبية الأخرى

pan orders — create, inspect, edit, and start Flywheel order books

2026-07-21
pan-knowledge
المهن الحاسوبية الأخرى

pan knowledge <id> — spawn a knowledge agent to maintain the project's Open Knowledge Format (OKF) bundle

2026-07-21
pan-commit
مطوّرو البرمجيات

Create Overdeck repo commits that satisfy commitlint and husky on the first try

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

Test the full specialist handoff pipeline (review → test → merge)

2026-07-19
feature-work
مطوّرو البرمجيات

Standard workflow for implementing new features with testing

2026-07-19
pan-admin-config
مطوّرو البرمجيات

pan admin config <cmd> — view and edit Overdeck project configuration

2026-07-19
pan-approve
مطوّرو البرمجيات

pan approve has been removed — use the dashboard MERGE button instead

2026-07-19
pan-doctor
مديرو الشبكات وأنظمة الحاسوب

pan doctor [options] — check Overdeck system health, dependencies, and configuration

2026-07-19
pan-new-project
مطوّرو البرمجيات

Complete setup for registering a new project with Overdeck. Handles project registration, issue prefix, workspace config, trust setup, xBRIEF task support init, tracker config, and validates against working projects.

2026-07-19
pan-oversee
محللو ضمان جودة البرمجيات والمختبرون

Test the Overdeck framework by supervising an agent through the full lifecycle, identifying and filing every bug encountered

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

pan plan <id> — start issue planning, including non-interactive --auto mode; also finalize/done planning artifacts

2026-07-19
pan-quickstart
مطوّرو البرمجيات

Quick start guide combining installation, setup, and first workspace

2026-07-19
pan-recap
مطوّرو البرمجيات

Executive recap of the most recent day's work (default last 24h) across the Overdeck pipeline — what shipped, what's still in flight, what needs the operator's attention, and the numbers — PLUS a separate, shareable user-facing PR-FAQ of what was released. EVERY issue is described in plain language (what it is / what it does), never a bare ID. Use when the user asks "what happened overnight / today / while I was away", "catch me up", "daily recap", "standup", "what did the flywheel do", or wants an up-leveled summary of recent activity.

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

pan <verb> <args> — umbrella dispatch for all Overdeck CLI commands. Invoke bare to see the six-bucket taxonomy, or pass a full command to run it.

2026-07-19
pan-swarm
مطوّرو البرمجيات

Start and recover Overdeck swarm slots for planned issues with `pan swarm`; use for parallel work dispatch or failed-slot recovery.

2026-07-19
pan-sync
مطوّرو البرمجيات

pan sync — distribute skills and agents to every supported Overdeck harness

2026-07-19
pan-task
مطوّرو البرمجيات

pan task <verb> <issue> — claim and complete xBRIEF checklist items

2026-07-19
pan-wipe
مطوّرو البرمجيات

pan wipe <id> — destructive reset to Todo: remove workspace, processes, branches, review state, xBRIEF task state, and tracker status

2026-07-19
pipeline-list
مطوّرو البرمجيات

List the issues in the Overdeck pipeline, grouped by phase (Ship · Review · Work · Plan) with their TITLES — the on-demand text form of what the dashboard shows. Two views: the default "resource" view mirrors the Command Deck project tree (issues with a live workspace/branch/agent/PR right now); `--phase` gives the "lifecycle" view that mirrors the Pipeline page (every issue by phase, including planned-but-not-started work). Use when the user asks "what's in the pipeline", "list the pipeline", "what are we working on", or wants the active issues by phase with names. For the dense per-issue status matrix use /pipeline-status; this is the grouped, titled list.

2026-07-19
pipeline-status
مطوّرو البرمجيات

Cross-room visual status board for every active issue moving through the Overdeck pipeline. One row per issue, one column per phase (agent → review → test → verify → merge → ready), with a checkmark or X in each cell. Designed to be readable from across the room while agents work autonomously. Surface this BEFORE the verbose pan-status / agent-status output whenever the user asks "where are we?" or wants a status overview.

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

Opus-driven planning for issues before Sonnet implementation. Creates workspace, .pan/continue.json, .pan/spec.vbrief.json with xBRIEF tasks, and updates issue tracker. Ensures strategic decisions are made by Opus, not cheaper models.

2026-07-19
write-vbrief
مطوّرو البرمجيات

Compatibility redirect: /write-vbrief has been renamed to /write-xbrief

2026-07-19
write-xbrief
مطوّرو البرمجيات

Write an xBRIEF spec and continue.json directly — without launching the interactive planning agent. The workspace working copy deliberately remains .pan/spec.vbrief.json for legacy compatibility. Use when the work is well-understood and the agent can author the plan from the issue body and codebase alone. Also use when you ARE the work agent and need to self-plan before implementing. Covers the full xBRIEF v0.8 schema, continue.json format, task sizing rules, inspection gates, and the `pan plan finalize` handoff command.

2026-07-19
pan-restart
مديرو الشبكات وأنظمة الحاسوب

pan restart — scoped restart (dashboard by default; --cliproxy, --traefik, or --full) that will not strand shared sidecars

2026-07-17
pan-up
مديرو الشبكات وأنظمة الحاسوب

pan up — start the Overdeck dashboard (Node 22, port 3011)

2026-07-17
pan-reload
مطوّرو البرمجيات

Build Overdeck, then restart the dashboard only if the build succeeds.

2026-07-16
pan-projects
مطوّرو البرمجيات

pan project <subcommand> — add, rename, remove, and manage Overdeck-monitored projects

2026-07-16
pan-skill-installer
المهن الحاسوبية الأخرى

Install an external skill or Claude Code plugin into Overdeck's bundled distribution so pan sync ships it to every Overdeck user

2026-07-15
pan-agent-activity
مطوّرو البرمجيات

Verify Overdeck agents are ACTUALLY progressing by READING each agent's real output and assessing what it is doing — not just whether a session is alive or a pane changed

2026-07-14
code-review-performance
محللو ضمان جودة البرمجيات والمختبرون

Deep performance analysis focusing on algorithms and resources

2026-07-14
pan-handoff
المهن الحاسوبية الأخرى

pan handoff <conv> — agent-authored conversation handoff that spawns a new conversation. The focus text MUST be ≤500 characters or the fork is rejected.

2026-07-13
pan-hygiene
مطوّرو البرمجيات

pan hygiene [options] — audit whether orchestration work is committed, pushed, mergeable, live, and clean

2026-07-13
pan-rollout
مديرو الشبكات وأنظمة الحاسوب

pan rollout <status|retry> <id> — inspect or re-run post-merge release coordination

2026-07-12
pan-dashboard-restart
مديرو الشبكات وأنظمة الحاسوب

Safely restart the Overdeck dashboard server (production Node 22 dist) using a detached process. Use when pan up / pan restart hang, the dashboard churns/reconnects in a loop, two dashboards are dueling, or the server is running from a workspace path / wrong port.

2026-07-11
عرض أهم 40 من أصل 115 skills مجمعة في هذا المستودع.
overdeck Agent Skills على GitHub | SkillsMP