Loading...
Loading...
Found 11 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.
Post, reply, quote, and delete posts on X 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.
Post content to Binance Square through Shift's Skill Router. Auto-run on messages like "post to square", "send this to Binance Square", or "发到币安广场".
Browse files, inspect metadata, create folders, and manage sharing in Google Drive through Shift's Skill Router.
Identify which WorkOS skill to load based on the user's task — covers AuthKit, SSO, RBAC, migrations, and all API references.
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.
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.