Browse Skills
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.
Springboot Patterns
v1.0.0Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
Skill Stocktake
v1.0.0Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.
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.
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.
Search First
v1.0.0Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.
Returns Reverse Logistics
v1.0.0Codified expertise for returns authorisation, receipt and inspection, disposition decisions, refund processing, fraud detection, and warranty claims management.
Regex Vs Llm Structured Text
v1.0.0Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.
Ralphinho Rfc Pipeline
v1.0.0RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.
Quality Nonconformance
v1.0.0Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated manufacturing.
Python Testing
v1.0.0Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
Python Patterns
v1.0.0Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.