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

Arnold

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

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

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

megaplan
مطوّرو البرمجيات

Run the canonical Megaplan planning pipeline from its Arnold plugin home.

2026-07-19
fix-the-fixer
المهن الحاسوبية الأخرى

Launch one durable, mutation-authorized meta-fixer to repair a failed automated fixer and its missed backstop, retrigger ordinary repair, and prove the identified epic or session advances. Use when a watchdog, repair loop, meta-repair loop, or progress auditor ran or should have run but the real chain stayed stuck, repeated stale evidence, claimed false success, or failed to self-correct. Invoke with `--target "EPIC_OR_SESSION_TEXT"`.

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

Launch an external model as a subagent for a second opinion, adversarial review, or delegated work. Default pathway is an agentic DeepSeek / Kimi / Zhipu GLM hermes subagent (file/web/terminal tools, one process or fanned out N-wide); also Codex (GPT-5.5) and Claude via the Agent tool. Use for independent root-cause analysis, cross-checking your reasoning, judge/jury panels, or handing implementation to a different model.

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

Scaffold a new Arnold native-first pipeline package from the _template skeleton.

2026-07-04
writing-panel-strict
الكتّاب التقنيون

Adversarial review of prose drafts by N reviewers, then revise. Not for code.

2026-07-02
cleanup-loose-branches
مطوّرو البرمجيات

Survey every place loose work hides in a git repo — starting with the current checkout's own uncommitted/untracked/unpushed work, then local branches, all worktrees (`.megaplan-worktrees`, `.megaplan/bakeoffs/*`, agent-tool worktrees), stashes, detached HEADs, interrupted rebases/merges, submodules, remote branches on origin and other remotes, fork PR refs, sibling repo variants, other clones of this repo elsewhere on disk, the megaplan-cloud machine (Hetzner box) and every workspace on it, and GitHub Codespaces — classify each as land-on-main / delete / parked with reasoning, and act only on explicit per-item approval. Use when the user says "clean up loose branches", "prune branches", "what branches can I delete", "clean up worktrees", "review my stashes", "what's lying around in this repo", or asks for branch / worktree / stash housekeeping.

2026-07-02
new-arnold-pipeline
مطوّرو البرمجيات

Steps to create a new Arnold native-first pipeline package from the template.

2026-07-02
pipeline-template-reference
مطوّرو البرمجيات

Reference contract for the canonical Arnold native-first pipeline template scaffold.

2026-07-02
planning
متخصصو إدارة المشاريع

Planning Pipeline — Skill Reference

2026-06-26
deliberation
متخصصو إدارة المشاريع

Deliberation Pipeline

2026-06-22
epic-blitz
متخصصو إدارة المشاريع

Three-round adversarial critique of epic drafts (high / mid / low abstraction) with revision after each round. Produces a chain-ready revised epic.

2026-06-22
folder-audit
مطوّرو البرمجيات

Walk a directory tree and audit whether each folder's children belong at the right level of abstraction. Produces a structured JSON audit plus a nested Markdown annotated tree.

2026-06-22
simplify-writing
الكتّاب التقنيون

Fan out DeepSeek Pro critics and a Kimi editor to iteratively simplify a piece of writing.

2026-06-22
vibecomfy-executor
مطوّرو البرمجيات

Arnold pipeline that classifies a user query, optionally researches via Hivemind/Banodoco, optionally edits a ComfyUI workflow, and always emits a final reply.

2026-06-22
epic-blitz
متخصصو إدارة المشاريع

Three-round adversarial critique of epic drafts (high / mid / low abstraction) with revision after each round. Produces a chain-ready revised epic.

2026-06-22
babysit
متخصصو إدارة المشاريع

Keep a long-running autonomous process moving to completion by setting up a RECURRING REMINDER that, on every fire, checks status, unblocks whatever is stuck, pushes the work forward, and re-arms itself — until the whole thing is done. The canonical target is a `megaplan chain`/epic, but it works for any unattended run (a build, a deploy, a batch job). Use when the user says "babysit", "keep it moving", "push it forward", "unblock the run", "don't stop until it's done", "check on it every hour", or "set up a babysit loop".

2026-06-22
megaplan-bakeoff
المهن الحاسوبية الأخرى

Methodology for running multi-profile LLM bake-offs via megaplan and presenting fair, blind-assessed comparisons. Cost/quality discipline, prompt hygiene, pre-merge gates, and reporting patterns. Use when the user says "bakeoff", "bake off", "megaplan bakeoff", or asks to compare profile mixes head-to-head.

2026-06-22
megaplan-cloud
مديرو الشبكات وأنظمة الحاسوب

Run megaplan plans and chains inside a provider-managed container (today, Railway) with a persistent workspace volume. Use when the run needs to outlast a local terminal session, span multiple repos, or share a long-lived dev box across concurrent chains. Covers `cloud.yaml` fields, `extra_repos[]` + `chain_session` multi-tenancy, the operator loop, and the gotchas that wedge fresh runs.

2026-06-22
megaplan-epic
المهن الحاسوبية الأخرى

Run an epic — a chain of sprint-sized megaplans driven sequentially via `megaplan chain`. Use when the work is bigger than ~2 weeks and needs to be decomposed into multiple plans with state, ordering, and failure semantics handled by the harness.

2026-06-22
megaplan-observe
المهن الحاسوبية الأخرى

Observe an in-flight megaplan — introspect state, trace events, diagnose blockages, detect drift. Companion to megaplan-prep. Use during and after a run, not before.

2026-06-22
megaplan-prep
المهن الحاسوبية الأخرى

Set up a megaplan run before invoking it — size the work, write the brief, score overall plan difficulty, and choose robustness/depth. Consult before every `python -m arnold.pipelines.megaplan init`.

2026-06-22
megaplan
المهن الحاسوبية الأخرى

AI agent harness for coordinating Claude and GPT to make and execute extremely robust plans.

2026-06-22
megaplan-tickets
المهن الحاسوبية الأخرى

File and manage megaplan tickets — short, repo-scoped notes on problems or observations that get folded into epics and auto-addressed when the resolving epic completes.

2026-06-22