Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

autoclaw

autoclaw 收录了来自 GoZippy 的 12 个 skills,并提供仓库级职业覆盖和站内 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