Browse Skills
9063 skills found
wordpress-security-patterns.md
0
1
export
wordpress-security-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
WordPress security best practices and vulnerability prevention patterns. Use when reviewing WordPress code for security issues, writing secure WordPress code, or checking for common vulnerabilities like SQL injection, XSS, CSRF, and authentication issues.
2026-01-05
python-test-strategy.md
0
1
export
python-test-strategy
2
from
"MacHu-GWU/sanhe-claude-code-plugins"
from
"MacHu-GWU/sanhe-claude-code-plugins"
3
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.
2026-01-05
backend.md
0
1
export
backend
2
from
"tidemann/st44-home"
from
"tidemann/st44-home"
3
Fastify Node.js expert for .ts API files, REST endpoints, routes, middleware, handlers, PostgreSQL, SQL queries, pg.Pool, Zod schemas, validation, authentication, authorization, async/await, database connections, camelCase, type safety, error handling
2026-01-05
emit.md
0
1
export
emit
2
from
"greenhat/dotfiles"
from
"greenhat/dotfiles"
3
Use when working on the Miden compiler (`cargo miden`, `cargo-miden`) and its integration test suite, debugging compiler issues or failing tests, or implementing compiler changes and you need to inspect intermediate artifacts. Covers `MIDENC_EMIT` (the environment-variable equivalent of `--emit`) for emitting WAT/HIR/MASM (and related outputs), plus `MIDENC_EMIT_MACRO_EXPAND` for dumping macro-expanded Rust via `cargo expand` for integration-test fixtures.
2026-01-05
postgresql-rails-analyzer.md
0
1
export
postgresql-rails-analyzer
2
from
"el-feo/ai-context"
from
"el-feo/ai-context"
3
Comprehensive PostgreSQL configuration and usage analysis for Rails applications. Use when Claude Code needs to analyze a Rails codebase for database performance issues, optimization opportunities, or best practice violations. Detects N+1 queries, missing indexes, suboptimal database configurations, anti-patterns, and provides actionable recommendations. Ideal for performance audits, optimization tasks, or when users ask to "analyze the database", "check for N+1 queries", "optimize PostgreSQL", "review database performance", or "suggest database improvements".
2026-01-05
audit-sax.md
0
1
export
audit-sax
2
from
"semicolon-devteam/semo-meta"
from
"semicolon-devteam/semo-meta"
3
전체 SEMO 패키지 통합 품질 감사. Use when (1) 전체 패키지 품질 점검, (2) Agent/Skill/Command 표준 준수 검토, (3) 비효율적 구조 탐지, (4) 정기 감사 수행.
2026-01-05
testing-skills-with-subagents.md
0
1
export
testing-skills-with-subagents
2
from
"arturas-bes/kainuguru-api"
from
"arturas-bes/kainuguru-api"
3
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
2026-01-05
docker-best-practices.md
0
1
export
docker-best-practices
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create optimized Dockerfiles with multi-stage builds, security hardening, layer caching, and health checks. Includes docker-compose patterns for development and production environments.
2026-01-05
github-release-manager.md
0
1
export
github-release-manager
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
Automated release coordination and deployment with swarm orchestration for seamless version management, testing, and deployment across multiple packages. Use for release pipelines, version coordination, deployment orchestration, and release documentation.
2026-01-05
global-conventions.md
0
1
export
global-conventions
2
from
"DevanB/lucidlog"
from
"DevanB/lucidlog"
3
Follow consistent project structure, version control practices, environment configuration, code review processes, and development conventions across the entire application. Use this skill when organizing project files and directories, when writing commit messages or creating pull requests, when managing environment variables and configuration, when participating in code reviews, when defining testing requirements, when using feature flags, when maintaining changelogs, when documenting setup instructions, or when establishing consistent development practices across the team.
2026-01-05
vanilla-rails-testing.md
0
1
export
vanilla-rails-testing
2
from
"ZempTime/zemptime-marketplace"
from
"ZempTime/zemptime-marketplace"
3
Use when writing Rails tests - enforces fixtures-only, integration-style controller tests, Current context setup, simple naming, and Minitest syntax
2026-01-05
keycloak-fastapi-integration.md
0
1
export
keycloak-fastapi-integration
2
from
"Lobbi-Docs/claude"
from
"Lobbi-Docs/claude"
3
This skill should be used when the user asks to "add Keycloak authentication", "implement OIDC", "configure SSO", "validate JWT token", "add role-based access", "protect API endpoint", or mentions Keycloak, OAuth2, OpenID Connect, identity provider, or authentication in FastAPI. Provides Keycloak/OIDC integration patterns.
2026-01-05
controls-extractor.md
0
1
export
controls-extractor
2
from
"euCann/OSCAL-GRC-SKILLS"
from
"euCann/OSCAL-GRC-SKILLS"
3
Extract and analyze security controls from OSCAL catalogs, profiles, and SSPs. Use this skill to get detailed information about control hierarchies, statements, parameters, and implementation status for compliance analysis.
2026-01-05
test-driven-development.md
0
1
export
test-driven-development
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
Test-Driven Development workflows including red-green-refactor cycle, test-first implementation, outside-in vs inside-out testing, TDD for debugging, and TDD for refactoring. Use when implementing new features, refactoring existing code, using tests to drive design, or debugging with failing tests.
2026-01-05
spec-test-driven-development.md
0
1
export
spec-test-driven-development
2
from
"craigtkhill/atui-tools"
from
"craigtkhill/atui-tools"
3
Specification-Test-Driven Development workflow - write spec first, then tests, then implementation - uses specification and test-driven-development skills
2026-01-05
firebase-integration.md
0
1
export
firebase-integration
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Firebase integration for authentication, Firestore database, and real-time data synchronization. Use when working with Firebase services in the LiveMetro app.
2026-01-05
check-performance.md
0
1
export
check-performance
2
from
"leobrival/serum-plugins-official"
from
"leobrival/serum-plugins-official"
3
Analyze performance-related HTML issues on web pages. Use when users ask to check page performance, audit resource loading, verify lazy loading, check preload hints, or analyze render-blocking resources. Detects missing optimizations, large resources, render-blocking issues, and Core Web Vitals problems.
2026-01-05
pr-review.md
0
1
export
pr-review
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive PR review for oc (OpenShift CLI). Runs build, tests, and linting, then applies Go style improvements and provides detailed code review feedback.
2026-01-05
test-parser-jdk.md
0
1
export
test-parser-jdk
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Test the Java parser by parsing JDK source files and fixing parse errors. Use when asked to find/fix parse errors, test the parser, or improve JDK compatibility.
2026-01-05
github-operations.md
0
1
export
github-operations
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage GitHub Wiki, issues, and repository operations with memory-bank integration, business model validation, and SSH authentication. Automatically loads business context, applies documented lessons learned, and prevents common errors through validation automation.
2026-01-05
verify.md
0
1
export
verify
2
from
"clearclown/claude-code-aida"
from
"clearclown/claude-code-aida"
3
検証スキル群。テスト実行、型チェック、ビルド検証を担当。Use when: test execution, type checking, build verification,テスト, 検証, ビルド確認, CI/CD validation.
2026-01-05
api-documentation.md
0
1
export
api-documentation
2
from
"pluginagentmarketplace/custom-plugin-technical-writer"
from
"pluginagentmarketplace/custom-plugin-technical-writer"
3
Master API documentation creation including OpenAPI/Swagger specifications, REST endpoint documentation, authentication flows, and error handling guides. Use this skill when documenting APIs, creating endpoint specifications, or writing API reference guides.
2026-01-05
auditing-dependencies.md
0
1
export
auditing-dependencies
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Auditing and updating npm dependencies to prevent security vulnerabilities in TypeScript projects
2026-01-05
hello-world.md
0
1
export
hello-world
2
from
"andreamk/ipsum-claude-marketplace"
from
"andreamk/ipsum-claude-marketplace"
3
A simple greeting skill to test the ipsum marketplace
2026-01-05