Cristhianzl

41 mods across 1 repository, 5 stars between them.

commit

02

Cristhianzl/claude-skills-czl

Command

Create a commit with validation (lint + tests) — optionally pass the message.

5 4d ago A 15 tokens original MIT

dual-review

04

Cristhianzl/claude-skills-czl

Command

Adversarial dual review — two independent reviewers with no shared context; both must approve before merge.

5 4d ago A 19 tokens original MIT

evolve

05

Cristhianzl/claude-skills-czl

Command

Promote accumulated learnings into a real skill, reference, or command — periodic self-improvement of this config.

5 4d ago A 22 tokens original MIT

learn

08

Cristhianzl/claude-skills-czl

Command

Capture a reusable learning from this session — with a dedup + Save/Absorb/Drop gate so the knowledge base stays clean.

5 4d ago A 26 tokens original MIT

update-agnostic

18

Cristhianzl/claude-skills-czl

Command

Update this project's .claude/ to the latest "agnostic" config from the claude-skills-czl repo, preserving local learnings.

5 4d ago B 29 tokens original MIT

update-langflow

19

Cristhianzl/claude-skills-czl

Command

Update this project's .claude/ to the latest "langflow" config from the claude-skills-czl repo, preserving local learnings.

5 4d ago B 29 tokens original MIT

verify

20

Cristhianzl/claude-skills-czl

Command

Definition-of-done gate — build, types, lint, tests, a secrets/debug scan, and a diff self-review before calling work done or opening a PR.

5 4d ago A 32 tokens original MIT

api-design

21

Cristhianzl/claude-skills-czl

Skill Claude CodeCodex

Design and review HTTP/REST (and choose between REST/GraphQL/gRPC) APIs that are contract-first, resource-oriented, backward-compatible, and secure by default. Use whenever the task touches an API surface — designing an API, adding or changing an endpoint or route, picking an HTTP method or status code, naming…

5 4d ago A 151 tokens original MIT

Cristhianzl/claude-skills-czl

Skill Claude CodeCodex

Build, refactor, and review frontend UI in any framework — components, accessibility, forms, client state and data fetching, responsive layout, performance, and client-side security/PII. Use whenever the task touches the UI layer: creating or changing a component, page, or screen; styling or theming…

5 4d ago A 144 tokens original MIT

Cristhianzl/claude-skills-czl

Skill Claude CodeCodex

Recover when the AGENT itself is stuck — looping, repeating the same failed action, burning tokens/budget, overflowing context, drifting from the goal, or acting on stale state. Use when a run isn't converging and reworded retries aren't helping. This is a workflow you follow, not a hidden runtime that auto-heals. For…

5 4d ago A 84 tokens original MIT

Cristhianzl/claude-skills-czl

Skill Claude CodeCodex

Build a new feature using strict test-driven development — UNDERSTAND → DESIGN → RED → VERIFY RED → GREEN → VERIFY GREEN → REFACTOR → VALIDATE → REPEAT. Use when building a new feature with TDD, when the user says "TDD this", "tests first", "red green refactor", or asks for feature work that needs to be verifiable…

5 4d ago A 106 tokens original MIT