How this skill is triggered — by the user, by Claude, or both
Slash command
/optimal-cli:board-viewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Shows all tasks for a project grouped by status column. Use this to check what work is queued, in progress, or completed.
Shows all tasks for a project grouped by status column. Use this to check what work is queued, in progress, or completed.
optimal-cli-refactorlib/board/index.ts::listTasks(projectSlug) to fetch all tasksMarkdown table grouped by status:
| Status | P | Title | Agent | Skill |
|---|---|---|---|---|
| in_progress | 1 | Upload R1 data | claude-code | /upload-r1 |
| backlog | 2 | Extract KPI skills | — | — |
Requires: OPTIMAL_SUPABASE_URL, OPTIMAL_SUPABASE_SERVICE_KEY
npx claudepluginhub clenisa/optimal-cli --plugin optimal-cliProvides 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.