From luca-toolkit
Generate 10 high-leverage tasks the user would never do manually because the time cost isn't worth it, each with a concrete Claude Code playbook. Use when the user asks for task ideas, wants to find leverage in their workflow, asks "what should I automate", or references the "10 tasks you'd skip" framing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/luca-toolkit:what-would-i-skipThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce 10 tasks that would meaningfully improve the user's project, that a typical person in their role would never do because the manual time isn't worth it, but that Claude Code can make tractable. For each, provide a concrete playbook grounded in this specific project's files and tools.
Produce 10 tasks that would meaningfully improve the user's project, that a typical person in their role would never do because the manual time isn't worth it, but that Claude Code can make tractable. For each, provide a concrete playbook grounded in this specific project's files and tools.
Before generating anything, gather context. Read in this order, stopping as soon as you have enough:
CLAUDE.md (project) and ~/.claude/CLAUDE.md (global) — role, style rules, conventions.MEMORY.md in the project's auto-memory directory — prior user preferences and feedback.git log --oneline -20 and ls of the project root — what kind of work is happening.docs/, wiki/, README.md, or equivalent knowledge base — the canonical source of truth.If the user passed $ARGUMENTS, treat it as a domain hint (e.g. "writing", "before defense", "infra", "pre-launch") and bias task selection accordingly.
If the project's purpose is genuinely unclear after the reads above, ask the user one short question before proceeding. Otherwise proceed silently.
Bias the mix toward these four archetypes (they are the highest-value ones):
Fill the remaining slots with tasks that fit the project. Good candidates: reproducibility packets, meeting/status auto-briefs, recurring digests, cross-repo diff reports, triage dashboards.
/schedule" or "loop via /loop" and give a cadence.End the response with a short "applies to all ten" section covering:
CLAUDE.md.Then ask which one or two to turn into slash commands under .claude/commands/. Do not implement until the user picks.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub lsailer/luca-claude-toolkit --plugin luca-toolkit