aceternity-ui
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI…
Interview employees to identify recurring daily work, office workflows, and repetitive tasks that can be automated, co-piloted, or supported by AI. Use when the user wants to find what AI can take off their plate, map available tools such as ChatGPT/OpenAI, Claude, Microsoft
$ npx -y skills add secondsky/claude-skills --skill delegate-my-work --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/delegate-my-workContext preview
The summary Claude sees to decide when to auto-load this skill.
Interview employees to identify recurring daily work, office workflows, and repetitive tasks that can be automated, co-piloted, or supported by AI. Use when the user wants to find what AI can take off their plate, map available tools such as ChatGPT/OpenAI, Claude, Microsoft
name: delegate-my-work description: Interview employees to identify recurring daily work, office workflows, and repetitive tasks that can be automated, co-piloted, or supported by AI. Use when the user wants to find what AI can take off their plate, map available tools such as ChatGPT/OpenAI, Claude, Microsoft Copilot, Excel or PowerPoint add-ins, Google Workspace, no-code/RPA tools, coding agents, or internal automation platforms, and write tool-aware specs with fallback paths.
Interview the user about their work to find **loops** -- recurring patterns worth handing to AI -- and write one buildable spec per loop. The primary audience is nontechnical employees: use plain workplace language, focus on daily work, and do not assume any AI or automation tool is available until the user confirms access.
The method is **grilling**: relentless, one question at a time. The output is a tool-aware spec in the user's workspace that recommends a preferred route, states tool access, includes at least one fallback route, and gives an implementer enough detail to build without asking a question.
Interview the user relentlessly about one loop until reaching a shared, buildable understanding. Walk down each branch of the design tree, resolving dependencies between decisions one by one. Attach a **recommended answer** to every question.
Ask **one question at a time**, waiting for the answer before continuing. Asking several at once is bewildering.
If a question can be answered by exploring the user's files, codebase, workspace, or existing notes, explore instead of asking.
Use the host's question tool when available:
For every question:
Before recommending a tool route, build or update the user's **tool access map** in `NOTES.md`. Ask one question at a time about the tools the employee can actually use:
Record each tool with one of these exact access statuses:
Never recommend only one route unless access is confirmed and policy-safe. If access is unknown, blocked, or unavailable, state that and include a fallback route.
Every loop spec must include a preferred route and at least one fallback route.
Use these route types:
Default fallback rules:
Classify every loop by how much of it AI takes, which is set by where the human stays in the loop:
Mandate nothing structural: a loop needs no AI, no checkpoint, and no schedule unless the grilling shows it does. The operational vocabulary for a spec -- **trigger**, **checkpoint**, **push right**, **brief**, **tool access map**, **fallback route**, and **manual bridge** -- is defined in `references/vocabulary.md`; reach for it while grilling a loop.
State lives in the user's working directory, not in this skill:
Run these in order. Each ends on its completion criterion; do not advance until it is met.
1. **Ground in the user's world.** Read `NOTES.md`. If it is absent or thin, grill about role, daily and weekly work, tools, channels, terminology, data sensi
145 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
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI…
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or…
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions,…
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication,…
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs,…
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing…