Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

AgentWeave

AgentWeave에는 gutohuida에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
3
업데이트
2026-04-26
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

aw-collab-start
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Orient yourself at the start of an AgentWeave session — read your assigned role from roles.json, check your inbox for unread messages, and list your active tasks. Run this automatically at the beginning of any session in an AgentWeave project.

2026-04-26
aw-jobs
소프트웨어 개발자

Manage scheduled AI jobs in AgentWeave — create recurring tasks that trigger agents on a cron schedule. Usage — /aw-jobs [list|create|pause|resume|delete|run]

2026-04-09
aw-delegate
소프트웨어 개발자

Delegate a task to another agent in the AgentWeave session. Usage — /aw-delegate <agent> "<task description>"

2026-04-02
aw-done
프로젝트 관리 전문가

Mark a task as completed and notify the principal agent. Usage — /aw-done <task-id> ["optional completion note"]

2026-04-02
aw-relay
소프트웨어 개발자

Generate a relay prompt to hand off pending work to another agent manually. Usage — /aw-relay <agent-name>

2026-04-02
aw-review
소프트웨어 품질 보증 분석가·테스터

Request a code review from another agent in the AgentWeave session. Usage — /aw-review "<what to review>" ["focus area or specific concern"]

2026-04-02
aw-revise
프로젝트 관리 전문가

Accept a revision request for a task that came back as revision_needed — acknowledge receipt, move the task back to in_progress, and notify the principal. Usage — /aw-revise <task-id> ["what you plan to do"]

2026-04-02
aw-status
프로젝트 관리 전문가

Show a full AgentWeave collaboration overview — session state, all tasks by status, per-agent inboxes, and watchdog health. Use this to understand what is happening across the entire session.

2026-04-02
aw-sync
소프트웨어 개발자

Sync the AgentWeave project context — regenerate all agent context files (CLAUDE.md, AGENTS.md, GEMINI.md) from the source at .agentweave/ai_context.md. Run this after editing ai_context.md to make sure all agents see updated context.

2026-04-02
aw-deploy
소프트웨어 개발자

Release a new version of AgentWeave — auto-detects next version, bumps pyproject.toml files, checks if documentation needs updates, updates CHANGELOG and README, commits, pushes and creates GitHub releases via Windows PowerShell (which holds git/gh credentials), then monitors the build. Never invoke this automatically.

2026-03-31
check-build
네트워크·컴퓨터 시스템 관리자

Check GitHub Actions CI build status for AgentWeave (publish.yml → PyPI, hub-image.yml → Docker, ci.yml → tests/lint/type-check). Usable standalone with /loop or callable from other skills. Accepts optional tag filters (e.g. "v0.10.0 hub-v0.4.0"). ci.yml is always shown from the latest master push regardless of tag filter.

2026-03-30