Browse Skills
9063 skills found
laravel-specialist.md
12
1
export
laravel-specialist
2
from
"Jeffallan/claude-skills"
from
"Jeffallan/claude-skills"
3
Use when building Laravel 10+ applications requiring Eloquent ORM, API resources, or queue systems. Invoke for Laravel models, Livewire components, Sanctum authentication, Horizon queues.
2026-01-05
test-master.md
12
1
export
test-master
2
from
"Jeffallan/claude-skills"
from
"Jeffallan/claude-skills"
3
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.
2026-01-05
nestjs-expert.md
12
1
export
nestjs-expert
2
from
"Jeffallan/claude-skills"
from
"Jeffallan/claude-skills"
3
Use when building NestJS applications requiring modular architecture, dependency injection, or TypeScript backend development. Invoke for modules, controllers, services, DTOs, guards, interceptors, TypeORM/Prisma.
2026-01-05
agent.md
12
1
export
agent
2
from
"gakonst/dotfiles"
from
"gakonst/dotfiles"
3
Use for PR/code reviews and any task that benefits from a dedicated tmux sub-agent with per-task git worktrees; default path for reviewing diffs (read diff → summarize → run checks/tests) with automated monitoring.
2026-01-05
outside-in-testing.md
12
1
export
outside-in-testing
2
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
3
Generates agentic outside-in tests using gadugi-agentic-test framework for CLI, TUI, Web, and Electron apps.
Use when you need behavior-driven tests that verify external interfaces without internal implementation knowledge.
Creates YAML test scenarios that AI agents execute, observe, and validate against expected outcomes.
Supports progressive complexity from simple smoke tests to advanced multi-step workflows.
2026-01-05
creating-pull-requests.md
12
1
export
creating-pull-requests
2
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
3
Creates high-quality pull requests with comprehensive descriptions, test plans, and context. Activates when user wants to create PR, says 'ready to merge', or has completed feature work. Analyzes commits and changes to generate meaningful PR descriptions.
2026-01-05
python.md
12
1
export
python
2
from
"gakonst/dotfiles"
from
"gakonst/dotfiles"
3
Use for Python work with uv—envs, deps, and commands run through uv; avoid pip/venv/pip-tools; keep Justfile/CI parity with ruff, mypy, pytest.
2026-01-05
rust.md
12
1
export
rust
2
from
"gakonst/dotfiles"
from
"gakonst/dotfiles"
3
Use when developing Rust projects in the tempoxyz org—standardizes fmt/clippy/nextest, sccache+mold, feature-powerset checks, MSRV builds, docsrs flags, and xtask patterns so local and CI behavior match.
2026-01-05
quality-audit-workflow.md
12
1
export
quality-audit-workflow
2
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
3
Comprehensive codebase quality audit with parallel agent orchestration, GitHub issue creation, automated PR generation per issue, and PM-prioritized recommendations. Use for code review, refactoring audits, technical debt analysis, module quality assessment, or codebase health checks.
2026-01-05
bg3-steam-launcher.md
12
1
export
bg3-steam-launcher
2
from
"tdimino/bg3se-macos"
from
"tdimino/bg3se-macos"
3
Launch Baldur's Gate 3 through Steam on macOS and load saved games using macos-automator and peekaboo MCP servers.
Designed for testing bg3se-macos (Script Extender) development.
Use when: (1) launching BG3 from Steam, (2) loading a BG3 saved game, (3) testing SE mod injection,
(4) user asks to "start BG3", "load my BG3 save", "play Baldur's Gate", "test the script extender".
Requires macos-automator and peekaboo MCP servers installed with accessibility permissions.
2026-01-05
cybersecurity-analyst.md
12
1
export
cybersecurity-analyst
2
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
3
Analyzes events through cybersecurity lens using threat modeling, attack surface analysis, defense-in-depth,
zero-trust architecture, and risk-based frameworks (CIA triad, STRIDE, MITRE ATT&CK).
Provides insights on vulnerabilities, attack vectors, defense strategies, incident response, and security posture.
Use when: Security incidents, vulnerability assessments, threat analysis, security architecture, compliance.
Evaluates: Confidentiality, integrity, availability, threat actors, attack patterns, controls, residual risk.
2026-01-05
code-audit.md
12
1
export
code-audit
2
from
"huseyindeniz/vite-react-dapp-template"
from
"huseyindeniz/vite-react-dapp-template"
3
Comprehensive static code analysis to enforce architectural patterns, conventions, and code quality standards.
2026-01-05
docker-optimization.md
12
1
export
docker-optimization
2
from
"applied-artificial-intelligence/claude-code-toolkit"
from
"applied-artificial-intelligence/claude-code-toolkit"
3
Docker image optimization patterns including multi-stage builds, layer caching, security hardening, and size reduction techniques. Use when building Docker images, optimizing container size, improving build performance, or implementing Docker security best practices. Reduces image sizes by 70-90% and build times by 50-80%.
2026-01-05
llm-evaluation.md
12
1
export
llm-evaluation
2
from
"applied-artificial-intelligence/claude-code-toolkit"
from
"applied-artificial-intelligence/claude-code-toolkit"
3
LLM evaluation and testing patterns including prompt testing, hallucination detection, benchmark creation, and quality metrics. Use when testing LLM applications, validating prompt quality, implementing systematic evaluation, or measuring LLM performance.
2026-01-05
computer-scientist-analyst.md
12
1
export
computer-scientist-analyst
2
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
3
Analyzes events through computer science lens using computational complexity, algorithms, data structures,
systems architecture, information theory, and software engineering principles to evaluate feasibility, scalability, security.
Provides insights on algorithmic efficiency, system design, computational limits, data management, and technical trade-offs.
Use when: Technology evaluation, system architecture, algorithm design, scalability analysis, security assessment.
Evaluates: Computational complexity, algorithmic efficiency, system architecture, scalability, data integrity, security.
2026-01-05
test-gap-analyzer.md
12
1
export
test-gap-analyzer
2
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
from
"rysweet/MicrosoftHackathon2025-AgenticCoding"
3
Analyzes code to identify untested functions, low coverage areas, and missing edge cases.
Use when reviewing test coverage or planning test improvements.
Generates specific test suggestions with example templates following amplihack's testing pyramid (60% unit, 30% integration, 10% E2E).
Can use coverage.py for Python projects.
2026-01-05
fastapi-expert.md
12
1
export
fastapi-expert
2
from
"Jeffallan/claude-skills"
from
"Jeffallan/claude-skills"
3
Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke for async SQLAlchemy, JWT authentication, WebSockets, OpenAPI documentation.
2026-01-05
secure-code-guardian.md
12
1
export
secure-code-guardian
2
from
"Jeffallan/claude-skills"
from
"Jeffallan/claude-skills"
3
Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabilities. Invoke for authentication, authorization, input validation, encryption, OWASP Top 10 prevention.
2026-01-05
java-architect.md
12
1
export
java-architect
2
from
"Jeffallan/claude-skills"
from
"Jeffallan/claude-skills"
3
Use when building enterprise Java applications with Spring Boot 3.x, microservices, or reactive programming. Invoke for WebFlux, JPA optimization, Spring Security, cloud-native patterns.
2026-01-05
django-expert.md
12
1
export
django-expert
2
from
"Jeffallan/claude-skills"
from
"Jeffallan/claude-skills"
3
Use when building Django web applications or REST APIs with Django REST Framework. Invoke for Django models, ORM optimization, DRF serializers, viewsets, authentication with JWT.
2026-01-05
deps-minor.md
12
1
export
deps-minor
2
from
"huseyindeniz/vite-react-dapp-template"
from
"huseyindeniz/vite-react-dapp-template"
3
Safe minor dependency updates with validation (lint/test/build) and automatic rollback on failure.
2026-01-05
kubernetes-specialist.md
12
1
export
kubernetes-specialist
2
from
"Jeffallan/claude-skills"
from
"Jeffallan/claude-skills"
3
Use when deploying or managing Kubernetes workloads requiring cluster configuration, security hardening, or troubleshooting. Invoke for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization.
2026-01-05
spring-boot-engineer.md
12
1
export
spring-boot-engineer
2
from
"Jeffallan/claude-skills"
from
"Jeffallan/claude-skills"
3
Use when building Spring Boot 3.x applications, microservices, or reactive Java applications. Invoke for Spring Data JPA, Spring Security 6, WebFlux, Spring Cloud integration.
2026-01-05
shared-setup-patterns.md
12
1
export
shared-setup-patterns
2
from
"applied-artificial-intelligence/claude-code-toolkit"
from
"applied-artificial-intelligence/claude-code-toolkit"
3
Shared configuration patterns for project setup commands. Provides security hooks, Claude framework structure templates, and framework detection patterns used across multiple setup commands.
2026-01-05