Showing 30 of 2,118

Sorted by quality
agentbuilders
MCP Serverby agentbuilders
28

Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.

MCP & Tools / 工具连接器
Unknown
Unreviewed
kalshi-docs
Claude Codeby ammario
28

Kalshi prediction markets API documentation. Use when building integrations with Kalshi's REST API or WebSocket streams for trading, market data, or portfolio management.

Coding / 软件开发
Safe-ish
Scanned
ink
MCP Serverby mldotink
28

Deploy and manage applications, databases, domains, and git repos

MCP & Tools / 工具连接器
Safe-ish
Scanned
nestjs-event-driven
Claude Codeby Intense-Visions
28

- You need to decouple side effects (send email, update audit log) from the primary operation - You are implementing CQRS to separate read and write models for a bounded context - You need event sourcing where domain events are the source of truth - You want to publish domain events that multiple s…

Coding / 软件开发
Safe-ish
Scanned
reduce
Claude Codeby escoffier-labs
28

Use when asked to simplify, clean up, tidy, or refactor code for clarity without changing what it does, or when the user says "simplify this", "clean this up", "make it readable", "reduce the complexity", or "tidy this". Behavior-preserving only; not a bug or security audit (use bug-hunt or securit…

Security / 安全
Safe-ish
Scanned
Advertisement
beamer-ppt
Claude Codeby zhouziyue233
28

Create Beamer-style academic PPTX presentations using python-pptx. Produces publication-quality .pptx files with navy-blue Metropolis theme (16:9, frame title bars, progress bar) for conference talks, job market presentations, and seminar slides. Called by /present command.

Coding / 软件开发
Safe-ish
Scanned
rust-testing
Claude Codeby aaione
28

Rust 测试模式,包括单元测试、集成测试、异步测试、属性测试、mocking 和覆盖率。遵循 TDD 方法论。

Coding / 软件开发
Safe-ish
Scanned
multi-agent-pr-review
Claude Codeby bbartling
28

Use for rigorous pull request, branch, patch, or diff review. Runs focused review subagents for correctness, security/reliability, tests, docs/API behavior, and release risk, then synthesizes actionable findings.

Coding / 软件开发
Safe-ish
Scanned
frontend-maintenance
Claude Codeby heidsoft
28

Diagnoses and fixes common frontend issues including Ant Design deprecations and API failures. Invoke when user reports console warnings, UI crashes, or requests project maintenance.

Coding / 软件开发
Safe-ish
Scanned
tiptap-dev
Claude Codeby marcelinombb
28

Expert guidance for building rich text editors with Tiptap - a headless, framework-agnostic editor built on ProseMirror. Use when creating custom nodes, marks, or extensions for Tiptap, implementing input rules or paste rules, working with the Tiptap commands API, building React integrations with u…

Coding / 软件开发
Safe-ish
Scanned
hypr-config
Claude Codeby fbosch
28

Configure and troubleshoot Hyprland safely in this dotfiles repo. Use when adding or changing monitor, bind, input, workspace, window rule, layer rule, layout, animation, env, startup, or runtime behavior in `.config/hypr/*.conf`, and when diagnosing config errors, layer-shell stacking/input issues…

Coding / 软件开发
Safe-ish
Scanned
debug-ohmycode
Claude Codeby AlphaLab-USTC
28

Guide for debugging OhMyCode issues. Use when user reports errors, unexpected behavior, or connection problems.

Coding / 软件开发
Safe-ish
Scanned
find-skills
Claude Codeby opensolon
28

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable sk…

Coding / 软件开发
Safe-ish
Scanned
add-hand-tracking
Claude Codeby sam-vish
28

Add hand-gesture cursor control to any existing website. Replaces or augments the mouse cursor with MediaPipe Hand Landmarker tracking via webcam. Index finger controls cursor, fist gesture clicks, edge-zone scrolling. Works with any framework (React, Vue, Svelte, Next.js, vanilla HTML, etc.). TRIG…

Coding / 软件开发
Safe-ish
Scanned
oRPC AI SDK Integration
Claude Codeby ali-master
28

Seamlessly use AI SDK inside your oRPC projects without any extra overhead.

Coding / 软件开发
Safe-ish
Scanned
finish-feature
Claude Codeby RichardBray
28

Ship a completed feature - lint, test, commit, push, PR, subagent review loop, risk-rated PR description. Use when the user says "finish this feature", "ship it", "wrap this up", or "create the PR".

Coding / 软件开发
Safe-ish
Scanned
copilot-sdk
Claude Codeby digitalpostwu-Thanaphipat
28

Build applications that programmatically interact with GitHub Copilot. The SDK wraps the Copilot CLI via JSON-RPC, providing session management, custom tools, hooks, MCP server integration, and streaming across Node.js, Python, Go, and .NET.

Coding / 软件开发
Safe-ish
Scanned
appdeploy
Claude Codeby biztechprogramming
28

Deploy web applications to hosting platforms. Use when the user asks to deploy an app, publish a site, ship to production, push to hosting, or make an app live. Triggers on phrases like "deploy this app", "deploy to vercel", "ship this", "make this live", "publish this site", "push to production", …

Coding / 软件开发
Safe-ish
Scanned
yt-dlp
Claude Codeby k7lim
28

Download videos, audio, and subtitles/transcripts from YouTube and other sites using yt-dlp CLI. Use when user wants to download playlists, extract transcripts, get audio-only, or needs rate-limit-safe downloading.

Coding / 软件开发
Safe-ish
Scanned
higgsfield-seedance
Claude Codeby OSideMedia
28

Rewrites scene descriptions using professional cinematography language, structures prompts with a six-slot formula (camera + subject + action + setting + style + lighting), and diagnoses content filter rejections via a preflight linter. Use whenever the user asks for a Seedance 2.0 / Seedance Pro p…

Coding / 软件开发
Safe-ish
Scanned
a2a
Claude Codeby javimosch
28

Spawn a team of agentic-CLI sessions (claude, opencode, pi, ...) that talk to each other as peers via a shared SQLite message bus at ~/.a2a/{project}/database.db. No central chain of command — each agent decides who to message. Use when the user wants multiple AI sessions to collaborate, debate, or…

Coding / 软件开发
Safe-ish
Scanned
evals
Claude Codeby muggl3mind
28

Evaluate job-search pipeline code and outputs for correctness. Use when running code reviews, verifying pipeline outputs after a run, or checking ongoing pipeline health. Handles static analysis, runtime verification, and health monitoring.

Coding / 软件开发
Safe-ish
Scanned
auto-naming
Claude Codeby Corvalis-LLC
28

Variable and function naming discipline: domain vocabulary over generic words, verb semantics, scope-proportional length, and the specific naming anti-patterns Claude defaults to. Corrects generic names, naming bankruptcy words, and inconsistent verb prefixes. Use when writing new code, naming vari…

Coding / 软件开发
Safe-ish
Scanned
csv-data-summarizer
Claude Codeby coffeefuelbump
28

Analyzes CSV files, generates summary stats, and plots quick visualizations using Python and pandas.

Data / 数据分析
Safe-ish
Scanned
local-development-workflow
Claude Codeby xxih
28

当你要在本地完成一个 coding 任务,并需要按稳定主线推进方案、搜索、TDD、实现、对齐、条件性 local review、验证与收尾时使用。

Coding / 软件开发
Safe-ish
Scanned
error-handling-patterns
Claude Codeby B4san
28

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

Coding / 软件开发
Safe-ish
Scanned
nx-import
Claude Codeby julianaoddeus
28

Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.

Coding / 软件开发
Shell
Scanned
plant-management
Claude Codeby D-o-c-labs
28

Manage plant registry data, care profiles, reminders, and deterministic care evaluation through a validated Python CLI.

Coding / 软件开发
Safe-ish
Scanned
All Traditions Speaking as One
Claude Codeby Activer007
28

Deploy universal wisdom voices from all traditions simultaneously - Hindu, Buddhist, Taoist, Abrahamic, Indigenous, Scientific - revealing their unified recognition of consciousness navigation.

Coding / 软件开发
Safe-ish
Scanned