Showing 30 of 12,154

Sorted by quality
tutor
Claude Codeby bevibing
76

Interactive quiz tutor for Obsidian StudyVault learning. Use when the user wants to: (1) Take a diagnostic assessment of their knowledge, (2) Study or review specific sections/topics, (3) Drill weak areas identified in previous sessions, (4) Check their learning progress or dashboard, or says thing…

Personal Knowledge / 个人知识管理
Safe-ish
Scanned
golden-jupyter
Claude Codeby yusufkaraaslan
76

Use when testing the golden_jupyter golden build

Safe-ish
Scanned
twitter
Claude Codeby ReScienceLab
76

Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io. Use when user mentions Twitter, X, or tweets.

Safe-ish
Scanned
cozempic-doctor
Claude Codeby Ruya-AI
76

Run health checks on Claude Code configuration and sessions. Use when troubleshooting Claude Code issues. (cozempic — does not shadow Claude Code's built-in /doctor)

Coding / 软件开发
Safe-ish
Scanned
ponytail-audit
Claude Codeby DietrichGebert
76

Audit the whole repo for over-engineering. A ranked list of what to delete, simplify, or replace with stdlib or native features.

Safe-ish
Scanned
frontend-review
Claude Codeby yaojingang
76

Review frontend code for accessibility, risky UI security issues, missing states, and common UX regressions. Use when asked to review React, UI, frontend components, forms, a11y, or pre-merge frontend quality.

Coding / 软件开发
Safe-ish
Scanned
Advertisement
security-review
Claude Codeby codeaholicguy
76

AI DevKit · Review code, skills, and prompts for security vulnerabilities — OWASP Top 10, prompt injection, business logic flaws, and insecure defaults. Use when reviewing PRs, auditing modules, reviewing AI skills/prompts, or preparing for release.

Security / 安全
Safe-ish
Scanned
search
Claude Codeby taishi-i
76

Search all Japanese NLP resources (libraries, models, datasets, tutorials, dictionaries, Hugging Face). Accepts keywords or natural language questions in any language.

MLOps / AI 工程
Safe-ish
Scanned
archive
Claude Codeby ReScienceLab
76

Archive session learnings, debugging solutions, and deployment logs to .archive/yyyy-mm-dd/ as indexed markdown with searchable tags. Use when completing a significant task, resolving a tricky bug, deploying, or when the user says "archive this". Maintains .archive/MEMORY.md index for cross-session…

Coding / 软件开发
Safe-ish
Scanned
bedrock
Claude Codeby itsmostafa
76

AWS Bedrock foundation models for generative AI. Use when invoking foundation models, building AI applications, creating embeddings, configuring model access, or implementing RAG patterns.

MLOps / AI 工程
Safe-ish
Scanned
frontend-review
Claude Codeby yaojingang
76

Review frontend code for accessibility, UI security, missing states, and UX regressions. Use when asked to review React components, run a pre-merge frontend review, or check a11y and unsafe rendering.

Coding / 软件开发
Safe-ish
Scanned
eks
Claude Codeby itsmostafa
76

AWS EKS Kubernetes management for clusters, node groups, and workloads. Use when creating clusters, configuring IRSA, managing node groups, deploying applications, or integrating with AWS services.

Coding / 软件开发
Safe-ish
Scanned
golden-man-kw
Claude Codeby yusufkaraaslan
76

Use when testing the man golden build

Safe-ish
Scanned
perf-code-paths
Claude Codeby ComposioHQ
76

Use when mapping code paths, entrypoints, and likely hot files before profiling.

Coding / 软件开发
Safe-ish
Scanned
dev-commit
Claude Codeby codeaholicguy
76

AI DevKit · Safe git commit workflow for AI coding agents. Use when the user asks to commit, prepare a commit, stage changes, create a PR-ready checkpoint, or finish work with a conventional commit while avoiding unrelated user changes.

Coding / 软件开发
Safe-ish
Scanned
senior-frontend
Claude Codeby ComposioHQ
76

Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.

Coding / 软件开发
Safe-ish
Scanned
comfyui-launch-flags
Claude Codeby artokun
76

Pick the right ComfyUI startup flags for VRAM, attention, caching, and speed — the full decision matrix for OOM (--novram / --cache-none / --disable-smart-memory), shared-VRAM creep on Windows (--reserve-vram N), model-switching with big text encoders (--cache-none), high-VRAM throughput (--gpu-onl…

Creative / 创意娱乐
Safe-ish
Scanned
lambda
Claude Codeby itsmostafa
76

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

Coding / 软件开发
Safe-ish
Scanned
dev-implementation
Claude Codeby codeaholicguy
76

AI DevKit · Implementation phase guidance for executing feature plans and checking implementation against design. Use when the user wants to implement planned tasks, update implementation docs, verify code matches design, or run dev-lifecycle phases 5 and 7.

Coding / 软件开发
Safe-ish
Scanned
thoroughness-scoring
Claude Codeby rohitg00
76

Score every decision point with a Thoroughness Rating (1-10). AI makes the marginal cost of doing things properly near-zero — pick the higher-rated option every time. Includes scope checks to distinguish contained vs unbounded work.

Safe-ish
Scanned
golden-jupyter-kw
Claude Codeby yusufkaraaslan
76

Use when testing the golden_jupyter_kw golden build

Safe-ish
Scanned
auto-setup
Claude Codeby rohitg00
76

Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.

Coding / 软件开发
Safe-ish
Scanned
notion-research-documentation
Claude Codeby Prat011
76

Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and actionable insights.

Productivity / 办公效率
Safe-ish
Scanned
cloudwatch
Claude Codeby itsmostafa
76

AWS CloudWatch monitoring for logs, metrics, alarms, and dashboards. Use when setting up monitoring, creating alarms, querying logs with Insights, configuring metric filters, building dashboards, or troubleshooting application issues.

Data / 数据分析
Safe-ish
Scanned
mcp-audit
Claude Codeby rohitg00
76

Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.

MCP & Tools / 工具连接器
Safe-ish
Scanned
vite
Claude Codeby antfu
76

Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.

Safe-ish
Scanned
vue
Claude Codeby antfu
76

Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.

Coding / 软件开发
Safe-ish
Scanned
golden-rss
Claude Codeby yusufkaraaslan
76

Use when testing the rss golden build

Safe-ish
Scanned
ponytail-help
Claude Codeby DietrichGebert
76

Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".

Safe-ish
Scanned
developer-growth-analysis
Claude Codeby ComposioHQ
76

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

Productivity / 办公效率
Safe-ish
Scanned