Jm-Paunlagui/CATHERINE

A hardened, class-based full-stack foundation pairing a React 19 design system with an Express 5 backend engineered for correctness, security, and traceability.

2Stars on the repository
78Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

caveman-commit

01

Jm-Paunlagui/CATHERINE

Skill Claude Code

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit.…

not rated 2 yesterday A 79 tokens copy · 100% Apache-2.0

caveman-compress

02

Jm-Paunlagui/CATHERINE

Skill Claude Code

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress or "compress memory…

not rated 2 yesterday A 78 tokens copy · 84% Apache-2.0

caveman-help

03

Jm-Paunlagui/CATHERINE

Skill Claude Code

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

not rated 2 yesterday A 56 tokens copy · 100% Apache-2.0

caveman-review

04

Jm-Paunlagui/CATHERINE

Skill Claude Code

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.

not rated 2 yesterday A 72 tokens copy · 100% Apache-2.0

caveman

05

Jm-Paunlagui/CATHERINE

Skill Claude Code

Ultra-compressed communication mode. Cuts token usage 75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or…

not rated 2 yesterday A 98 tokens copy · 100% Apache-2.0

commit-log

06

Jm-Paunlagui/CATHERINE

Skill Claude Code

Combined caveman-commit + changelog entry generator for the Aumovio platform. Given a description of changes (or reading from context), produces: (1) caveman-style Conventional Commit messages for Frontend and/or Backend, (2) ready-to-paste changelog entry fields (type, title, message, what changed). Use when the user…

not rated 2 changed today A 99 tokens original Apache-2.0

feature-docs

07

Jm-Paunlagui/CATHERINE

Skill Claude Code

Generate end-to-end technical documentation for a software feature: a plain-language overview, Mermaid flowchart/sequence/ER diagrams embedded directly in Markdown, the frontend and backend implementations, how the two connect (the API contract), the technicalities, and a security section. Use this whenever the user…

not rated 2 yesterday A 200 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Code Reviewer discipline with CWE and CVE expertise. Use this skill for "review my code", "review this PR", "review the diff", security-and-quality code review across the Aumovio frontend and backend. Produces a structured severity report with CWE/CVE IDs and concrete remediation. Scans for frontend/backend CWEs…

not rated 2 yesterday A 105 tokens original Apache-2.0

fleet-init

09

Jm-Paunlagui/CATHERINE

Skill Claude Code

Point the agent fleet at a project, or re-verify that it is still pointed correctly. Use this after copying .claude/ into a new repo, when a project profile looks stale, when agents start reporting defects that are not real, or when several copies of the fleet in one workspace have drifted apart. Produces or repairs…

not rated 2 yesterday A 153 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Project Manager / Architect discipline for the Aumovio agent fleet — decompose a task into work units, route each to the right specialisation, decide planner-first vs execute-direct, sequence for parallelism, define the contracts where units meet, and set the definition of done. Use this skill whenever a request spans…

not rated 2 yesterday A 123 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Accountant with MBA discipline. Use this skill for financial business logic, currency/decimal-safe arithmetic, accounting vocabulary (revenue vs receipts, gross vs net, accrual vs cash basis), reviewing Oracle aggregation pipelines that compute financial summaries, validating chart series/axes against financial…

not rated 2 yesterday A 133 tokens original Apache-2.0

senior-ai-engineer

12

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior AI Engineer discipline — productionising models of any kind. Use this skill for serving topology (batch vs online vs streaming), model registry and versioning, training/serving skew and feature stores, safe rollout (shadow, canary, champion/challenger) with a rollback path, drift and quality monitoring under…

not rated 2 yesterday A 139 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Anti-Pattern Auditor discipline. Use this skill to detect and name architectural, code-level, and process anti-patterns — god objects/components, big ball of mud, lava flow, golden hammer, vendor-lock leakage, magic numbers, primitive obsession, boolean-param traps, shotgun surgery, feature envy, copy-paste…

