一键导入
symphony-assistant
Must use first when skill capabilities may help complete a task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Must use first when skill capabilities may help complete a task.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creates, converts, or modifies Swarm Skills — the multi-role (多角色团队) extension of the Skills standard, optionally with an executable SwarmFlow orchestration script. Use when building or refactoring a multi-agent team, generating workflow (工作流/编排) orchestration code, or upgrading a single-agent skill into a collaborating team. Do NOT use for ordinary single-agent skills — use create-skill instead.
Use when initializing or updating structured in-repository project-maintenance docs; exploring existing code; analyzing a full project or repository; documenting complete source symbol coverage, coverage maps, symbol audit maps, or health for every top-level class, top-level function, and class method; summarizing git history; using project-maintainer as maintenance-aware context during a bug fix, feature change, or refactor; or syncing docs after verified code changes.
进阶版日报生成器,支持多数据源采集、工作分析、趋势对比、周报月报聚合
当用户说「从这个链接/URL生成skill」「把这个网页/教程做成skill」「从这个视频提取步骤」时触发。先用 read_file 读取此 SKILL.md,再按步骤用 bash 调用 scripts/ 下的 Python 脚本完成:爬取网页或下载视频 → 下载图片/抽帧 → 生成标准 Skill Markdown 文件。
使用 gitcode-api 命令行工具访问 GitCode REST API。适用于需要查询仓库、Issue、Pull Request、文件内容、用户、组织、搜索结果,或需要获取 Issue 与 Pull Request 模版的场景。还可用于总结仓库最近 commit / PR / issue、责任人、模块、风险或对外接口影响。
Turn SOPs, URLs, or stated intent into an installed skill package. Use when the user asks to generate a skill from a document, link, or workflow. Follow SKILL.md, reference/sop-structure-pipeline.md, and reference/generator-worker-spec.md; finish by promoting the draft into the runtime skills directory (see reference/operator-playbook.md) in the same turn.
| name | symphony-assistant |
| description | Must use first when skill capabilities may help complete a task. |
| allowed_tools | ["symphony_compose_score","symphony_read_score","symphony_refresh_score","skill_branch_peek","skill_branch_explore","skill_index_build"] |
Use this skill when a task may benefit from selecting, combining, ordering, or discovering skill capabilities.
symphony_compose_score with the original user task as query.symphony_compose_score.candidate_skill_ids. Do not omit this field after selecting candidate Skills.fast for simple tasks, short execution chains, or clear candidate skills; use beam for complex multi-step tasks, multiple possible skill paths, or tasks that require discovering prerequisite skills through bidirectional search. Omit mode to use the configured default.symphony_compose_score as the planning entrypoint: it reads the Symphony score, refreshes missing or stale scores, and returns the user-facing plan Markdown and Mermaid execution graph.symphony_compose_score result may already be displayed directly to the user; otherwise, present its returned content directly.search_skill to discover external skills. When installing a discovered skill is appropriate, call install_skill; after a successful install, call symphony_refresh_score and then call symphony_compose_score again with the original user task.symphony_compose_score reads the current Symphony score, refreshes it when missing or stale, and then plans the skill execution graph from provided candidate_skill_ids or the default score subgraph.symphony_refresh_score, before they can participate in Symphony planning.symphony_read_score and symphony_refresh_score directly only when the user explicitly asks to read or refresh the Symphony score.