Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
playwright-flow-recorder
Creates Playwright test scripts from natural language user flow descriptions. This skill should be used when generating E2E tests from scenarios, converting user stories to test code, recording user flows, creating test scripts from descriptions like "user signs up and creates project", or translating acceptance criteria into executable tests. Trigger terms include playwright test, e2e flow, user scenario, test from description, record flow, user journey, test script generation, acceptance test, behavior test, user story test.
majiayu000/claude-skill-registry 163
-
seo-llm-optimizer-tests
Test specifications for SEO & LLM Optimizer WordPress plugin. Use when testing the SEO & LLM Optimizer plugin, verifying Copy for AI functionality, or checking markdown/RAG export features.
majiayu000/claude-skill-registry 163
-
VN Content Creation
Creates visual novel dialogue content for Shadow Work including companion conversations, quest dialogues, NPC interactions, and environmental VN sequences with proper Yarn syntax and Chatterbox function integration. Use when the user asks to create dialogue, conversations, quest text, or VN sequences.
majiayu000/claude-skill-registry 163
-
calendar-governance
Use to enforce cadence rules, timezone coverage, and operational controls on social calendars.
majiayu000/claude-skill-registry 163
-
symfony:tdd-with-phpunit
Apply RED-GREEN-REFACTOR with PHPUnit for Symfony; use KernelTestCase, WebTestCase, and Foundry for comprehensive testing
majiayu000/claude-skill-registry 163
-
phpunit-fixer
Analyze existing PHPUnit test failure logs without running tests. Use when:
- User says "fix the test failures" (after manually running tests)
- User says "what tests are failing?"
- User points to specific log file
- Tests were run outside Claude's context
Delegates to fixer agent (sonnet) to find logs, parse failures, and implement fixes.
Does NOT execute tests - use phpunit-runner for that.
majiayu000/claude-skill-registry 163
-
prd-to-test
PRD(요구사항)를 분석하여 테스트 케이스를 도출합니다. TDD의 시작점으로, 구현 전에 테스트 시나리오를 정의합니다. Inside-Out TDD 접근법 적용.
majiayu000/claude-skill-registry 163
-
Ethical Hacking Methodology
This skill should be used when the user asks to "learn ethical hacking", "understand penetration testing lifecycle", "perform reconnaissance", "conduct security scanning", "exploit vulnerabilities", or "write penetration test reports". It provides comprehensive ethical hacking methodology and techniques.
majiayu000/claude-skill-registry 163
-
golang-code-review
Comprehensive Go code review skill for PR reviews, architecture assessment, and test quality analysis. Use when reviewing Go code to ensure adherence to Go best practices, security standards, and project-specific patterns. Applies to full PR reviews, single file/function reviews, architecture evaluation, and test code quality checks.
majiayu000/claude-skill-registry 163
-
component-creation
Comprehensive guide for creating React components in the squared package and squareone app. Use this skill when creating new components, setting up component structure, implementing CSS Modules styling, writing Storybook stories, or setting up component tests. Covers TypeScript patterns (type vs interface, no React.FC), CSS Modules with design tokens, compound component patterns, Storybook integration, and vitest testing.
majiayu000/claude-skill-registry 163
-
cloudflare-browser-rendering
Guide for implementing Cloudflare Browser Rendering - a headless browser automation API for screenshots, PDFs, web scraping, and testing. Use when automating browsers, taking screenshots, generating PDFs, scraping dynamic content, extracting structured data, or testing web applications. Supports REST API, Workers Bindings (Puppeteer/Playwright), MCP servers, and AI-powered automation. (project)
majiayu000/claude-skill-registry 163
-
react-native-testing
Generate and write tests for React Native applications using React Native Testing Library (RNTL), Jest, and userEvent. Use this skill when the user asks to write tests, create test files, add unit tests, add component tests, or generate test suites for React Native or Expo projects. Also use when working with .test.tsx files, jest.config.js, or when the user mentions testing React Native components, screens, hooks, or forms. Covers getByRole, getByText, getByLabelText queries, userEvent.press, userEvent.type interactions, waitFor, findBy async patterns, and toBeOnTheScreen matchers.
majiayu000/claude-skill-registry 163
-
agentuity-cli-cloud-storage-get
Show details about a specific storage bucket. Requires authentication. Use for Agentuity cloud platform operations
majiayu000/claude-skill-registry 163
-
retry-logic-helper
Retry Logic Helper - Auto-activating skill for API Integration.
Triggers on: retry logic helper, retry logic helper
Part of the API Integration skill category.
majiayu000/claude-skill-registry 163
-
anthropic-web-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
majiayu000/claude-skill-registry 163
-
managing-api-cache
Implement intelligent API response caching with Redis, Memcached, and CDN integration.
Use when optimizing API performance with caching.
Trigger with phrases like "add caching", "optimize API performance", or "implement cache layer".
majiayu000/claude-skill-registry 163
-
longevity-scholar
This skill should be used when users explicitly request academic papers, recent research, most cited research, or scholarly articles about longevity, aging, lifespan extension, or related topics. Triggers on phrases like "find papers on", "latest research about", "most cited studies on", or "academic literature about" in the context of longevity.
majiayu000/claude-skill-registry 163
-
automating-api-testing
Test automate API endpoint testing including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs.
Use when testing API contracts, validating OpenAPI specifications, or ensuring endpoint reliability.
Trigger with phrases like "test the API", "generate API tests", or "validate API contracts".
majiayu000/claude-skill-registry 163
-
performance-baseline-creator
Performance Baseline Creator - Auto-activating skill for Performance Testing.
Triggers on: performance baseline creator, performance baseline creator
Part of the Performance Testing skill category.
majiayu000/claude-skill-registry 163
-
local-clickhouse
Install, configure, and validate local ClickHouse for gapless-crypto-clickhouse development and backtesting. Use when setting up local development environment, enabling offline mode, improving query performance for backtesting, or running E2E validation. Includes mise/Homebrew/apt installation, mode detection, connection validation, and E2E workflow scripts.
majiayu000/claude-skill-registry 163
-
test-with-spanner
Run unit tests that require the Spanner emulator. Use this skill when the user wants to run tests in packages like satellite/metabase, satellite/metainfo, or any other tests that interact with Spanner. Automatically handles checking for and configuring the Spanner emulator environment.
majiayu000/claude-skill-registry 163
-
url-analysis
URL validation and contextual analysis specialist. Use when validating links, analyzing URL context, extracting links from content, or ensuring link appropriateness. Combines technical validation with content analysis.
majiayu000/claude-skill-registry 163
-
quality-validation
Systematic validation methodology for ResearchPacks and Implementation Plans. Provides scoring rubrics and quality gates to ensure outputs meet standards before proceeding to next phase. Prevents garbage-in-garbage-out scenarios.
majiayu000/claude-skill-registry 163
-
infra-tdd
인프라 계층(JpaEntity, Adapter, Repository) TDD 개발 지침. Red-Green-Refactor 사이클을 통해 테스트 주도 개발을 수행합니다. 실제 DB(Testcontainer)를 사용하며 Mocking하지 않습니다.
majiayu000/claude-skill-registry 163