slashwhy/super-todo

5Stars on the repository
49Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

slashwhy/super-todo

Skill Claude CodeCodex

Implementation plans, README updates, and architectural decisions. Use when planning features or documenting high-level changes.

5 5d ago A 25 tokens

backend-routes

02

slashwhy/super-todo

Skill Claude CodeCodex

Express route handlers with Prisma ORM, async error handling, and security patterns. Use when creating API endpoints, handling requests, or implementing CRUD operations.

5 5d ago A 33 tokens

code-documentation

03

slashwhy/super-todo

Skill Claude CodeCodex

TSDoc and inline comment patterns. Use when documenting exported functions, Vue components, or complex logic that needs explanation.

5 5d ago A 28 tokens

e2e-testing

04

slashwhy/super-todo

Skill Claude CodeCodex

Playwright E2E testing with Page Objects, API mocking, and Chrome DevTools. Use when writing end-to-end tests, testing user flows, or debugging UI behavior.

5 5d ago A 40 tokens

slashwhy/super-todo

Skill Claude CodeCodex

Generate an Express route handler with Prisma queries, explicit field whitelisting, try/catch error handling, and proper HTTP status codes.

5 5d ago A 32 tokens

generate-component

06

slashwhy/super-todo

Skill Claude CodeCodex

Generate a Vue 3 component with script setup, TypeScript props/emits, scoped styles using CSS variables, and data-testid attributes.

5 5d ago A 30 tokens

generate-e2e-test

07

slashwhy/super-todo

Skill Claude CodeCodex

Generate a Playwright E2E test file with Page Object pattern for a specific user flow.

5 5d ago A 25 tokens

slashwhy/super-todo

Skill Claude CodeCodex

Generate a Pinia store using Setup Store syntax with TypeScript, async actions, error/loading state, and a $reset() method.

5 5d ago A 32 tokens

generate-unit-test

09

slashwhy/super-todo

Skill Claude CodeCodex

Generate a Vitest unit test file for a specific Vue component or Express route with mocking, fixtures, and edge cases.

5 5d ago A 28 tokens

implement

10

slashwhy/super-todo

Skill Claude CodeCodex

Implement a feature step by step from PLAN.md (created by /specify or Plan mode). Confirms before each major step. Follows project conventions from AGENTS.md and layer-specific CLAUDE.md files.

5 5d ago A 45 tokens

mentor

11

slashwhy/super-todo

Skill Claude CodeCodex

Socratic mentoring — learn through guided questions rather than direct answers. Builds deep understanding of concepts, patterns, and design decisions in this codebase.

5 5d ago A 31 tokens

onboard

12

slashwhy/super-todo

Skill Claude CodeCodex

Project orientation guide. Walk through the codebase architecture, conventions, agent/skill system, and get oriented as a new contributor. Adapts to your experience level.

5 5d ago A 37 tokens

pinia-stores

13

slashwhy/super-todo

Skill Claude CodeCodex

Pinia store patterns using Setup Store syntax with TypeScript. Use when creating stores, managing global state, or implementing actions and getters.

5 5d ago A 32 tokens

prisma-database

14

slashwhy/super-todo

Skill Claude CodeCodex

Prisma schema conventions, migrations, seeding, and query patterns. Use when modifying database schema, creating migrations, or writing complex queries.

5 5d ago A 33 tokens

security-review

15

slashwhy/super-todo

Skill Claude CodeCodex

Perform a read-only security review of specified files or a feature. Reports findings by severity (CRITICAL/HIGH/MEDIUM/LOW) using OWASP Top 10 adapted for this Vue 3 + Express + Prisma stack.

5 5d ago E 49 tokens

specify

16

slashwhy/super-todo

Skill Claude CodeCodex

Create a detailed implementation plan from a feature description, Jira ticket ID, or Figma design. Resolves all open questions before handing off to /implement. Saves the plan to PLAN.md.

5 5d ago A 41 tokens

styling

17

slashwhy/super-todo

Skill Claude CodeCodex

CSS variables, BEM naming, spacing scale, and responsive patterns. Use when styling components, applying design tokens, or implementing responsive layouts.

5 5d ago A 31 tokens

test-e2e

18

slashwhy/super-todo

Skill Claude CodeCodex

Write Playwright end-to-end tests using the Page Object pattern. Maps user flows to acceptance criteria. Uses data-testid selectors and waits for network idle.

5 5d ago A 35 tokens

test-unit

19

slashwhy/super-todo

Skill Claude CodeCodex

Write Vitest unit tests for a Vue component or Express route. Covers happy paths, error cases, and edge cases using project testing patterns.

5 5d ago A 31 tokens

unit-testing

20

slashwhy/super-todo

Skill Claude CodeCodex

Vitest testing patterns for Vue components and Express routes. Use when writing unit tests, integration tests, mocking dependencies, or testing async code.

5 5d ago A 31 tokens

vue-components

21

slashwhy/super-todo

Skill Claude CodeCodex

Vue 3 component patterns with Composition API, TypeScript, and project conventions. Use when creating Vue components, handling props, emits, slots, or component lifecycle.

5 5d ago A 36 tokens

vue-composables

22

slashwhy/super-todo

Skill Claude CodeCodex

Vue 3 composable patterns with reactive state, lifecycle hooks, and cleanup. Use when creating reusable logic, managing shared state, or implementing custom hooks.

5 5d ago A 36 tokens