跳到正文
MCP ThesaurusMCP Thesaurus

智能体技能

智能体技能是一个包含指令、脚本和资源的文件夹,智能体按需加载。与 MCP 服务器不同,它不运行自己的进程,因此在上下文上更省,也更容易审查。

Review Claude Md

smykla-skalski

社区

Audit `CLAUDE.md` files by reusing the source workflow under `claude/review-claude-md`. Use when the user wants a CLAUDE.md contract reviewed or fixed in Codex.

2026年8月18日Development
本地服务70/1003

Staff Code Review

smykla-skalski

社区

Review code changes with staff-level depth by reusing the source workflow under `claude/staff-code-review`. Use when the user wants a thorough review beyond line-level correctness.

2026年8月18日Development
本地服务70/1003
社区

Dispatch the metis-task-reviewer subagent to judge a diff against the task description and plan. Returns a verdict with per-criterion evidence.

2026年8月23日Development
本地服务66/1003
社区

Rehydrate a fresh session from on-disk state.

2026年8月23日Development
本地服务66/1003
社区

Load and query a Goodreads CSV export as the Goodreads backend for the books-library skill.

2026年9月1日Location Maps
本地服务60/1003
社区

Systematic technical debt quantification and management using SQALE methodology with value-effort prioritization, phased paydown roadmaps, and prevention strategies. Use when technical debt unmeasured or subjective, need objective prioritization, planning refactoring work, establishing debt prevention practices, or tracking debt trends over time. Provides 6 methodology components (measurement with

2026年6月25日Communication
本地服务68/1006
社区

Rehydrate a fresh session from on-disk state.

2026年8月23日Development
本地服务62/1003

Deep Documentation

adamdroberts

社区

Create, expand, reorganize, and maintain repository documentation with deep coverage across README files, browsable docs, API/reference pages, llms.txt, llms-full.txt, changelogs, and repo-local agent skills. Use whenever the user asks for comprehensive project documentation, documentation refreshes, LLM-friendly docs, documentation synchronization after code changes, or agent guidance that teache

2026年5月2日Development
本地服务70/1009

Unsafe

ncaq

社区

Forbid unsafe Haskell functions such as unsafePerformIO, unsafeCoerce, and other unsafe-prefixed functions. Use when writing or reviewing Haskell code that uses any unsafe-prefixed function.

2026年8月31日Development
本地服务55/1003

Truthful Coder

adamdroberts

社区

Enforces strict change transparency. Use when editing code, notebooks, configs, or running commands so every change is disclosed, including changes not announced in advance.

2026年5月2日Development
本地服务65/1009

Iris Sync

gsaranti

社区

Summarize what the user and Codex have been working on. Reads the Codex chat log from disk and returns a brief synthesis of the current state, recent work, and open threads. Use when you need context on what Codex is doing or has done.

2026年8月23日Development
本地服务55/1003

Email

fworks-tech

社区

Send emails via SMTP or sendmail. Use when sending transactional emails or notifications programmatically.

2026年8月30日Communication
本地服务64/1002
社区

Ollygarden's recommended pattern for setting up the OpenTelemetry SDK in Go services using otelconf. Covers project structure, the Providers struct, no-op fallback, runtime attribute injection, and the zap log bridge. Use when adding OTel to a Go project, structuring telemetry code, or reviewing an existing setup — including when DB spans show up as trace roots or GORM/database spans are disconnec

2026年8月31日Monitoring
本地服务82/1001

Iris Relay

gsaranti

社区

Execute a plan that Codex produced. Reads the last Codex response from disk and treats it as a plan to implement. Use when the user wants Claude Code to pick up where Codex left off.

2026年8月23日Development
本地服务52/1003

Research

Parcha-ai

社区

Deep research powered by GREP — investigate APIs, libraries, companies, markets, and any topic with sourced citations. Build interactive HTML apps, slidedecks, and spreadsheets backed by research. Route to one of 27 domain experts (legal, medical, patent, financial, real estate, supply chain, maritime, etc.). Use when you need to research something, fact-check a claim, plan an implementation with

2026年9月1日Finance
本地服务79/1001

Commissioning Closeout

Construction-Gamma

社区

Guides construction PMs through building commissioning, TAB, punch lists, O&M documentation, warranties, and project closeout.

2026年2月28日Project Management
本地服务69/10011

Icm Scaffold

MOMENTRIXMARKETING

社区

This skill should be used when the user asks to 'scaffold ICM', 'set up ICM', 'start a new ICM workspace', 'create IDENTITY.md and CONTEXT.md', 'build me a pipeline workspace', or names 'icm-scaffold'. It runs a ten question setup interview, picks an archetype, writes the layer files from the interview templates, then runs scripts/icm-check.sh on its own output and refuses to report success while

2026年8月30日Marketing
本地服务79/1001

Maintenance

timo-jakob

社区

Go project maintenance dispatcher. Receives findings from /development:maintenance (or equivalent JSON input), validates the payload, runs a coverage pre-flight (may spawn `go-coverage-improver` in a worktree when affected code sits below Required), and otherwise invokes `go-maintenance-planner` to return a PR-grouped plan. The per-group work agents are the orchestrator's job, not the dispatcher's

2026年8月28日Development
本地服务79/1001

Review

timo-jakob

社区

Perform a comprehensive Go code review using 6 specialized parallel agents

2026年8月28日Development
本地服务79/1001

Maintenance

timo-jakob

社区

Java/Gradle project maintenance dispatcher. Receives findings from /development:maintenance (or equivalent JSON input), validates the payload, runs a JaCoCo coverage pre-flight (may spawn `java-coverage-improver` in a worktree when affected classes sit below Required — topping up toward Required, or bootstrapping a below-floor (0%) class toward the Floor, #429), and otherwise invokes `java-mainten

2026年8月28日Development
本地服务79/1001

Maintenance

timo-jakob

社区

JavaScript/TypeScript project maintenance dispatcher. Receives findings from /development:maintenance (or equivalent JSON input), validates the payload, and returns a PR-grouped plan for the format_lint group. The per-group work agents are the orchestrator's job, not the dispatcher's. Pure function of its JSON input; does not run its own detection. Mirrors development-go / development-python. Tool

2026年8月28日Development
本地服务79/1001

Maintenance

timo-jakob

社区

Kubernetes/IaC maintenance dispatcher. Receives a v2 maintenance payload (a file path in $ARGUMENTS) that /development:maintenance built from the kubernetes topic gather (gather-kubernetes-findings.zsh), validates it, and returns a plan routing each finding group to an agent. A TOPIC plugin that can also be PRIMARY: a GitOps repo with no application language declares `primary: kubernetes` and gets

2026年8月28日Development
本地服务79/1001

Maintenance

timo-jakob

社区

OpenTofu/Terraform maintenance dispatcher. Receives a v2 maintenance payload (a file path in $ARGUMENTS) that /development:maintenance built from the opentofu topic gather (gather-opentofu-findings.zsh), validates it, and returns a plan routing each finding group to an agent. A TOPIC plugin that can also be PRIMARY: a provisioning repo with no application language declares `primary: opentofu` and

2026年8月28日Development
本地服务79/1001

Maintenance

timo-jakob

社区

Python project maintenance dispatcher. Receives findings from /development:maintenance (or equivalent JSON input), validates the payload, runs a coverage pre-flight (may spawn `python-coverage-improver` in a worktree when affected modules sit below Required — topping up toward Required, or bootstrapping a below-floor (0%) module toward the Floor, #429), and otherwise invokes `python-maintenance-pl

2026年8月28日Development
本地服务79/1001