not rated 2 yesterday A 132 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Chaos & Resilience Engineer discipline. Use this skill for resilience design review (timeouts, retries with jitter + budget, circuit breakers, bulkheads, graceful degradation, idempotency keys, backpressure), failure-mode analysis, and hypothesis-driven game-day planning with blast radius, steady-state metrics…

not rated 2 yesterday A 117 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Code Documentation Engineer discipline for the Aumovio platform. Use this skill to author JSDoc for exported hooks/APIs/utils/classes/methods; maintain frontend and backend CLAUDE.md; route new log messages to constants/messages templates; document new .env variables in .env.example; follow the…

not rated 2 yesterday A 132 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior C# Engineer discipline — modern .NET (C# 12 / .NET 8+), ASP.NET Core, EF Core. Use this skill to write, review, or refactor C# — clean layered architecture, async/await + CancellationToken discipline, nullable reference types, dependency injection, EF Core query correctness (no N+1, tracking vs no-tracking)…

not rated 2 yesterday A 145 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior C# QA Engineer discipline — modern .NET (C# 12 / .NET 8+), ASP.NET Core, EF Core. Use this skill to verify DI lifetimes and captive dependencies, async/await + CancellationToken discipline, nullable-reference honesty, EF Core query correctness (N+1, tracking, client evaluation, pagination), transaction…

not rated 2 yesterday A 160 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Cybersecurity Engineer discipline — comprehensive CWE/CVE knowledge, CVSS v3.1/v4.0, EPSS, KEV, SBOM, OWASP Top 10 (Web/API/Mobile/LLM), SAST/DAST/SCA/IAST, threat modeling, and hardening. Use this skill for "is this secure?", "harden this", "threat model this", "what CWE is this?", "check this CVE", "audit my…

not rated 2 yesterday B 145 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Data Analytics Engineer discipline — analytics/ELT pipelines, dimensional modeling (star/snowflake, facts vs dimensions, SCDs), SQL performance for analytics (window functions, CTEs, partitioning, materialized views), data quality/testing, and metric correctness. Use this skill for "build an analytics…

not rated 2 yesterday A 131 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Deep Learning Engineer discipline — PyTorch, neural network architectures, and training at scale. Use this skill for training-loop correctness, the silent-bug checklist (eval mode, gradient hygiene, scheduler placement), mixed precision, distributed training (DDP/FSDP), GPU memory and dataloader tuning…

not rated 2 yesterday A 149 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Docker & Kubernetes Engineer discipline. Use this skill for container image authoring (multi-stage builds, minimal/distroless base, non-root, layer caching, .dockerignore), image security scanning, and Kubernetes manifests — Deployments, Services, Ingress, ConfigMaps/Secrets, probes, resource requests/limits…

not rated 2 yesterday A 145 tokens original Apache-2.0

senior-go-engineer

22

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Go Engineer discipline — Go 1.22+. Use this skill for error wrapping and sentinel errors, goroutine lifetime and leak prevention, context propagation and cancellation, channel-vs-mutex choice, interface design at the consumer, the standard concurrency bug list, table-driven tests with the race detector, HTTP…

not rated 2 yesterday A 124 tokens original Apache-2.0

senior-llm-engineer

23

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior LLM Engineer discipline — building on foundation models. Use this skill for prompt and context engineering, structured output and tool/function calling, RAG architecture (chunking, embeddings, hybrid search, reranking) and retrieval evaluation, eval-suite design including LLM-as-judge, prompt-injection and…

not rated 2 yesterday A 150 tokens original Apache-2.0

Jm-Paunlagui/CATHERINE

Skill Claude Code

Senior Machine Learning Engineer discipline — classical and tabular ML. Use this skill for problem framing and baselines, train/validation/test split design, the full data-leakage taxonomy, feature engineering inside fitted pipelines, metric selection under class imbalance, probability calibration, cross-validation…

not rated 2 yesterday A 132 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: