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

agents

يحتوي agents على 27 من skills المجمعة من MaxWolf-01، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Work a feature's ticket DAG in parallel — one orchestrator fans independent frontier tickets out to parallel worker agents and integrates them on the feature branch until the feature ships. Use when a ticketed feature has independent frontier tickets, the user says "dispatch" or wants tickets worked in parallel, or when another skill routes parallel frontier work here.

2026-07-10
orient
المهن الحاسوبية الأخرى

Which mx skill or flow fits the current situation — a router over the mx workflow.

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

Run commands in tmux whenever they run long or need eyes on them — anything expected to take more than ~30–60s (training runs, ML experiments, builds, servers), anything worth observing mid-run (progress logs, monitoring output), and anything interactive (sudo prompts, REPLs, wizards), locally or on a remote host. Always reach for this instead of a fire-and-forget Bash call in those cases — the human can attach and step in at any time.

2026-07-10
to-tickets
مطوّرو البرمجيات

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published per the tracker conventions — ticket files with blocked-by edges, or native blocking links on a real tracker.

2026-07-10
permissions-review
مطوّرو البرمجيات

Review and update Claude Code's auto-approved command allowlist based on Bash commands that triggered permission prompts in recent sessions.

2026-07-10
to-spec
مطوّرو البرمجيات

Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2026-07-10
tracker
مطوّرو البرمجيات

File-based issue tracker conventions — how specs, tickets, and small tasks live in agent/tasks/ and how to publish, fetch, claim, and retire them. Use when publishing or fetching a spec/ticket/task, picking work from the frontier, or when another skill says "publish to the issue tracker".

2026-07-10
restore-sessions
مطوّرو البرمجيات

Scan recent Claude Code sessions and classify unfinished work for resuming

2026-07-10
review-pr
مطوّرو البرمجيات

Review an existing GitHub PR with full codebase context — fetches the PR and drives code-review against its merge-base. Use when the user asks to review a PR (incoming, a collaborator's, or an already-pushed one).

2026-07-10
handoff
مطوّرو البرمجيات

Create a curated session summary for continuation, for another agent to pick up.

2026-07-10
writing-skills
مطوّرو البرمجيات

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

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

Review the changes since a fixed point (commit, branch, tag, or merge-base) along three axes — Correctness (does it break anything?), Standards (repo coding standards plus a smell baseline), and Spec (does it match what the originating task/issue asked for?). Runs the axes as parallel sub-agents and reports them side by side. Use when the user wants to review a branch, work-in-progress changes, or asks to "review since X".

2026-07-09
codex
مطوّرو البرمجيات

Second opinion from a different model (OpenAI Codex). Use when exploring different design choices (more diversity with heterogenous models), debugging hard problems, or when the user wants a second perspective, you want second perspective, are stuck, ...

2026-07-09
domain-modelling
مطوّرو البرمجيات

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2026-07-09
implement
مطوّرو البرمجيات

Implement a piece of work based on a spec or set of tickets.

2026-07-09
improve-codebase-architecture
مطوّرو البرمجيات

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-07-09
bloat-audit
مطوّرو البرمجيات

Whole-repo audit for over-engineering: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "find bloat", "audit for over-engineering", "what can I delete from this repo", or invokes /mx:bloat-audit. One-shot report; applying the cuts is a separate, later decision.

2026-07-09
codebase-design
مطوّرو البرمجيات

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

2026-07-09
grill-with-docs
متخصصو إدارة المشاريع

A relentless interview to sharpen a plan or design, which also creates docs (ADRs and glossary) as we go.

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

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, uses the "grill" trigger phrase, or when you want to ensure an accurate, shared mental model of a plan or design.

2026-07-09
python-project-setup
مطوّرو البرمجيات

Read for preferences on and best practices for setting up a Python project.

2026-07-09
tdd
محللو ضمان جودة البرمجيات والمختبرون

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2026-07-09
tyro-cli
مطوّرو البرمجيات

Must read guide on creating/editing CLIs or any Python script that accepts command-line arguments.

2026-04-16
changelog
مطوّرو البرمجيات

Update CHANGELOG.md with notable changes since the last release. Use when preparing a release, updating the changelog, or when the user asks to "update changelog", "write changelog", "prepare release notes".

2026-04-03
stop-slop
الكتّاب والمؤلفونالمحررون

Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells — throat-clearing, binary contrasts, false agency, adverbs, passive voice, vague declaratives.

2026-03-21
mermaid
مطوّرو البرمجيات

Must read guide on creating/editing mermaid charts with valiation tools

2026-03-13
session-name
مطوّرو البرمجيات

Generate a descriptive session name for /rename

2026-02-15