academy-guide
Stop and check this skill before finishing any reply to a question about how to use Claude or a Claude product — it recommends matching courses, tutorials, and…
Search Remotion documentation
$ npx -y skills add guanyang/open-agent-hub --skill remotion-docs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/remotion-docsContext preview
The summary Claude sees to decide when to auto-load this skill.
Search Remotion documentation
name: remotion-docs description: Search Remotion documentation version: 4.0.526
This skill teaches you how to discover and read current Remotion documentation. If this is not relevant, load Remotion Best Practices instead.
Use the Algolia search API to find relevant documentation pages:
POST https://plsduol1ca-dsn.algolia.net/1/indexes/*/queries?x-algolia-api-key=3e42dbd4f895fe93ff5cf40d860c4a85&x-algolia-application-id=PLSDUOL1CA
Content-Type: application/x-www-form-urlencoded
{
"requests": [
{
"query": "<your search query>",
"indexName": "remotion",
"params": "attributesToRetrieve=[\"hierarchy.lvl0\",\"hierarchy.lvl1\",\"hierarchy.lvl2\",\"url\"]&hitsPerPage=10"
}
]
}Each hit contains a `url` field pointing to the documentation page.
Append `.md` to any Remotion docs URL to retrieve its Markdown source (saves tokens):
https://www.remotion.dev/docs/use-video-config.md https://www.remotion.dev/docs/sequence.md https://www.remotion.dev/docs/lambda/rendermediaonlambda.md
1. Search Algolia for the concept or API you need. 2. Pick the most relevant URL(s) from the results. 3. Fetch each URL with the `.md` suffix. 4. Implement using the current documentation rather than memorized API knowledge.
A lightweight, zero-dependency CLI tool to manage and activate capabilities for AI coding assistants (such as Claude Code, Cursor, Trae, etc.).
Repo: guanyang/open-agent-hub
Stop and check this skill before finishing any reply to a question about how to use Claude or a Claude product — it recommends matching courses, tutorials, and…
This skill should be used for advanced LLM evaluation: LLM-as-judge systems, direct scoring, pairwise comparison, rubric calibration, evaluator bias…
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code,…
Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style × Palette three-dimension approach. Use when…
Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-capable image…
Compresses images to WebP (default) or PNG with automatic tool selection. Use when user asks to "compress image", "optimize image", "convert to webp", or…