CtrlK
BlogDocsLog inGet started
Tessl Logo

claude-code-showcase

github.com/ChrisWiles/claude-code-showcase

SkillAddedReview
testing-patterns

.claude/skills/testing-patterns/SKILL.md

Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.

68

systematic-debugging

.claude/skills/systematic-debugging/SKILL.md

Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.

72

react-ui-patterns

.claude/skills/react-ui-patterns/SKILL.md

Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.

58

graphql-schema

.claude/skills/graphql-schema/SKILL.md

GraphQL queries, mutations, and code generation patterns. Use when creating GraphQL operations, working with Apollo Client, or generating types.

73

formik-patterns

.claude/skills/formik-patterns/SKILL.md

Formik form handling with validation patterns. Use when building forms, implementing validation, or handling form submission.

74

core-components

.claude/skills/core-components/SKILL.md

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

67