Browse Skills
9063 skills found
mobile-devops.md
0
1
export
mobile-devops
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive mobile DevOps workflow that orchestrates mobile application development, CI/CD for mobile, app store deployment, and mobile device testing. Handles everything from mobile app build automation and testing to app store submission, monitoring, and mobile-specific DevOps practices.
2026-01-05
testing-strategy.md
0
1
export
testing-strategy
2
from
"jagreehal/jagreehal-claude-skills"
from
"jagreehal/jagreehal-claude-skills"
3
Test pyramid approach with unit, integration, and load tests. DI enables testability. Use vitest-mock-extended for typed mocks.
2026-01-05
refactoring-safely.md
0
1
export
refactoring-safely
2
from
"barrydobson/dotfiles_extra"
from
"barrydobson/dotfiles_extra"
3
Refactor with tests first, one change at a time, never mix refactoring with bug fixes or new features
2026-01-05
codex-test-skill.md
0
1
export
codex-test-skill
2
from
"cortesi/skills"
from
"cortesi/skills"
3
A test local skill for Codex. Use when testing Codex-specific local skills.
2026-01-05
component-test-planner.md
0
1
export
component-test-planner
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
指定されたコンポーネントのテストを設計する。
2026-01-05
playwright-e2e-testing.md
0
1
export
playwright-e2e-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write end-to-end tests with Playwright for web applications. Includes fixtures, page objects, test templates, visual regression testing, and accessibility audits.
2026-01-05
jelly-playwright.md
0
1
export
jelly-playwright
2
from
"dev-jelly/jelly-dotclaude"
from
"dev-jelly/jelly-dotclaude"
3
Playwright 기반 브라우저 자동화 및 E2E 테스트 스킬. CLI 명령어와 재사용 가능한 스크립트로 브라우저 작업 수행. 스크린샷 캡처, 웹 스크래핑, 폼 자동화, E2E 테스트 지원.
2026-01-05
python-expert.md
0
1
export
python-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use for Python development requiring async programming, type system expertise, testing patterns, or performance optimization.
2026-01-05
typo3-extension-upgrade.md
0
1
export
typo3-extension-upgrade
2
from
"netresearch/typo3-extension-upgrade-skill"
from
"netresearch/typo3-extension-upgrade-skill"
3
Agent Skill: Systematic TYPO3 extension upgrades to newer LTS versions. Covers Extension Scanner, Rector, Fractor, PHPStan, and testing. Use when upgrading extensions to newer TYPO3 versions or fixing compatibility issues. By Netresearch.
2026-01-05
td-portman.md
0
1
export
td-portman
2
from
"teradata-labs/claude-cookbooks"
from
"teradata-labs/claude-cookbooks"
3
Ljung-Box portmanteau tests for model diagnostics and residual analysis
2026-01-05
testing-test-writing.md
0
1
export
testing-test-writing
2
from
"overtimepog/AgentTheo"
from
"overtimepog/AgentTheo"
3
Write strategic, focused tests for critical user flows and core functionality using modern testing frameworks, focusing on behavior over implementation. Use this skill when creating test files, writing unit tests, integration tests, or end-to-end tests in test directories (tests/, __tests__, spec/, *.test.js, *.spec.py). Apply this skill when testing core user workflows and business-critical features, implementing test-driven development (TDD) with red-green-refactor cycles, mocking external dependencies for isolated unit tests, using clear descriptive test names that explain expected behavior, following arrange-act-assert patterns, and ensuring tests run fast and independently. This skill prioritizes testing what matters most (primary user flows) while deferring edge cases and non-critical paths until later, emphasizes behavior testing over implementation details to reduce brittleness, and uses modern frameworks like Jest, Playwright, Cypress, pytest, RSpec, or Testing Library for reliable, maintainable test
2026-01-05
golang-testing-strategies.md
0
1
export
golang-testing-strategies
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration. Use when writing test suites, setting up testing infrastructure, or ensuring code quality.
2026-01-05
test-file-management.md
0
1
export
test-file-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Permanent vs temporary test organization and immutable contract philosophy. Use when creating, modifying, or reviewing tests.
2026-01-05
flutter-testing.md
0
1
export
flutter-testing
2
from
"abhishekbrt/GlowState"
from
"abhishekbrt/GlowState"
3
Flutter testing patterns with mocktail. Covers unit testing, widget testing, and BLoC/Cubit testing. Use when writing tests or setting up test infrastructure.
2026-01-05
testing-agent.md
0
1
export
testing-agent
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Testing and quality validation for Flutter code.USE WHEN: creating tests, verifying coverage, running E2E tests,validating code quality, checking test coverage thresholds.Minimum coverage: 80% overall, 95% services, 70% widgets.Examples:<example>Context: The user implemented a new feature.user: "I've just implemented the new itinerary creation service"assistant: "I'll use testing-agent to generate comprehensive tests and ensure quality."<commentary>New code needs testing - use testing-agent.</commentary></example><example>Context: The user wants to run E2E tests.user: "Run the E2E tests to validate the login flow"assistant: "I'll use testing-agent to execute E2E tests with MCP Chrome DevTools."<commentary>E2E testing is a testing-agent responsibility.</commentary></example>
2026-01-05
moai-system-universal.md
0
1
export
moai-system-universal
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
The ultimate unified development skill combining 25+ programming languages, 9+ BaaS providers, 6+ development functions, and 15+ security capabilities with AI orchestration, Context7 integration, enterprise compliance, and end-to-end project automation
2026-01-05
global-conventions.md
0
1
export
global-conventions
2
from
"89jobrien/mcp-joecc"
from
"89jobrien/mcp-joecc"
3
Follow team development conventions for project structure, version control, and collaboration. Use this skill when organizing files and directories, writing commit messages, or setting up pull requests. When managing environment variables, dependencies, or configuration files. When establishing code review processes, testing requirements, or changelog practices. When using feature flags for incomplete features.
2026-01-05
developing-claude-code-plugins.md
0
1
export
developing-claude-code-plugins
2
from
"mikekelly/developing-claude-code-plugins"
from
"mikekelly/developing-claude-code-plugins"
3
Build, test, and distribute Claude Code plugins with slash commands, agents, skills, hooks, MCP servers, and LSP servers. MUST be loaded when creating, reviewing, debugging, or distributing plugins. Use PROACTIVELY when user mentions plugins, extensions, marketplaces, or wants to add custom commands/agents to Claude Code.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"48Nauts-Operator/opencode-baseline"
from
"48Nauts-Operator/opencode-baseline"
3
Systematic code review checklist for quality and security
2026-01-05
neon-database.md
0
1
export
neon-database
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when working with Neon serverless PostgreSQL database. Covers database setup, CLI commands, Drizzle ORM integration, schema migrations, connection pooling, and user data storage patterns for authentication and chat history.
2026-01-05
graph-algorithms.md
0
1
export
graph-algorithms
2
from
"pluginagentmarketplace/custom-plugin-data-structures-algorithms"
from
"pluginagentmarketplace/custom-plugin-data-structures-algorithms"
3
Essential graph algorithms including DFS, BFS, Dijkstra shortest path, and Union-Find with ready-to-use implementations.
2026-01-05
property-based-testing.md
0
1
export
property-based-testing
2
from
"rubrical-studios/process-docs"
from
"rubrical-studios/process-docs"
3
Guide developers through property-based testing including property definition, shrinking, and framework-specific implementation
2026-01-05
cui-javascript-unit-testing.md
0
1
export
cui-javascript-unit-testing
2
from
"cuioss/cui-llm-rules"
from
"cuioss/cui-llm-rules"
3
Jest unit testing standards covering configuration, test structure, testing patterns, and coverage requirements
2026-01-05
frontend-ui-integration.md
0
1
export
frontend-ui-integration
2
from
"brandongalang/mise-app"
from
"brandongalang/mise-app"
3
Implement or extend a user-facing workflow in a web application, integrating with existing backend APIs. Use when the feature is primarily a UI/UX change backed by existing APIs, affects only the web frontend, and requires following design system, routing, and testing conventions.
2026-01-05