Browse Skills
9063 skills found
github-secrets-setup.md
0
1
export
github-secrets-setup
2
from
"CodeTonight-SA/claude-optim"
from
"CodeTonight-SA/claude-optim"
3
Securely upload GitHub Actions secrets via gh CLI. Stdin pipe (preferred) or temp script fallback. NEVER commits secrets.
2026-01-05
docs-test-review.md
0
1
export
docs-test-review
2
from
"DaichiHoshina/ai-tools"
from
"DaichiHoshina/ai-tools"
3
ドキュメント・テスト品質レビュー - コメント品質、API仕様、テストの意味、カバレッジを統合評価
2026-01-05
testing-anti-patterns.md
0
1
export
testing-anti-patterns
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior and production pollution
2026-01-05
testing.md
0
1
export
testing
2
from
"site-bender/sitebender"
from
"site-bender/sitebender"
3
Patterns for testing pure functions using Deno's test framework. Covers unit tests, property-based testing, test organization, and assertion patterns. Use when writing tests. Includes script for generating test boilerplate.
2026-01-05
backend-developer.md
0
1
export
backend-developer
2
from
"RasmusGodske/dev-agent-workflow"
from
"RasmusGodske/dev-agent-workflow"
3
Skill for PHP/Laravel backend development following project conventions. Use when creating or editing PHP code, models, services, controllers, tests, or any backend logic. Loads all backend rules from .claude/rules/backend/ and .claude/rules/dataclasses/.
2026-01-05
project-auditor.md
0
1
export
project-auditor
2
from
"Snoopiam/claude_all_skills"
from
"Snoopiam/claude_all_skills"
3
Comprehensive project health auditor that compares original plans, requirements, and architecture against current implementation to identify gaps, deviations, and technical debt. Use when users ask to audit a project, review project status, compare plans vs reality, identify what's missing or incomplete, assess project health, find scope creep, detect architectural drift, or get back on track. Acts as a trusted advisor providing actionable recommendations based on industry best practices.
2026-01-05
error-memory.md
0
1
export
error-memory
2
from
"Aceek/claude-config"
from
"Aceek/claude-config"
3
Use when: making a mistake, breaking build/tests, realizing wrong approach, misunderstanding requirements, using wrong patterns, forgetting conventions, receiving correction from user, unexpected behavior, or any error situation
2026-01-05
health-check.md
0
1
export
health-check
2
from
"semicolon-devteam/semo-backend"
from
"semicolon-devteam/semo-backend"
3
Validate backend development environment and authentication status. Use when (1) new backend developer onboarding, (2) checking required tools (gh CLI, Git, Node, pnpm, Supabase), (3) verifying GitHub auth and repo access, (4) orchestrator auto-runs at work start.
2026-01-05
n8n-preflight-agent.md
0
1
export
n8n-preflight-agent
2
from
"awjames6875/skills-factory"
from
"awjames6875/skills-factory"
3
Validates n8n workflow JSON files, tests APIs with real credentials, auto-fixes common issues, and learns new problems. Use when you need to CHECK, VALIDATE, FIX, TEST, PREFLIGHT, or REPAIR n8n workflow JSON files before importing them.
2026-01-05
purple-team.md
0
1
export
purple-team
2
from
"Cornjebus/claude-purple-team-skill"
from
"Cornjebus/claude-purple-team-skill"
3
Comprehensive purple team security assessment skill that analyzes codebases like a skilled penetration tester, identifies attack vectors, and provides remediation guidance. Use this skill when: (1) Performing security audits or code reviews, (2) Identifying vulnerabilities before deployment, (3) Running purple team exercises (offensive analysis + defensive remediation), (4) Checking for OWASP Top 10 vulnerabilities, (5) Scanning for hardcoded secrets, API keys, or credentials, (6) Analyzing authentication/authorization flaws, (7) Reviewing cryptographic implementations, (8) Auditing infrastructure-as-code (Terraform, K8s, Docker), (9) Generating security reports in Markdown, HTML, or JSON format. Triggers: "security audit", "purple team", "penetration test", "find vulnerabilities", "security review", "attack vectors", "remediate vulnerabilities", "OWASP", "security scan".
2026-01-05
mcp-config.md
0
1
export
mcp-config
2
from
"racurry/neat-little-package"
from
"racurry/neat-little-package"
3
Guidance for configuring MCP servers in Claude Code projects. Covers transport selection, scopes, authentication, and security patterns. Use whenever adding MCP servers - projects, plugins, or any context.
2026-01-05
finishing-a-development-branch.md
0
1
export
finishing-a-development-branch
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup. Presents exactly 4 options: merge locally, create PR, keep as-is, or discard. Do NOT use when tests are failing or work is incomplete - fix issues first before finishing the branch.
2026-01-05
tdd-playwright.md
0
1
export
tdd-playwright
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Playwright 기반 TDD 개발을 지원합니다. 테스트 작성, 실행, 디버깅을 자동화하고 테스트가 통과할 때까지 반복 개발합니다. 사용자가 "TDD로 개발", "Playwright 테스트 작성", "테스트 통과시켜"와 같은 요청을 할 때 사용합니다.
2026-01-05
style-audit.md
0
1
export
style-audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Audits code against CI/CD style rules, quality guidelines, and best practices, then rewrites code to meet standards without breaking functionality. Use this skill after functionality validation to ensure code is not just correct but also maintainable, readable, and production-ready. The skill applies linting rules, enforces naming conventions, improves code organization, and refactors for clarity while preserving all behavioral correctness verified by functionality audits.
2026-01-05
ci-cd-pipelines.md
0
1
export
ci-cd-pipelines
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
GitLab CI/CD pipeline patterns including testing stages, Docker builds, caching strategies, secrets management, deployment patterns (blue-green, canary, rolling), and rollback procedures. Use when creating .gitlab-ci.yml, optimizing CI performance, setting up deployment pipelines, or troubleshooting CI failures.
2026-01-05
system-design.md
0
1
export
system-design
2
from
"RamosFBC/openresidencia"
from
"RamosFBC/openresidencia"
3
Comprehensive system design skill for creating professional software architecture specifications. Use this skill when asked to design systems (e.g., "Design a chat application", "Design an e-commerce platform", "Create system architecture for X"). Generates complete technical specifications with architecture diagrams, database schemas, API designs, scalability plans, security considerations, and deployment strategies. Creates organized spec folders with all documentation following professional software engineering standards, from high-level overview down to detailed implementation specifications.
2026-01-05
rxjs-patterns-for-angular.md
0
1
export
rxjs-patterns-for-angular
2
from
"tw-lin/ng-lin"
from
"tw-lin/ng-lin"
3
Implement RxJS patterns for reactive programming in Angular. Use this skill when working with Observables, operators, subscriptions, async data flows, and error handling. Covers common patterns like combineLatest, switchMap, debounceTime, catchError, retry logic, and integration with Angular Signals using toSignal() and toObservable(). Ensures proper subscription cleanup with takeUntilDestroyed().
2026-01-05
infra-security-reviewer.md
0
1
export
infra-security-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
WHEN: Infrastructure security audit, secrets management, network policies, compliance checksWHAT: Secrets scanning + Network policies + IAM/RBAC audit + Compliance validation + Security hardeningWHEN NOT: Application security → security-scanner, Docker only → docker-reviewer
2026-01-05
coderabbit-request.md
0
1
export
coderabbit-request
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use after completing file changes - strongest for source code (AST-aware linting, security, tests), lighter support for markdown/config. Dispatches CodeRabbit reviewer subagent. ALWAYS request review before considering work complete.
2026-01-05
fastapi-full-stack.md
0
1
export
fastapi-full-stack
2
from
"SHAJAR5110/Hackathon-II-phase2"
from
"SHAJAR5110/Hackathon-II-phase2"
3
Enterprise-grade FastAPI development covering complete full-stack architecture with Next.js/React frontend, Neon Serverless PostgreSQL, SQLModel ORM, security hardening, payment integrations (Stripe, JazzCash, EasyPaisa), async patterns, real-time features, microservices, and production deployment. Use when building APIs, integrating with databases, implementing authentication/authorization, payment systems, real-time functionality, or deploying to production.
2026-01-05
ci-optimization-specialist.md
0
1
export
ci-optimization-specialist
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Optimizes GitHub Actions CI/CD workflows through test sharding, intelligent caching, and workflow parallelization. Use when CI execution time exceeds limits, costs are too high, or workflows need parallelization.
2026-01-05
acceptance-criteria-generator.md
0
1
export
acceptance-criteria-generator
2
from
"LaunchCG/claude-marketplace-pub"
from
"LaunchCG/claude-marketplace-pub"
3
Creates testable acceptance criteria in Given/When/Then format for user stories
2026-01-05
security-audit.md
0
1
export
security-audit
2
from
"AppleLamps/web-term"
from
"AppleLamps/web-term"
3
Review security of command execution, tool permissions, and API key handling. Use when user mentions "security review", "audit", "check security", "vulnerabilities", or before deploying to production.
2026-01-05
deploy.md
0
1
export
deploy
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Execute the complete TestFlight deployment workflow for this Flutter iOS app. Use when the user asks to deploy, release, publish, or upload the app to TestFlight, or says things like "deploy to testflight", "release a new build", "push to beta testers", or "upload to app store connect".
2026-01-05