Browse Skills

9063 skills found

test-driven-development.md
1
1 export test-driven-development
2 samjhecht from "samjhecht/wrangler"
3 Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
tg-deployment.md
1
1 export tg-deployment
2 charlesmsiegel from "charlesmsiegel/tg"
3 Production deployment patterns for the World of Darkness Django application. Use when deploying to staging/production, configuring security settings, setting up Redis cache, planning database migrations, or preparing rollback procedures. Triggers on deployment tasks, production configuration, security hardening, or environment-specific settings.
2026-01-05
latex-manuscript.md
1
1 export latex-manuscript
2 chc273 from "chc273/claude-automation"
3 Write publication-ready LaTeX research papers with citation integrity.Use this skill when:- Writing a research manuscript from notes/results/figures- Creating LaTeX documents for Nature, Science, IEEE, ACM, APS, ACS, Elsevier journals- Ensuring citation keys match bibliography entries- Building and packaging papers for submissionKey features:- Template-pluggable system (8+ publisher templates)- Citation integrity gate (prevents invented bib keys)- Asset audit (catches missing figures)- Build automation via latexmk- Submission packaging (flattening, zip)
2026-01-05
red-team-exploit-dev.md
1
1 export red-team-exploit-dev
2 starwreckntx from "starwreckntx/IRP__METHODOLOGIES-"
3 Develop exploit scenarios for security testing and vulnerability assessment.
2026-01-05
technical-implementation.md
1
1 export technical-implementation
2 leeovery from "leeovery/claude-technical-workflows"
3 Execute implementation plans using strict TDD workflow with quality gates. Fifth phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) Implementing a plan from docs/workflow/planning/{topic}.md, (2) User says 'implement', 'build', or 'code this' after planning, (3) Ad hoc coding that should follow TDD and quality standards, (4) Bug fixes or features benefiting from structured implementation. Writes tests first, implements to pass, commits frequently, stops for user approval between phases.
2026-01-05
refactor-test-safety-net.md
1
1 export refactor-test-safety-net
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [Code Quality] Establishes test coverage requirements before refactoring. Use to identify missing tests, create minimal safety net tests, and define verification strategy for behavior preservation.
2026-01-05
security-header-generator.md
1
1 export security-header-generator
2 Dexploarer from "Dexploarer/claudius-skills"
3 Generates security HTTP headers (CSP, HSTS, CORS, etc.) for web applications to prevent common attacks. Use when user asks to "add security headers", "setup CSP", "configure CORS", "secure headers", or "HSTS setup".
2026-01-05
injection-vulnerabilities-ai-generated-code.md
1
1 export injection-vulnerabilities-ai-generated-code
2 harperaa from "harperaa/secure-claude-skills"
3 Understand how AI generates SQL injection, command injection, and XSS vulnerabilities. Use this skill when you need to learn about injection attack patterns in AI code, see real-world examples of injection vulnerabilities, understand why AI generates insecure database queries, or recognize vulnerable code patterns. Triggers include "SQL injection AI", "command injection", "XSS vulnerabilities", "injection attacks", "AI database queries", "shell injection", "cross-site scripting AI code".
2026-01-05
vuln-patterns-languages.md
1
1 export vuln-patterns-languages
2 Zate from "Zate/cc-plugins"
3 Language-specific vulnerability detection patterns for JavaScript/TypeScript, Python, Go, Java, Ruby, and PHP. Provides regex patterns and grep commands for common security vulnerabilities.
2026-01-05
browser-testing-patterns.md
1
1 export browser-testing-patterns
2 tommymorgan from "tommymorgan/claude-plugins"
3 This skill should be used when performing browser-based exploratory testing of web applications, including functional testing, visual inspection, accessibility checks, and performance analysis. Triggers when testing web UIs, checking for browser bugs, validating WCAG compliance, or measuring Core Web Vitals.
2026-01-05
test-driven-development.md
1
1 export test-driven-development
2 krzemienski from "krzemienski/shannon-framework"
3 Use when implementing any feature or bugfix, before writing implementation code - write the test first using REAL systems (NO MOCKS), watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first and real system integration
2026-01-05
agentuity-cli-cloud-storage-create.md
1
1 export agentuity-cli-cloud-storage-create
2 agentuity from "agentuity/discord-help-agent"
3 Create a new storage resource. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
az-cli.md
1
1 export az-cli
2 lttr from "lttr/claude-marketplace"
3 This skill should be used when working with Azure DevOps from the command line. Trigger when user mentions az devops, az repos, az pipelines, az boards, or asks about managing PRs, work items, pipelines, or repositories in Azure DevOps. Also trigger for questions about Azure DevOps CLI setup, authentication, or querying work items.
2026-01-05
writing-skills.md
1
1 export writing-skills
2 totalaudiopromo from "totalaudiopromo/total-audio-platform"
3 Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
2026-01-05
tdd-red-phase.md
1
1 export tdd-red-phase
2 rubrical-studios from "rubrical-studios/gh-pmu"
3 Guide experienced developers through RED phase of TDD cycle - writing failing tests and verifying expected failures
2026-01-05
systematic-debugging-laravel.md
1
1 export systematic-debugging-laravel
2 iSerter from "iSerter/laravel-claude-agents"
3 Systematic debugging process for Laravel applications - ensures root cause investigation before attempting fixes. Use for any Laravel issue (test failures, bugs, unexpected behavior, performance problems).
2026-01-05
simulate-uat.md
1
1 export simulate-uat
2 oocx from "oocx/tfplan2md-uat"
3 Simulate the UAT workflow (create PR, comment, poll) on GitHub or Azure DevOps using a minimal test artifact and simulated fixes.
2026-01-05
express-api-development.md
1
1 export express-api-development
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master Express.js API development with middleware, routing, validation, authentication, and production best practices. Build scalable RESTful APIs with Express.
2026-01-05
gandalf-the-prompt.md
1
1 export gandalf-the-prompt
2 fotescodev from "fotescodev/portfolio"
3 Audits prompts and skills against Claude best practices. Finds clarity issues, structural problems, and enhancement opportunities. Provides fixes and grades.
2026-01-05
generate-demo-artifacts.md
1
1 export generate-demo-artifacts
2 oocx from "oocx/tfplan2md-uat"
3 Generate the comprehensive demo markdown artifacts from the current codebase. Use before UAT to ensure test artifacts reflect the latest code.
2026-01-05
vitest.md
1
1 export vitest
2 mcclowes from "mcclowes/omg"
3 Use when writing or configuring Vitest tests - assertions, mocking, coverage, and workspace-aware testing for TypeScript projects
2026-01-05
api-testing-patterns.md
1
1 export api-testing-patterns
2 tommymorgan from "tommymorgan/claude-plugins"
3 This skill should be used when performing exploratory testing of REST or GraphQL APIs, including endpoint discovery, request/response validation, authentication testing, and error handling checks. Triggers when testing APIs, validating OpenAPI specs, checking endpoint security, or verifying API responses.
2026-01-05
go-patterns.md
1
1 export go-patterns
2 Zate from "Zate/cc-plugins"
3 This skill should be used for Go idioms, error handling, goroutines, interfaces, and testing, golang, Go language, Go modules, Go concurrency
2026-01-05
mock-data-builder.md
1
1 export mock-data-builder
2 MaciWP from "MaciWP/CV_Astro"
3 Generate mock data for testing with Faker, MSW, factories. API mocking, test fixtures, seed data. Keywords - mock data, faker, msw, test fixtures, factory pattern, seed data, test data generation
2026-01-05