Browse Skills

9063 skills found

tg-migrations.md
1
1 export tg-migrations
2 charlesmsiegel from "charlesmsiegel/tg"
3 Django migration best practices for the World of Darkness application. Use when creating data migrations, handling schema changes with existing data, squashing old migrations, testing migrations in CI/CD, or planning multi-step migrations for breaking changes. Triggers on migration work, database schema changes, or data transformation tasks.
2026-01-05
test-design.md
1
1 export test-design
2 adolfoaranaes12 from "adolfoaranaes12/BMAD-ENHANCED"
3 Design comprehensive test strategies with risk-informed prioritization (P0/P1/P2), test levels (unit/integration/E2E), mock strategies, and CI/CD integration. Creates Given-When-Then scenarios for all acceptance criteria, develops mock strategies for external dependencies, and plans CI/CD execution stages. Use during task planning before implementation to ensure comprehensive test coverage.
2026-01-05
security-scan.md
1
1 export security-scan
2 takumi12311123 from "takumi12311123/dotfiles"
3 Perform comprehensive security analysis to identify vulnerabilities.Integrates with codex-review for automatic security checks.Covers OWASP Top 10, common vulnerabilities, and secure coding practices.Output: Japanese
2026-01-05
security-prompts-auth.md
1
1 export security-prompts-auth
2 harperaa from "harperaa/secure-claude-skills"
3 Authentication and authorization prompt templates for RBAC implementation, permissions systems, ownership verification, and authorization testing. Use when setting up roles, implementing access control, or testing authorization logic. Triggers include "RBAC", "role-based access", "permissions", "ownership", "authorization", "access control", "user roles", "auth testing".
2026-01-05
claude-code-memory.md
1
1 export claude-code-memory
2 jubalm from "jubalm/dotfiles"
3 Manage Claude Code project memory with auto-loaded constraints, quirks, decisions, and conventions. Capture project-specific knowledge through natural conversation, use inbox for uncertainties, and audit memory for quality and conflicts.
2026-01-05
api-integration.md
1
1 export api-integration
2 tatat from "tatat/agents-playground"
3 Connect to REST APIs, handle authentication, and process JSON responses
2026-01-05
slack-client-fundamentals.md
1
1 export slack-client-fundamentals
2 linehaul-ai from "linehaul-ai/linehaulai-claude-marketplace"
3 Foundation skill for Slack Go SDK. Use when setting up a new Slack bot, initializing the API client, choosing between Web API vs Socket Mode vs Events API, implementing error handling patterns, or establishing testing strategies for Slack applications.
2026-01-05
developing-python.md
1
1 export developing-python
2 sumik5 from "sumik5/dotfiles"
3 Guides modern Python project development. Use when pyproject.toml or requirements.txt is detected. Supports Python 3.13 + uv + ruff + mypy environment, FastAPI/FastMCP implementation, pytest, and Docker configuration.
2026-01-05
openapi-contract-validator.md
1
1 export openapi-contract-validator
2 MaciWP from "MaciWP/CV_Astro"
3 Validates Django REST Framework endpoints against OpenAPI specification. This skill should be used when implementing or modifying API endpoints to ensure request/response schemas, status codes, authentication, and parameters match the contract specification.
2026-01-05
feature-implementation.md
1
1 export feature-implementation
2 mesbahtanvir from "mesbahtanvir/ishkul"
3 Comprehensive checklist for implementing new features in Ishkul. Ensures all aspects are covered including frontend, backend, tests, E2E tests, infrastructure, and documentation. Use when starting work on a new feature or enhancement.
2026-01-05
run-tests.md
1
1 export run-tests
2 adolfoaranaes12 from "adolfoaranaes12/BMAD-ENHANCED"
3 Execute tests with coverage analysis using bmad-commands, identify coverage gaps, and suggest missing tests. This skill should be used for test execution and quality validation.
2026-01-05
six-thinking-hats.md
1
1 export six-thinking-hats
2 pacphi from "pacphi/ampel"
3 Apply Edward de Bono's Six Thinking Hats methodology to software testing for comprehensive quality analysis. Use when designing test strategies, conducting test retrospectives, analyzing test failures, evaluating testing approaches, or facilitating testing discussions. Each hat provides a distinct testing perspective: facts (White), risks (Black), benefits (Yellow), creativity (Green), emotions (Red), and process (Blue).
2026-01-05
mutation-testing.md
1
1 export mutation-testing
2 pacphi from "pacphi/ampel"
3 Test quality validation through mutation testing, assessing test suite effectiveness by introducing code mutations and measuring kill rate. Use when evaluating test quality, identifying weak tests, or proving tests actually catch bugs.
2026-01-05
cross-model-handoff-testing.md
1
1 export cross-model-handoff-testing
2 starwreckntx from "starwreckntx/IRP__METHODOLOGIES-"
3 Test cross-model context handoff integrity.
2026-01-05
trivy.md
1
1 export trivy
2 plinde from "plinde/claude-plugins"
3 This skill should be used when scanning container images, filesystems, or repositories for vulnerabilities using Trivy. Use for CVE detection, security analysis, vulnerability comparison across image versions, understanding scan output (severity levels, status fields), and batch scanning multiple images.
2026-01-05
api-development-patterns.md
1
1 export api-development-patterns
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 Comprehensive guide to building production-ready REST APIs in Rails with serialization, authentication, versioning, rate limiting, and testing. Trigger keywords: REST API, JSON, serialization, versioning, authentication, JWT, rate limiting, API controllers, request specs, API testing, endpoints, responses
2026-01-05
write-test.md
1
1 export write-test
2 semicolon-devteam from "semicolon-devteam/semo"
3 테스트 코드 작성 및 실행. Use when (1) "테스트 작성해줘",(2) "테스트 실행해줘", (3) 테스트 커버리지 확인.⚠️ QA 테스트 요청은 별도 스킬 사용:- Slack 알림 전송 → request-test
2026-01-05
securitythreat-model.md
1
1 export securitythreat-model
2 mgreenly from "mgreenly/ikigai"
3 Threat Modeling security skill
2026-01-05
coding-guidelines-verify.md
1
1 export coding-guidelines-verify
2 Nymbo from "Nymbo/Skills"
3 Verify changes follow nearest-scoped AGENTS.md rules: group changed files by nested scope, auto-fix formatting, run lint/tests, and report violations.
2026-01-05
mock-generator.md
1
1 export mock-generator
2 Dexploarer from "Dexploarer/claudius-skills"
3 Generates test mocks, stubs, and fixtures for testing (Jest, Vitest, pytest, etc.). Use when user asks to "create mock", "generate stub", "mock function", "test fixtures", or "mock API response".
2026-01-05
authentication-authorization-vulnerabilities-ai-code.md
1
1 export authentication-authorization-vulnerabilities-ai-code
2 harperaa from "harperaa/secure-claude-skills"
3 Understand authentication and authorization defects in AI-generated code including insecure password storage, broken session management, and access control bypasses. Use this skill when you need to learn about auth vulnerabilities in AI code, understand why AI suggests MD5/plaintext passwords, recognize broken session patterns, or identify access control gaps. Triggers include "auth vulnerabilities AI", "password storage AI", "session management", "broken access control", "authentication defects", "MD5 passwords", "session hijacking", "authorization bypass".
2026-01-05
state-management-architect.md
1
1 export state-management-architect
2 deve1993 from "deve1993/Quickfy-website"
3 Design and implement state management solutions using Context API, XState, Zustand, Jotai, and custom hooks with testing patterns and performance optimization
2026-01-05
security-scanning.md
1
1 export security-scanning
2 bobmatnyc from "bobmatnyc/terminator"
3 CI security scanning: secrets, deps, SAST, triage, expiring exceptions
2026-01-05
csrf-protection.md
1
1 export csrf-protection
2 harperaa from "harperaa/secure-claude-skills"
3 Implement Cross-Site Request Forgery (CSRF) protection for API routes. Use this skill when you need to protect POST/PUT/DELETE endpoints, implement token validation, prevent cross-site attacks, or secure form submissions. Triggers include "CSRF", "cross-site request forgery", "protect form", "token validation", "withCsrf", "CSRF token", "session fixation".
2026-01-05