Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
generate-schema
Generate the conclaude-schema.json configuration schema file using src/bin/generate-schema.rs.
USE WHEN the configuration format changes, new config fields are added, or the schema needs to be updated for release or testing.
majiayu000/claude-skill-registry 163
-
mechinterp-validation-suite
Run credibility checks on feature interpretations including split-half stability and shuffle null tests
majiayu000/claude-skill-registry 163
-
python-test-strategy
Python unit testing patterns for pytest, including test file structure, fixtures, mocks, and coverage strategy. Use when asked to write tests (unit/integration) for any Python module, function, class, or method.
majiayu000/claude-skill-registry 163
-
golang-testing
GoLang testing guidelines
majiayu000/claude-skill-registry 163
-
testing-best-practices
Testing methodologies, patterns, and best practices for unit, integration, and E2E tests. (project)
majiayu000/claude-skill-registry 163
-
memory-integration
Use to maintain context across sessions - integrates episodic-memory for conversation recall and mcp__memory knowledge graph for persistent facts
majiayu000/claude-skill-registry 163
-
debug
Investigate and fix a bug systematically
majiayu000/claude-skill-registry 163
-
requirements-gathering
Use during Phase 2 of spec creation to gather detailed requirements through one-question-at-a-time dialogue - analyzes product context, asks targeted questions, requests visual assets, identifies reusability opportunities, and documents all findings
majiayu000/claude-skill-registry 163
-
supabase-incident-runbook
Execute Supabase incident response procedures with triage, mitigation, and postmortem.
Use when responding to Supabase-related outages, investigating errors,
or running post-incident reviews for Supabase integration failures.
Trigger with phrases like "supabase incident", "supabase outage",
"supabase down", "supabase on-call", "supabase emergency", "supabase broken".
majiayu000/claude-skill-registry 163
-
api-response-mocker
Generate realistic mock API responses with fake data. Use for testing, prototyping, or creating sample data for frontend development.
majiayu000/claude-skill-registry 163
-
finding-files
Performs fast file discovery with parallel search and smart defaults. Use this skill when searching for files by name, pattern, or type, especially when performance matters or when working with large directories
majiayu000/claude-skill-registry 163
-
corpus-investigation
Systematically investigate large corpus sections (100GB+) using stratified sampling, pattern recognition, and computational verification. Produces comprehensive section analyses with metadata schemas, chunking strategies, and RAG integration recommendations. Use when analyzing large datasets, investigating archive structures, studying corpus organization, conducting investigation and study tasks, or documenting dataset characteristics for RAG pipeline design.
majiayu000/claude-skill-registry 163
-
reviewing-testability
TypeScript/Reactアプリケーション向けテスト可能なコード設計パターン。 トリガー: テスタビリティ, testability, テスト可能, テストしやすい, モック, mock, 純粋関数, pure function, 依存性注入, dependency injection, DI, 副作用, side effect, 副作用分離, テスト困難, hard to test.
majiayu000/claude-skill-registry 163
-
bun-test
Bunを用いたテストを作成・編集します。テストを作成する際、ファイル「*.test.ts」を編集する際に呼び出します。
majiayu000/claude-skill-registry 163
-
run-unit-tests
Provides instructions to run the unit tests for project in a consistent and cost efficient way
majiayu000/claude-skill-registry 163
-
running-integration-tests
Execute integration tests validating component interactions and system integration.
Use when performing specialized testing.
Trigger with phrases like "run integration tests", "test integration", or "validate component interactions".
majiayu000/claude-skill-registry 163
-
integration-testing-http
Run and extend the end-to-end HTTP integration tests (SQLite in-memory) for mjr.wtf, covering auth, create/list/delete, redirects, and analytics. Use when changing handlers, middleware, or API contracts.
majiayu000/claude-skill-registry 163
-
WritingPlans
Creates comprehensive implementation plans with bite-sized tasks before touching code. USE WHEN user wants detailed implementation plan OR has spec/requirements for multi-step task OR needs to break down complex feature OR before starting significant coding work. Documents file paths, code examples, testing, and verification steps assuming engineer has minimal codebase context.
majiayu000/claude-skill-registry 163
-
nextjs-15-specialist
Use when working with Next.js 15 features, App Router, Server Components, Server Actions, or data fetching patterns. Ensures correct usage of Server vs Client Components and modern Next.js patterns.
majiayu000/claude-skill-registry 163
-
sentry-deploy-integration
Track deployments and releases in Sentry.
Use when configuring deployment tracking, release health,
or connecting deployments to error data.
Trigger with phrases like "sentry deploy tracking", "sentry release health",
"track deployments sentry", "sentry deployment notification".
majiayu000/claude-skill-registry 163
-
throughput-calculator
Throughput Calculator - Auto-activating skill for Performance Testing.
Triggers on: throughput calculator, throughput calculator
Part of the Performance Testing skill category.
majiayu000/claude-skill-registry 163
-
moai-baas-firebase-ext
Enterprise Firebase Platform with AI-powered Google Cloud integration, Context7 integration, and intelligent Firebase orchestration for scalable mobile and web applications
majiayu000/claude-skill-registry 163
-
bdd-patterns
Use when applying Behavior-Driven Development patterns including Given-When-Then structure, feature files, and acceptance criteria. Use when writing BDD-style tests and specifications.
majiayu000/claude-skill-registry 163
-
jest-react-testing
Comprehensive React component testing with Jest and React Testing Library covering configuration, mocking strategies, async testing patterns, hooks testing, and integration testing best practices
majiayu000/claude-skill-registry 163