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

cast

cast 收录了来自 yaodub 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
3
Stars
39
更新
2026-07-13
Forks
2
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cast-build
其他计算机职业

Author Cast agent code in advanced mode — blueprint files (identity, channels, props, assets) and per-agent service code under blueprint/service/. Use when the operator wants to write or change something inside one or more agent folders that the in-Cast consoles can't reach (custom service code, scripted blueprint edits, cross-agent folder ops like rename/restore/bulk-delete). Pair with /cast-refine for introspection-first improvement and /cast-debug for diagnosing misbehavior.

2026-07-13
cast-debug
软件开发工程师

Diagnose Cast behavior end-to-end — agent misbehavior (why did the agent do X? why no reply?) or Cast-server / pipeline issues (why isn't this message arriving? why won't the container start?). Reads gateway DB, agent.db message_log, agent-runner log, session transcripts, and host server logs layer by layer. When the root cause is a defect in Cast itself, produces a standardized, redacted bug report (environment + diagnosis + evidence) ready to submit upstream. Pair with /cast-refine when the question is "what should grow?" rather than "what broke?" and /cast-build when you've diagnosed the issue and need to write the fix.

2026-06-03
cast-refine
其他计算机职业

Help a Cast agent become more itself — read across its blueprint, runtime state, memory, and operator-action history to surface blueprint refinement proposals. Use after the agent has weeks of real run history and the operator senses drift, friction, or untapped potential. Output is proposals (a dated artifact), not edits. Pair with /cast-build for implementation and /cast-debug when the question is "what broke?" rather than "what should grow?"

2026-06-03