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

claude-code-plugin

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

已收集 skills
3
Stars
1
更新
2026-06-22
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

work-backlog
项目管理专家

Use when the user wants Claude Code to make progress on a Steward backlog. Two modes. With NO arguments it runs a conversational session — it shows the current backlog, asks what the user wants to accomplish (scope, how much, autonomy), does that work, then hands back a parameterized command to schedule as a nightly routine. With ARGUMENTS it runs directly with no conversation — a specific item (by id or reference), a steward's top item (by name/id), or a batch session (a max item count + scope + autonomy) suitable for an unattended nightly Claude Code Routine. A run tends in-flight backlog PRs (resolving conflicts, fixing CI, catching superseded work), claims and implements queued items through linked PRs, reconciles items whose work is already done, and reports what was done plus the decisions the user must make.

2026-06-22
define-steward
软件开发工程师

Use when defining, previewing, creating, activating, or updating a steward for a repository through the Steward MCP server. Inspect the codebase, draft a narrow rubric-centric steward spec, validate and preview it with configure_steward, create it only after user approval, then reconcile inventory and initialization artifacts from the coding agent.

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

Use before implementing a plan, when the user asks for a second opinion on an approach, after ExitPlanMode, or whenever a draft design is on the table. Consult the repository's stewards via the Steward MCP server, return their attributed feedback, and, if the plan crosses a domain that no steward currently owns, propose a narrow new steward for that domain before code is written.

2026-05-27