Content & Media
Content creation, media processing, and design skills
18175 skills in this category
play-sound
Cross-platform audio feedback system for task completion and user prompts. Provides non-intrusive sound notifications to improve workflow awareness.
web-search
Search the web using Tavily API for high-quality, AI-optimized results. Use when the agent needs to find current information, verify facts, research topics, or answer questions requiring web data. Keywords: search, web, internet, lookup, find, research, current events, facts.
python-quality
Interpretive guidance for Python code quality using ruff (modern) or pylint+isort+black (traditional). Use when linting Python files, configuring Python tools, troubleshooting lint errors, or understanding tool selection.
android-product-shaping
This skill is used to turn Android app ideas into small, well-bounded product slices with clear value, ready for UX and implementation.
post-compact
Recover context after a compaction event. Use this IMMEDIATELY after seeing a compaction summary or when the conversation starts with a summary from a previous session. Do not respond to the user until you have recovered full context.
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
obsidian-vault
Integrate with Obsidian vaults through the Local REST API plugin.Use this skill when the user wants to:- Search notes in their Obsidian vault- Read specific notes- Create new notes- Modify existing notes- Manage daily/periodic notes- Execute Dataview queriesIMPORTANT: This skill performs destructive operations (create, modify, delete).Always follow safety rules and confirmation requirements.Activates when user mentions:- "Obsidian", "my vault", "my notes"- "daily note", "journal entry"- "search my notes", "find in Obsidian"- Creating, updating, or deleting notes
cloudflare-workers-builds
This skill should be used when the user asks about "deploy status", "build failed", "build logs", "deployment history", "worker deployment", "check build", "deployment succeeded", "build error", "CI/CD", "verify deployment", or needs to monitor Cloudflare Workers builds and deployments.
ollama-rag
Build RAG systems with Ollama local + cloud models. Latest cloud models include DeepSeek-V3.2 (GPT-5 level), Qwen3-Coder-480B (1M context), MiniMax-M2. Use for document Q&A, knowledge bases, and agentic RAG. Covers LangChain, LlamaIndex, ChromaDB, and embedding models.
architecture-paradigm-serverless
Build serverless/function-as-a-service systems for bursty or ops-light workloads.
headless-ui
Builds accessible UI components with Headless UI primitives for React and Vue. Use when creating custom-styled dropdowns, modals, tabs, or other interactive components with full accessibility support.
vote-set
Generate Safe UI compatible multisig batch JSON to set veNFT votes. Use when the user wants to vote on gauges, allocate voting power to pools, or prepare vote transactions for a multisig wallet.
testgen
Generate tests using AI and run test suites. Use for generating unit tests, running coverage reports, and mutation testing.
slide-gen-images
AI image generation for presentation slides using Gemini Pro. Supports batch generation, style consistency, and visual validation.
moai-alfred-spec-authoring
Complete SPEC document authoring guide with YAML metadata structure (7 required + 9 optional fields), EARS requirement syntax (5 patterns including Unwanted Behaviors), version lifecycle management, TAG integration, pre-submission validation checklist, and real-world SPEC examples.
tmux
Manage tmux sessions for background processes. Use to run long-running commands, manage multiple terminals, and capture output from background processes.
frontend-patterns
React/Next.js data patterns - React Query hooks, ORPC client integration, error handling, cache invalidation. Complements frontend-design skill (visuals).
global-tech-stack
Use the project's specific technology stack including Next.js, React, TypeScript, Hono, PostgreSQL, Chakra UI, and Temporal for workflow automation. When setting up new features, choosing libraries, or making architectural decisions. When working on frontend code using React and Next.js. When implementing backend APIs with Hono. When working with PostgreSQL databases via Drizzle or Prisma. When styling with Chakra UI components. When implementing authentication with better-auth or workflows with Temporal. When adding dependencies or configuring build tools. This skill ensures technology choices align with the project's established stack.
go
Develop Go applications using modern patterns, popular libraries, and idiomatic design. Activate when working with .go files, go.mod, go.sum, or user mentions Go, Golang, goroutines, channels, or Go libraries like gin, cobra, gorm.