Showing 30 of 2,118

Sorted by quality
curating-library-kg
Claude Codeby matlab
87

Guide users through curating the library knowledge index — reviewing block categories, marking common/important blocks, and improving block descriptions for better agent block selection.

Coding / 软件开发
Safe-ish
Scanned
debug-helper
Claude Codeby JackyST0
86

Help debug code by analyzing error messages, identifying root causes, and providing fix suggestions.

Coding / 软件开发
Safe-ish
Scanned
api-doc-generator
Claude Codeby JackyST0
86

Generate API documentation from source code, supporting REST APIs, GraphQL, and various documentation formats.

Coding / 软件开发
Safe-ish
Scanned
unit-test-generator
Claude Codeby JackyST0
86

Automatically generate unit tests based on source code, supporting multiple languages and testing frameworks.

Coding / 软件开发
Safe-ish
Scanned
ml-training-recipes
Claude Codeby OpenRaiser
86

Battle-tested PyTorch training recipes for all domains — LLMs, vision, diffusion, medical imaging, protein/drug discovery, spatial omics, genomics. Covers training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation. Use when training …

MLOps / AI 工程
Safe-ish
Scanned
git-commit
Claude Codeby JackyST0
86

Git commit message generator that creates conventional commit messages based on code changes.

Coding / 软件开发
Safe-ish
Scanned
Advertisement
best-practices
Claude Codeby MoizIbnYousaf
85

Transforms vague prompts into optimized Claude Code prompts. Adds verification, specific context, constraints, and proper phasing. Invoke with /best-practices.

Coding / 软件开发
Safe-ish
Scanned
review-testing
Claude Codeby posit-dev
85

Review test code for quality, design, and completeness after implementing a feature or fixing a bug. Use when the user asks to "review my tests", "check my test quality", "are these tests good enough", "review testing", or after completing a feature implementation that includes tests. Also use when…

Coding / 软件开发
Safe-ish
Scanned
mirai
Claude Codeby posit-dev
85

Help users write correct R code for async, parallel, and distributed computing using mirai. Use when users need to run R code asynchronously or in parallel, write mirai code with correct dependency passing, set up parallel workers, convert from future or parallel, use mirai_map, integrate with Shin…

Coding / 软件开发
Safe-ish
Scanned
r-cli-app
Claude Codeby posit-dev
85

Build command-line apps in R using the Rapp package. Use when creating a CLI tool in R, adding argument parsing to an R script, turning an R script into a command-line app, shipping CLIs in an R package, or using Rapp (the alternative Rscript front-end). Also use for shebang scripts, exec/ director…

Coding / 软件开发
Safe-ish
Scanned
critical-code-reviewer
Claude Codeby posit-dev
85

Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices a…

Coding / 软件开发
Safe-ish
Scanned
brand-yml
Claude Codeby posit-dev
85

Create and use brand.yml files for consistent branding across Shiny apps and Quarto documents. Covers: (1) Creating new _brand.yml files, (2) Applying to Shiny (R and Python), (3) Using in Quarto, (4) Modifying existing files, and (5) Troubleshooting. Includes complete specifications and integratio…

Coding / 软件开发
Safe-ish
Scanned
skill-creator
Claude Codeby EXboys
84

Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

Coding / 软件开发
Safe-ish
Scanned
code-simplification
Claude Codeby addyosmani
84

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

Coding / 软件开发
Safe-ish
Scanned
frontend-forge-fe-operations
Claude Codeby kubesphere
84

Operate FrontendExtension (FE) resources in frontend-forge: create, update, rebuild, inspect package artifacts, download packages, publish, unpublish, delete, and debug package/publish controller behavior. Use this skill whenever the user mentions FE operations, FrontendExtension lifecycle, extensi…

Coding / 软件开发
Network
Scanned
hivemind-goals
Claude Codeby activeloopai
84

Create, track and update team goals + KPIs via the Deeplake virtual filesystem at memory/goal/ and memory/kpi/. Use whenever the user mentions a goal, objective, KPI, target, milestone, or asks to track progress on something measurable. ALSO use when the user says "task", "todo", "work item", "remi…

Coding / 软件开发
Safe-ish
Scanned
performance-optimization
Claude Codeby addyosmani
84

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

Coding / 软件开发
Safe-ish
Scanned
artifacts-builder
Claude Codeby Prat011
84

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

Coding / 软件开发
Safe-ish
Scanned
agent-browser
Claude Codeby EXboys
84

Browser automation CLI for AI agents. Requires Node.js with agent-browser. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests…

Coding / 软件开发
Safe-ish
Scanned
ccwf-cli
Claude Codeby breaking-brake
84

Use the `ccwf` CLI (from @cc-wf-studio/cli) to render, validate, preview, export, or run cc-wf-studio workflow JSON files from the terminal. Apply whenever the user mentions viewing, visualizing, checking, executing, or converting a workflow under `.vscode/workflows/` (or any `*workflow*.json`), wa…

Coding / 软件开发
Safe-ish
Scanned
documentation-and-adrs
Claude Codeby addyosmani
84

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

Coding / 软件开发
Safe-ish
Scanned
baoyu-format-markdown
Claude Codeby JimLiu
84

Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Use when user asks to "format markdown", "beautify article", "add formatting", or improve article layout. Outputs to {filename}-formatted.md.

Coding / 软件开发
Safe-ish
Scanned
spec-kit-skill
Claude Codeby feiskyer
84

GitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow. Triggers: "spec-kit", "speckit", "constitution", "specify", ".specify/", "规格驱动开发", "需求规格".

Coding / 软件开发
Safe-ish
Scanned
predictable-revenue
Claude Codeby wondelai
84

Build a scalable outbound B2B sales machine with specialized roles (SDR, AE, CSM). Use when the user mentions "outbound sales", "Cold Calling 2.0", "cold email sequences", "sales pipeline", "SDR process", "sales development", "build an outbound sales team", or "fill my pipeline". Also trigger when …

Coding / 软件开发
Safe-ish
Scanned
hivemind-goals
Claude Codeby activeloopai
84

Create, track and update team goals + KPIs in Hivemind via the `hivemind` CLI. Use whenever the user mentions a goal, objective, KPI, target, milestone, or asks to track progress on something measurable. ALSO use when the user says "task", "todo", "work item", "remind me to", "fix X", or any action…

Coding / 软件开发
Safe-ish
Scanned
whizard-telemetry
Claude Codeby kubesphere
84

Use when installing or configuring the WizTelemetry Platform Service extension for KubeSphere, which provides the common APIServer backend services for all WizTelemetry observability extensions

Coding / 软件开发
Network
Scanned
kiro-skill
Claude Codeby feiskyer
84

Interactive feature development workflow from idea to implementation. Creates requirements (EARS format), design documents, and task lists. Triggers: "kiro", ".kiro/specs/", "feature spec", "需求文档", "设计文档", "实现计划".

Coding / 软件开发
Safe-ish
Scanned
hivemind-memory
Claude Codeby activeloopai
84

Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.

Coding / 软件开发
Safe-ish
Scanned
incremental-implementation
Claude Codeby addyosmani
84

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

Coding / 软件开发
Safe-ish
Scanned
pinme-uniwebpay
Claude Codeby glitternetwork
84

Use when generating, modifying, or reviewing PinMe Worker (Cloudflare Worker TypeScript) code that accepts payments through UniwebPay — payment links, products/prices, checkout sessions, payment status reads, refunds, subscriptions, or handling UniwebPay webhooks with @uniwebpay/sdk in a PinMe proj…

Coding / 软件开发
Safe-ish
Scanned