Skip to main content
在 Manus 中运行任何 Skill
一键导入
A2C-SMCP
GitHub 创作者资料

A2C-SMCP

按仓库查看 5 个 GitHub 仓库中的 38 个已收集 skills。

已收集 skills
38
仓库
5
更新
2026-07-16
仓库浏览

仓库与代表性 skills

add-feature
其他计算机职业

A2C-SMCP 体系新增功能的流程门控。强制协议先行——任何涉及协议的 Feature 必须先在协议仓库通过评审、合并、发布后,代码仓库才可跟进实现。当用户提出新功能需求或 Feature Request 时调用。

2026-07-10
code-review
软件开发工程师

以架构师视角审查代码变更,关注模块边界、DRY 复用性、测试完整性、协议合规和长期可维护性。当需要审查 PR、工作区变更或提交代码时使用。

2026-07-10
fix-issue
软件开发工程师

以架构师视角分析并修复问题,强制 plan 模式,杜绝补丁式修复。涉及协议时严格按协议来,协议有问题则协议先行调整,代码再跟进。当遇到 Bug 反馈、错误日志或功能异常时使用。

2026-07-10
split-task
软件开发工程师

把一个较大的 A2C-SMCP Epic / Story / GitHub Issue(或 Jira / CNB Issue)科学拆成多个可独立交付的子任务,输出含依赖图与集成回归守护的拆分方案,并在对应平台用 sub-issue 能力下单。A2C 特有:涉及协议的拆分强制「协议先行」——协议子任务置于依赖图根,代码仓库子任务 blocked-by 它。当用户说「拆分这个任务」「把 Epic 拆成子任务」「分解 Story」「给个切刀方案」时触发。

2026-07-09
expose-a2c-resources
软件开发工程师

指导第三方 MCP Server 开发者通过标准 MCP Resource 协议暴露 window://(桌面状态)与 skill://(能力包)资源,接入 A2C-SMCP Desktop / SKILL 通道。当为 MCP Server 增加 A2C-SMCP 集成、把服务实时状态暴露给 Desktop、或通过 MCP 分发 SKILL 时使用。

2026-07-09
enhance-skill
软件开发工程师

反馈 A2C-SMCP Marketplace Skill 的问题或改进建议。自动识别当前会话中使用的 Skill,提取优化点,收集版本信息,提交 GitHub Issue 到 a2c-smcp-skills 仓库。当使用某个 Skill 时发现步骤错误、分支遗漏、文档过时等问题时调用。

2026-05-27
review-enhancement
软件开发工程师

审查 enhance-skill 提交的 GitHub Issue,评估建议合理性,与用户商议后实施改进。用于 marketplace 维护者持续提升 Skill 质量。

2026-05-26
release
软件开发工程师

引导 A2C-SMCP 各项目的版本发布流程——单一来源改版本号 → 打 vX.Y.Z tag → 推送触发 CI 发布 → 发布后验收。覆盖 SDK 包发布(PyPI / crates.io)与协议文档部署(GitHub Pages 自动 + 公司服务器手动)。当需要发布新版本、部署文档站点,或排查发布流程问题时使用。

2026-05-26
当前展示该仓库 Top 8 / 15 个已收集 skills。
uat
软件质量保证分析师与测试员

执行 Office4AI MCP Server 验收测试 —— Phase 1 注册验收(tools/resources/收敛) + Phase 2 功能验收(manual_test E2E)

2026-07-16
edit-office-file
桌面出版专家

Edit an existing Word / PowerPoint / Excel file — especially template operations (fill {{placeholders}} and SDT content controls, reuse slide masters, change spreadsheet data while preserving charts) — by submitting a short Python script to the office4ai `office_run_script` tool. Works with no Office Add-In connection. Use when the user asks to fill a template, update a report/deck/workbook, replace placeholders, or edit a .docx / .pptx / .xlsx while keeping its styling intact.

2026-07-15
extract-template
桌面出版专家

Extract a reusable template from a reference Word / PowerPoint / Excel file — turn concrete values into placeholders — by submitting a short Python script to the office4ai `office_run_script` tool. Word headings become named SDT content controls, concrete text becomes {{tokens}} for docxtpl, a designed slide becomes a reusable master layout, an Excel named range becomes a blanked template region. Works with no Office Add-In connection. Use when the user has a finished/reference document but no template, and wants to reuse its structure/branding to generate more files.

2026-07-15
create-office-file
桌面出版专家

Create Word / PowerPoint / Excel files from scratch or from a reusable template by submitting a short Python script to the office4ai `office_run_script` tool. Works with no Office Add-In connection. Use when the user asks to generate a .docx / .pptx / .xlsx, produce a report / deck / workbook, or instantiate a corporate template.

2026-07-10
demo-authoring
软件开发工程师

Demo authoring SKILL fixture — exercises the skill:// resources source mode (root + scripts + references + binary asset). Triggers in S3 producer tests only.

2026-07-09
code-review
软件质量保证分析师与测试员

以架构师视角审查代码变更,关注模块边界、DTO 规范、测试完整性和长期可维护性。 当需要审查 PR、工作区变更或提交代码时使用。

2026-03-10
fix-review
软件质量保证分析师与测试员

修复 Code Review 发现的问题,支持按严重级别分级处理,架构视角修复而非补丁式 Patch。当需要处理 code-review 报告中的问题时使用。

2026-03-10
e2e-test-design
软件质量保证分析师与测试员

E2E 测试设计指南,包含双重验证机制(协议验证 + 文档内容验证)

2026-02-09
当前展示该仓库 Top 8 / 11 个已收集 skills。
uat
软件质量保证分析师与测试员

执行 A2C-SMCP Python SDK 的用户验收测试(UAT)。通过 tmux MCP 工具在真实终端环境中验证 CLI 命令和端到端协议流程。

2026-06-17
greet
其他业务运营专家

Minimal greet skill for strict-mode seed derivation

2026-06-06
review
软件开发工程师

Minimal review skill for strict-mode seed derivation

2026-06-06
scan
软件开发工程师

Minimal scan skill for strict-mode seed derivation

2026-06-06
valid-skill-pkg
软件开发工程师

Well-formed minimal SKILL used as the canonical happy-path source for UAT seed derivation across mcp / marketplace / user sources.

2026-06-06
uat-scenario
软件质量保证分析师与测试员

创建、更新或删除 UAT 场景文档,确保以 tmux 终端交互验证为核心,符合 A2C-SMCP SDK 的 UAT 最佳实践。重型场景自动加载对应设计指南。无参数时自动扫描 Git 变更,分析受影响的场景并批量更新。

2026-06-06
uat-seed
软件质量保证分析师与测试员

创建、扩充、验收 A2C-SMCP UAT 种子服务与数据。种子按 SKILL 来源(mcp / marketplace / user / _common)分目录组织,每条种子伴随**可执行的验收方法**,供 UAT scenarios 复用。无参数时进入交互向导;带 source+name 则定向走对应 recipe。

2026-06-06
create-skill
软件开发工程师

创建符合规范的新 Claude Skill,包含完整结构、模板和目录组织。当用户需要创建新 skill、为 Claude Code 添加功能或搭建 skill 脚手架时使用。Creates new Claude Skills with proper structure and templates.

2026-04-03
当前展示该仓库 Top 8 / 9 个已收集 skills。
已展示 5 / 5 个仓库
已展示全部仓库