/delegate
Interview me about my work, map accessible tools, and spec recurring loops for delegation to AI.
$ npx -y skills add secondsky/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/delegate
Context preview
What this command does when you run it.
Interview me about my work, map accessible tools, and spec recurring loops for delegation to AI.
Command definition
delegate.mdname: delegate-my-work:delegate description: Interview me about my work, map accessible tools, and spec recurring loops for delegation to AI. argument-hint: "[work area to examine, or leave empty to find loops]"
Run the **delegate-my-work** skill as a stateful grilling session.
Target: $ARGUMENTS
If the target is empty, start from `NOTES.md`, the user's world, and the user's tool access map, then propose loops worth delegating.
Follow the skill's discipline exactly:
- Grill relentlessly, **one question at a time**, via the host question tool -- recommended answer first.
- Map tool access before recommending a route. Use the exact statuses: **Available**, **Available with admin approval**, **Unavailable**, **Blocked by policy**, **Unknown - verify**.
- Classify each loop as **Automate**, **Co-pilot**, or **Assist**, and place its checkpoint.
- Write one spec per loop to `automations/<loop>.md`, including preferred route, access status, fallback route, approval/install needs, and data sensitivity.
- Keep grilling each loop until it meets the skill's definition of done.
The steps, vocabulary, and spec format live in the skill and its `references/` -- follow them there.
142 production-ready skills for Claude Code CLI ๐ Platform / Harness Support These plugins ship as Claude Code marketplace plugins (.claude-plugin/ manifests) and Codex CLI plugins (.codex-plugin/ manifests).
Repo: secondsky/claude-skills
Other commands on secondsky-claude-skills.
- /better-auth-add-plugin
Add a better-auth plugin to an existing project. Configures server and client plugins with proper imports.
Open command - /better-auth-setup
Interactive setup wizard for better-auth authentication. Guides through database, framework, OAuth providers, and plugin configuration.
Open command - /explain-error
Explain Better Auth error codes and provide solutions with code examples
Open command - /providers
Display Better Auth available authentication providers and their configuration
Open command - /bun-debug
Type of issue to debug (runtime, test, build, memory, performance)
Open command - /bun-deploy
Target platform (docker, cloudflare, vercel, fly, railway)
Open command

