Search the registry
One search across every skill, MCP server, agent, and workflow.
16 results
Blender
1.0.0ahujasid
Drive Blender's 3D engine from prompts — scenes, objects, materials, lighting. Requires Blender open with the companion addon running.
Higgsfield
1.0.0Higgsfield
30+ image and video models (Sora, Veo, Kling, Seedance) through one endpoint — research, prompt-optimize, and generate creative assets. Use the official connector, not session-scraping forks.
Prompt Engineer
1.1.0Hermes Registry
Designs, tests, and refines prompts for LLM features.
agent-platform-prompt-management
1.0.0google · mlops
Manages and orchestrates prompts in Agent Platform. Use when you need to create, list, retrieve, version, or delete managed prompts in Agent Platform. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform prompts.
claude-api
1.0.0anthropics · software-development
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).
context-engineering
1.0.0addyosmani · software-development
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
dspy
1.0.0Orchestra Research · mlops
DSPy: declarative LM programs, auto-optimize prompts, RAG.
gh-address-comments
1.0.0openai · github
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
godmode
1.0.0Hermes Agent + Teknium · red-teaming
Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN.
kanban-orchestrator
3.0.0· devops
Decomposition playbook + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worker's system prompt; this skill is the deeper playbook when you're specifically playing the orchestrator role.
kanban-worker
2.0.0· devops
Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load when you want deeper detail on specific scenarios.
nano-pdf
1.0.0community · productivity
Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).
openai-docs
1.0.0openai · software-development
Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI docs MCP tools for non-Codex docs questions, use the Codex manual helper first for broad Codex self-knowledge, and restrict fallback browsing to official OpenAI domains.
skill-designer
1.0.0TraderMonty · trading
Design new Claude skills from structured idea specifications. Use when the skill auto-generation pipeline needs to produce a Claude CLI prompt that creates a complete skill directory (SKILL.md, references, scripts, tests) following repository conventions.
songwriting-and-ai-music
0.0.0· creative
Songwriting craft and Suno AI music prompts.
speech
1.0.0openai · media
Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.