Browse Skills

Python Patterns

v1.0.0

Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.

Affaan M
3

Python Testing

v1.0.0

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

Affaan M
4

Ralphinho Rfc Pipeline

v1.0.0

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.

Affaan M
4

Regex Vs Llm Structured Text

v1.0.0

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

Affaan M
4

Skill Stocktake

v1.0.0

Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

Affaan M
4

Springboot Patterns

v1.0.0

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

Affaan M
4

Springboot Tdd

v1.0.0

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

Affaan M
7

Springboot Verification

v1.0.0

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

Affaan M
4

Swift Actor Persistence

v1.0.0

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

Affaan M
5

Swift Concurrency 6 2

v1.0.0

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

Affaan M
4

Swift Protocol Di Testing

v1.0.0

Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.

Affaan M
6

Videodb

v1.0.0

Video 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.

Affaan M
3