Top Rated
The most starred skills loved by the community. Quality guaranteed!
trace
by Yeachan-Heo
Show agent flow trace timeline and summary
ralph
by Yeachan-Heo
Self-referential loop until task completion with architect verification
git-master
by Yeachan-Heo
Git expert for atomic commits, rebasing, and history management
omc-doctor
by Yeachan-Heo
Diagnose and fix oh-my-claudecode installation issues
pipeline
by Yeachan-Heo
Chain agents together in sequential or branching workflows with data passing
testing
by meteor
Use when writing tests, debugging test failures, running the test suite, or setting up test infrastructure. Covers self-test, package tests, and modern E2E tests.
ai-context
by meteor
Use when creating, updating, or maintaining AI documentation files (AGENTS.md, CLAUDE.md, skills). Covers file structure, conventions, and guidelines for evolving AI context.
conventions
by meteor
Use when writing new packages, adding CLI commands, creating build plugins, or following Meteor code patterns. Covers package.js structure, file naming, and common code patterns.
modern-tools
by meteor
Use when working with tools-core utilities, rspack integration, or modern tooling. Covers logging, npm management, process spawning, git helpers, and Meteor app configuration APIs.
codebase
by meteor
Use when understanding the build system, modifying CLI commands, working with isobuild, or navigating the tools/ directory. Covers build pipeline flow and file locations.
packages
by meteor
Use when exploring the package ecosystem, finding which package handles a feature, understanding package relationships, or adding dependencies. Lists all core packages by domain.
add-ollama-tool
by qwibitai
Add Ollama MCP server so the container agent can call local models for cheaper/faster tasks like summarization, translation, or general queries.
use-local-whisper
by qwibitai
Use when the user wants local voice transcription instead of OpenAI Whisper API. Switches to whisper.cpp running on Apple Silicon. WhatsApp only for now. Requires voice-transcription skill to be applied first.
add-telegram-swarm
by qwibitai
Add Agent Swarm (Teams) support to Telegram. Each subagent gets its own bot identity in the group. Requires Telegram channel to be set up first (use /add-telegram). Triggers on "agent swarm", "agent teams telegram", "telegram swarm", "bot pool".
TRL Training on Hugging Face Jobs
by patchy631
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
Running Workloads on Hugging Face Jobs
by patchy631
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
better-auth-best-practices
by novuhq
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
better-auth-best-practices
by novuhq
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
mastra-docs
by mastra-ai
Documentation guidelines for Mastra. This skill should be used when writing or editing documentation for Mastra. Triggers on tasks involving documentation creation or updates.
tailwind-best-practices
by mastra-ai
Tailwind CSS styling guidelines for Mastra Playground UI. This skill should be used when writing, reviewing, or refactoring styling code in packages/playground-ui and packages/playground to ensure design system consistency. Triggers on tasks involving Tailwind classes, component styling, or design tokens.
e2e-tests-studio
by mastra-ai
REQUIRED when modifying any file in packages/playground-ui or packages/playground. Triggers on: React component creation/modification/refactoring, UI changes, new playground features, bug fixes affecting studio UI. Generates Playwright E2E tests that validate PRODUCT BEHAVIOR, not just UI states.
Overview
by patchy631
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
agent-memory
by yamadashy
"Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'clean up memories'. Also use proactively when discovering valuable findings worth preserving."
project-session-manager
by Yeachan-Heo
Manage isolated dev environments with git worktrees and tmux sessions