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

costaff

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

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

이 저장소의 skills

multi-agent-chain
소프트웨어 개발자

Activate for ANY request involving specialist delegation — single or multi-step. Contains the complete orchestration SOP: plan-and-confirm format, sequential execution rules, how to write a complete `request` argument, recovery from errors, retry limits, file delivery rules, and output presentation.

2026-05-27
multi-agent-chain-recovery
소프트웨어 개발자

Activate when a multi-agent orchestration goes wrong. Contains: recovery from `ValueError: Tool '<name>' not found`, the full forbidden-tool reference for each specialist, retry limits and abandon criteria, recovery if you accidentally invoked two specialists in parallel, and the catalogue of historically-reproduced mistakes. Pair with `multi-agent-chain` (the always- loaded core skill) — that one has the happy-path rules; this one has the escape hatches.

2026-05-15
delegate-business-analysis
소프트웨어 개발자

Use when delegating report generation, PDF creation, chart visualization, or data interpretation to the business analysis expert. Load this skill before calling `business_analysis(request='...')` so you know what to send, what it returns, and which tools are internal to that specialist (and must NEVER be called directly).

2026-05-15
delegate-coding
소프트웨어 개발자

Use when delegating any task to the coding expert — Python scripting, data analysis, SVM / ML algorithms, file I/O, package installation, git operations, or running tests. Load this skill before calling `coding(request='...')` so you know what to send and how to read the response.

2026-05-15
delegate-database
데이터베이스 관리자

Use when a task involves database operations — SQL queries, schema inspection, data retrieval, record insertion/update/deletion, or database health checks. Load this skill before calling `database(request='...')`. IMPORTANT: This specialist may not be deployed — check the registered tool spec first.

2026-05-05
acceptance-check
소프트웨어 개발자

Run before marking any task as done. Parses the task spec for output file paths and verifies each file actually exists on disk. If any required file is missing, requeues the task instead of closing it. Skip for tasks with no file output.

2026-04-30
assess-and-register
소프트웨어 개발자

Activate before executing any substantive work that produces artifacts or requires multi-step execution (coding, data analysis, report generation, multi-agent chains). Guides you to check past epics for context, register a new Epic/Story/Task when none exists, mark tasks as doing before execution, and close them after completion.

2026-04-30
project-management
소프트웨어 개발자

Activate when the user asks to create a new project, view project status, manage epics/stories/tasks, set execution priority, or query an agent's workload. Also activate when scheduling work as a project task with a cron (future execution).

2026-04-30
create-regular-work
소프트웨어 개발자

Activate when the user wants the agent team to perform a recurring task automatically on a schedule — e.g. daily news summary, weekly report, nightly diary. Not for one-time reminders — use create-reminder for that.

2026-04-30
create-reminder
소프트웨어 개발자

Activate when the user wants a one-time message sent to them at a specific future time (e.g. "提醒我明天早上九點喝水"). Not for recurring work — use create-regular-work for that.

2026-04-30
team-diary
소프트웨어 개발자

Activate when the user asks about team diary entries, standup summaries, recent agent activity, or when it is time to write the end-of-day diary for costaff_agent.

2026-04-30