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

costaff

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