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

autoclaw

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

skills مجمعة
12
Stars
3
محدث
2026-06-28
Forks
2
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

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

Local-first intelligence layer that learns from past AI coding sessions, does RAG over your codebase, and cuts token waste. Trigger on "learn from my sessions", "index my code", "retrieve context", "/learn", "/index-code", "/retrieve", or "intelligence layer".

2026-06-28
orchestrate
مطوّرو البرمجيات

Multi-agent parallel development orchestrator. Reads task manifests, builds dependency DAGs, generates sprint plans, assigns scoped work to parallel agents, and coordinates review gates. Trigger on "/orchestrate", "plan sprints", "parallel agents", "assign sprint", or "orchestrate tasks".

2026-06-24
orchestrate
مطوّرو البرمجيات

Multi-agent parallel development orchestrator. Reads task manifests, builds dependency DAGs, generates sprint plans, assigns scoped work to parallel agents, and coordinates review gates. Trigger on "/orchestrate", "plan sprints", "parallel agents", "assign sprint", or "orchestrate tasks".

2026-06-24
autobuild
مطوّرو البرمجيات

Autonomous scheduled build workflows and pipelines. Trigger on "/autobuild schedule", "run workflow", "automate build", or "schedule task".

2026-06-22
doc-writer
مطوّرو البرمجيات

Keeps user-facing docs in sync with public-API changes. Triggered by /persona doc-writer and auto-dispatched on a task_complete whose diff touches a public API (exported types, command contributions, MCP tools, CLI flags). Writes only docs + CHANGELOG; never code. Reads its persona memory so doc conventions accumulate. Local-first provider with cloud fallback.

2026-06-13
kdream
مطوّرو البرمجيات

Persistent always-on background agent with automatic memory consolidation. Trigger on "start background agent", "enable kdream", "/kdream start", "persistent daemon", or "auto-dream memory".

2026-06-13
security-auditor
محللو أمن المعلومات

Audits a target module for security defects against a seeded pattern set, writes a structured finding report with severity + disposition, and gates security-tier merges. Triggered by /persona security-auditor, by /sprint when a task touches auth/crypto/network/secrets, and before any GA flip. Reads prior findings from its persona memory so a re-audit picks up where the last left off. Local-first provider with cloud fallback.

2026-06-13
hermes
مطوّرو البرمجيات

Onboards the Hermes personal-assistant platform as a typed fabric worker (agent_type assistant, human-in-the-loop) and directs assistant tasks to it through the runner-hermes adapter. Hermes is a long-lived REST task service (HERMES_ENDPOINT) — AutoClaw submits a task with POST /tasks, polls its status, and reads the result; nothing Hermes drafts or schedules takes effect without a human confirming it. Default trust is off (Hermes autonomy "manual"). No direct LLM calls — the Hermes service is the agent host.

2026-06-12
openclaw
مطوّرو البرمجيات

Onboards the OpenClaw platform as a typed fabric worker (agent_type coder) and directs repo work to it through the runner-openclaw adapter. OpenClaw is a hybrid host — REST endpoint when OPENCLAW_ENDPOINT is set, otherwise the openclaw CLI — that runs coding tasks under its own trust levels (gated/supervised/unattended) and mints its own job IDs, which the adapter maps back to AutoClaw task IDs. Triggered when the orchestrator routes a coder-typed task to the openclaw runner. Local-first; no direct LLM calls — OpenClaw is the agent host.

2026-06-12
architect
مطوّرو البرمجيات

Owns the canonical RFC index and writes new RFCs against the existing decision record. Triggered by /persona architect, by /sprint when an unresolved cross-cutting design question is detected, and after any merge that touches docs/rfc/. Inputs prior RFCs from skills/architect/bibliography.md and writes specs to docs/specs/<feature>/. Defaults to local Ollama (per v3.1 governance) with cloud fallback.

2026-05-23
loop-discipline
مطوّرو البرمجيات

Six short rules for running an autonomous loop well. Loaded at the start of any perpetual loop, watch-mode tick, or /loop dispatch. Keeps the loop's signals clean and prevents over-supervision.

2026-05-23
mateam
مطوّرو البرمجيات

Multi-agent coordinator that spawns specialized sub-agents working in parallel. Trigger on "/mateam launch", "spawn agents", "multi-agent", or "coordinate team".

2026-04-30