slashwhy

49 mods across 1 repository, 5 stars between them.

feature-tester

01

slashwhy/super-todo

Agent Claude Code

Feature QA tester that validates the running app in a real browser. Tests user-visible behavior, not code. Use after implementing a feature to confirm it works end-to-end in the real application.

5 4d ago A 42 tokens

implement

02

slashwhy/super-todo

Agent Claude Code

Full-stack implementation specialist. Executes implementation plans from PLAN.md step by step with user confirmation between major steps. Use after the specify agent has created a plan, or for direct feature implementation with a clear description.

5 4d ago A 43 tokens

mentor

03

slashwhy/super-todo

Agent Claude Code

Socratic engineering mentor that teaches through guided questions rather than direct answers. Builds deep understanding of concepts, patterns, and design decisions. Use when you want to learn why something works the way it does, not just get a quick answer.

5 4d ago A 49 tokens

onboarding

04

slashwhy/super-todo

Agent Claude Code

Project orientation guide for new contributors. Walks through the codebase structure, architecture, conventions, and the AI agent system. Use when joining the project for the first time or exploring a new area.

5 4d ago A 43 tokens

specify

05

slashwhy/super-todo

Agent Claude Code

Planning and validation specialist. Creates implementation plans from feature descriptions, Jira ticket IDs, or Figma designs. Resolves all open questions before handing off to the implement agent. Use when planning a new feature or validating an existing implementation.

5 4d ago A 49 tokens

test-e2e

06

slashwhy/super-todo

Agent Claude Code

End-to-end testing specialist using Playwright. Writes E2E tests with the Page Object pattern. Validates user flows against acceptance criteria. Use after implementing a feature to add E2E coverage.

5 4d ago A 45 tokens

test-unit

07

slashwhy/super-todo

Agent Claude Code

Unit and integration testing specialist. Writes Vitest tests for Vue components (Vue Test Utils) and Express routes (Supertest). Use after implementing a feature to add unit test coverage.

5 4d ago A 39 tokens

PreToolUse

08

slashwhy/super-todo

Hook Claude Code

Runs before the agent uses a tool for Bash, Write, Edit and MultiEdit tool calls, executing safety-guard.sh via bash (2 commands). From slashwhy/super-todo.

5 4d ago A tokens not measured

PostToolUse

09

slashwhy/super-todo

Hook Claude Code

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing auto-format.sh via bash. From slashwhy/super-todo.

5 4d ago A tokens not measured

super-todo

10

slashwhy/super-todo

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 18 allowed tools.

5 4d ago C tokens not measured

slashwhy/super-todo

Skill Claude CodeCodex

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

5 4d ago A 25 tokens

backend-routes

12

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 4d ago A 33 tokens

code-documentation

13

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 4d ago A 28 tokens

e2e-testing

14

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 4d 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 4d ago A 32 tokens

generate-component

16

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 4d ago A 30 tokens

generate-e2e-test

17

slashwhy/super-todo

Skill Claude CodeCodex

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

5 4d 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 4d ago A 32 tokens

generate-unit-test

19

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 4d ago A 28 tokens

implement

20

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 4d ago A 45 tokens

mentor

21

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 4d ago A 31 tokens

onboard

22

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 4d ago A 37 tokens

pinia-stores

23

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 4d ago A 32 tokens

prisma-database

24

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 4d ago A 33 tokens