Browse Skills
Python Patterns
v1.0.0Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
Python Testing
v1.0.0Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
Ralphinho Rfc Pipeline
v1.0.0RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.
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.
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.
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.
Springboot Tdd
v1.0.0Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
Springboot Verification
v1.0.0Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
Swift Actor Persistence
v1.0.0Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.
Swift Concurrency 6 2
v1.0.0Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.
Swift Protocol Di Testing
v1.0.0Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.
Videodb
v1.0.0Video and audio perception, indexing, and editing. Ingest files/URLs/live streams, build visual/spoken indexes, search with timestamps, edit timelines, add overlays/subtitles, generate media, and create real-time alerts.