Browse Skills
Tdd
v1.0.0This skill should be used when the user wants to implement features or fix bugs using test-driven development. Enforces the RED-GREEN-REFACTOR cycle with vertical slicing, context isolation between test writing and implementation, human checkpoints, and auto-test feedback loops. Uses multi-agent orchestration with the Task tool for architecturally enforced context isolation. Supports Jest, Vitest, pytest, Go test, cargo test, PHPUnit, and RSpec.
Enterprise Agent Ops
v1.0.0Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.
Eval Harness
v1.0.0Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
Perl Security
v1.0.0Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies.
Security Review
v1.0.0Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Security Scan
v1.0.0Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.
Springboot Security
v1.0.0Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
Tdd Workflow
v1.0.0Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
Verification Loop
v1.0.0A comprehensive verification system for Claude Code sessions.
Django Security
v1.0.0Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
E2e Testing
v1.0.0End-to-end testing workflow with Playwright for browser automation, visual regression, cross-browser testing, and CI/CD integration.