Browse Skills
9063 skills found
code-refactoring-patterns.md
0
1
export
code-refactoring-patterns
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
When and how to refactor complex functions including complexity thresholds (50+ statements, 12+ branches), extraction patterns, guard clauses, and testing strategies. Use when ruff/pylint complexity warnings appear or code becomes hard to maintain.
2026-01-05
python-design-patterns.md
0
1
export
python-design-patterns
2
from
"WorldCentralKitchen/python-dev-framework"
from
"WorldCentralKitchen/python-dev-framework"
3
This skill should be used when the user asks about "design patterns", "SOLID principles", "factory pattern", "strategy pattern", "observer pattern", "composition vs inheritance", "Pythonic design", "singleton alternatives", "anti-patterns", "dependency injection", or needs guidance on applying Gang of Four patterns idiomatically in Python.
2026-01-05
mcp-builder-evaluation.md
0
1
export
mcp-builder-evaluation
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
MCP (Model Context Protocol) server evaluation guide for creating comprehensive test suites with read-only, independent questions
2026-01-05
module-extractor.md
0
1
export
module-extractor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Extract classes, functions, or code blocks from large modules into separate files. This skill should be used during refactoring to break up monolithic files while maintaining import compatibility and test coverage.
2026-01-05
bulletproof-react-auditor.md
0
1
export
bulletproof-react-auditor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use PROACTIVELY when users ask about React project structure, Bulletproof React patterns, or need architecture guidance. Covers structure setup, codebase auditing, anti-pattern detection, and feature-based migration planning. Triggers on "bulletproof react", "React structure help", "organize React app", or "audit my architecture".
2026-01-05
test-automation.md
0
1
export
test-automation
2
from
"zh1227/zh1227.github.io"
from
"zh1227/zh1227.github.io"
3
E2E测试自动化助手,专注于端到端测试,支持Playwright、Cypress等主流框架,生成页面对象模式(POM)脚本、可视化回归测试配置、CI集成方案,构建完整的自动化测试金字塔。
2026-01-05
sub-agent-creator.md
0
1
export
sub-agent-creator
2
from
"cskiro/claudex"
from
"cskiro/claudex"
3
Use PROACTIVELY when creating specialized Claude Code sub-agents for task delegation. Automates agent creation following Anthropic's official patterns with proper frontmatter, tool configuration, and system prompts. Generates domain-specific agents, proactive auto-triggering agents, and security-sensitive agents with limited tools. Not for modifying existing agents or general prompt engineering.
2026-01-05
react-native-storage-manager.md
0
1
export
react-native-storage-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Handles MMKV storage operations and data persistence patterns with encryption. Use when implementing data persistence, caching, or user preferences in Purrsuit Mobile App.
2026-01-05
cloudflare-browser-rendering.md
0
1
export
cloudflare-browser-rendering
2
from
"kienhaminh/speed-reader"
from
"kienhaminh/speed-reader"
3
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)
2026-01-05
opentofu-qa.md
0
1
export
opentofu-qa
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Quality assurance and testing toolkit for OpenTofu/Terraform infrastructure as code. Use this skill when reviewing, testing, or validating OpenTofu/Terraform configurations. This skill runs automated QA checks (tofu fmt, tofu validate, tflint, trivy) and validates code against client-specific conventions and best practices. Ideal for code review, pre-commit validation, and ensuring IaC quality standards.
2026-01-05
e2e-test-optimizer.md
0
1
export
e2e-test-optimizer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Optimizes Playwright E2E tests by removing waitForTimeout anti-patterns, implementing smart waits, and enabling test sharding for parallel execution. Use when tests timeout, CI execution exceeds limits, or test reliability issues occur.
2026-01-05
molecule-init.md
0
1
export
molecule-init
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Initialize Molecule testing framework for Ansible roles with Docker-based TDD setup. Use when creating new Ansible roles, setting up molecule scenarios, or when user asks to initialize molecule testing.
2026-01-05
openrewrite.md
0
1
export
openrewrite
2
from
"motlin/claude-code-plugins"
from
"motlin/claude-code-plugins"
3
OpenRewrite recipe development and test maintenance. Use when writing OpenRewrite recipes, fixing test failures, or working with import ordering in recipe tests.
2026-01-05
qa-workflow-manager.md
0
1
export
qa-workflow-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage QA test case workflows, status transitions, and verification checklists. Use when working with QA status states (Reviewing, DevError, ProdError, DevDone, ProdDone, Hold, Rejected, Duplicate), progress tracking (Waiting, Checking, Working, DevDeployed, ProdDeployed), activity logging, or test case management.
2026-01-05
prompt-injection-testing.md
0
1
export
prompt-injection-testing
2
from
"pluginagentmarketplace/custom-plugin-ai-red-teaming"
from
"pluginagentmarketplace/custom-plugin-ai-red-teaming"
3
Master prompt injection attacks, jailbreak techniques, input manipulation, and payload crafting. Use when testing LLM prompt vulnerability or designing attack scenarios.
2026-01-05
smalltalk-debugger.md
0
1
export
smalltalk-debugger
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Systematic debugging guide for Pharo Smalltalk development. Provides expertise in error diagnosis (MessageNotUnderstood, KeyNotFound, SubscriptOutOfBounds, AssertionFailure), incremental code execution with eval tool, intermediate value inspection, error handling patterns (on:do: blocks), stack trace analysis, UI debugger window detection (read_screen for hung operations), and debug-fix-reimport workflow. Use when encountering Pharo test failures, Smalltalk exceptions, unexpected behavior, timeout or non-responsive operations, need to verify intermediate values, execute code incrementally for diagnosis, or troubleshoot Tonel import errors.
2026-01-05
analyze.md
0
1
export
analyze
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Invoke IMMEDIATELY via python script when user requests codebase analysis, architecture review, security assessment, or quality evaluation. Do NOT explore first - the script orchestrates exploration.
2026-01-05
device-testing.md
0
1
export
device-testing
2
from
"jeffmichaeljohnson-tech/prayermap"
from
"jeffmichaeljohnson-tech/prayermap"
3
Expert in React Native testing strategies including unit tests with Jest, integration tests, E2E tests with Detox, component testing with React Native Testing Library, snapshot testing, mocking native modules, testing on simulators and real devices. Use for testing, jest, detox, e2e, unit test, integration test, component test, test runner, mock, snapshot test, testing library, react native testing library, test automation.
2026-01-05
godot-visual-bug-diagnosis.md
0
1
export
godot-visual-bug-diagnosis
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Debug visual and spatial bugs in Godot games through user observation, Godot-specific diagnosis, and test-driven fixes. Use when debugging visual or input issues in Godot where the user can observe the game but you cannot, when bugs involve rendering, positioning, animation, or coordinate systems, or when "what user sees" differs from expected behavior. For pure logic bugs use Systematic Debugging instead
2026-01-05
repomix.md
0
1
export
repomix
2
from
"wollfoo/amp"
from
"wollfoo/amp"
3
Package entire code repositories into single AI-friendly files using Repomix. Capabilities include pack codebases with customizable include/exclude patterns, generate multiple output formats (XML, Markdown, plain text), preserve file structure and context, optimize for AI consumption with token counting, filter by file types and directories, add custom headers and summaries. Use when packaging codebases for AI analysis, creating repository snapshots for LLM context, analyzing third-party libraries, preparing for security audits, generating documentation context, or evaluating unfamiliar codebases. | Sử dụng khi: đóng gói repo, pack codebase, context cho AI.
2026-01-05
my-skill.md
0
1
export
my-skill
2
from
"mandersogit/brynhild-harness"
from
"mandersogit/brynhild-harness"
3
A standalone test skill (not part of a plugin) - use for general skill testing
2026-01-05
github-repo-setup.md
0
1
export
github-repo-setup
2
from
"cskiro/claudex"
from
"cskiro/claudex"
3
Use PROACTIVELY when user needs to create a new GitHub repository or set up a project with best practices. Automates repository creation with four modes - quick public repos (~30s), enterprise-grade with security and CI/CD (~120s), open-source community standards (~90s), and private team collaboration with governance (~90s). Not for existing repo configuration or GitHub Actions workflow debugging.
2026-01-05
feature-verifier.md
0
1
export
feature-verifier
2
from
"pcortes/swarm-attack"
from
"pcortes/swarm-attack"
3
Analyze test failures and suggest fixes for Feature Swarm verification. Use when tests fail during the verification phase to diagnose root cause and determine if automatic recovery is possible.
2026-01-05
layer-03-security.md
0
1
export
layer-03-security
2
from
"tinkermonkey/documentation_robotics"
from
"tinkermonkey/documentation_robotics"
3
Expert knowledge for Security Layer modeling in Documentation Robotics
2026-01-05