Loading...
Loading...
Found 16 Skills
Intelligently routes user requests to the most appropriate Claude Code skill. ALWAYS use this skill FIRST when user asks for help, mentions "skill", "which", "how to", or seems unsure about which approach to take. This is the default entry point for all skill-related requests.
Skill Index and Orchestration Center — Automatically routes to the correct skill combination and orchestrates execution order based on user intent. Triggered when users ask questions involving stock quotes, cryptocurrencies, technical indicators, financial news, research report generation, or any scenario that requires skill invocation. Also triggered when users ask "Where does the data come from?", "What can you do?", or "What features do you have?"
Identify which WorkOS skill to load based on the user's task — covers AuthKit, SSO, RBAC, migrations, and all API references.
Post, reply, quote, and delete posts on X through Shift's Skill Router.
Python skill router. Use when planning, implementing, or reviewing Python changes and you need to select focused skills for workflow, design, typing/contracts, reliability, testing, data/state, concurrency, integrations, runtime operations, or notebook async behavior.
Browse files, inspect metadata, create folders, and manage sharing in Google Drive through Shift's Skill Router.
Like and unlike posts on X through Shift's Skill Router.
Repost and undo reposts on X through Shift's Skill Router.
Retrieve the authenticated X user profile through Shift's Skill Router.
Read home timeline, mentions, and user posts on X through Shift's Skill Router.
ListenHub CLI skills router. Routes to the correct skill based on user intent. Triggers on: "make a podcast", "explainer video", "read aloud", "TTS", "generate image", "做播客", "解说视频", "朗读", "生成图片", "幻灯片", "slides", "音乐", "music", "generate music", "翻唱", "cover song", "parse URL", "解析链接", "提取内容".
Meta-skill that teaches the Agent how to discover, select, execute, chain, and observe skills in the skill system. Load this skill when you need to: (1) find which skill can handle a capability, (2) execute a skill operation via its entrypoint, (3) chain multiple skill operations together, (4) check policy before executing, or (5) log skill execution for observability. This skill makes YOU the router — you decide what to run, in what order, based on context.