cristhianzl/claude-skills-czl
47 agent markdown files indexed from cristhianzl/claude-skills-czl. Install any of them pinned to an exact hash with mdr add cristhianzl/claude-skills-czl/<name>.
git:20260902.be88d28 · audit A · 5 stars
api-design skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/api-design/SKILL.md · Design and review HTTP/REST (and choose between REST/GraphQL/gRPC) APIs that are contract-first, resource-oriented…
git:20260619.98096d2 · audit A · 5 stars
building-frontend-ui skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/building-frontend-ui/SKILL.md · Build, refactor, and review frontend UI in any framework — components, accessibility, forms, client state and data…
git:20260910.da1e5c5 · audit A · 5 stars
debugging-agent-runs skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/debugging-agent-runs/SKILL.md · Recover when the AGENT itself is stuck — looping, repeating the same failed action, burning tokens/budget, overflowing…
git:20260625.6520aec · audit A · 5 stars
developing-features-tdd skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/developing-features-tdd/SKILL.md · Build a new feature using strict test-driven development — UNDERSTAND → DESIGN → RED → VERIFY RED → GREEN → VERIFY…
git:20260813.0b7d6d3 · audit A · 5 stars
developing-features skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/developing-features/SKILL.md · Write production code with security-first thinking, SOLID design, pragmatic principles, observability, and strict…
git:20260901.befbe7a · audit A · 5 stars
documenting-features skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/documenting-features/SKILL.md · Produce living, DDD-aligned feature documentation as a single Markdown file with 10 fixed sections — overview…
git:20260623.8ddcccf · audit A · 5 stars
ensuring-cross-platform skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/ensuring-cross-platform/SKILL.md · Apply platform-agnostic engineering rules so code, tests, and Docker builds behave identically on Linux, macOS, and…
git:20260619.c43368b · audit A · 5 stars
evaluating-ai-output skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/evaluating-ai-output/SKILL.md · Evaluate non-deterministic LLM/AI output with evals instead of one-shot "it worked" — define expected behavior first…
git:20260625.6520aec · audit A · 5 stars
exploratory-testing skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/exploratory-testing/SKILL.md · Run structured exploratory testing — write a charter, time-box a session, apply heuristics and oracles to discover bugs…
git:20260619.98096d2 · audit A · 5 stars
fixing-bugs skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/fixing-bugs/SKILL.md · Fix a bug using strict TDD — UNDERSTAND → REPRODUCE (RED) → VERIFY RED → FIX → VERIFY GREEN → VALIDATE → REFACTOR. Use…
git:20260806.29b92b9 · audit A · 5 stars
optimizing-discoverability skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/optimizing-discoverability/SKILL.md · Optimize a site or content to be found — SEO (rank and earn the click on Google/Bing), AEO (be the direct answer in…
git:20260915.c874b3d · audit A · 5 stars
playwright-cli skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/playwright-cli/SKILL.md · Automate browser interactions, test web pages and work with Playwright tests.
git:20260619.c43368b · audit A · 5 stars
reviewing-code skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/reviewing-code/SKILL.md · Review a pull request and produce a GitHub-comment-shaped review document with severity-labeled findings (Blocker /…
git:20260701.24a8e46 · audit A · 5 stars
running-agent-loops skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/running-agent-loops/SKILL.md · Run a multi-step or unattended agent loop safely — sequential pipelines, implement→review→fix (PR) loops, parallel…
git:20260625.6520aec · audit A · 5 stars
security-review skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/security-review/SKILL.md · Review an application's code for security across frontend AND backend and produce a prioritized, safe-to-apply…
git:20260701.24a8e46 · audit A · 5 stars
stress-testing skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/stress-testing/SKILL.md · Plan, run, and interpret load and stress tests — smoke, average-load, stress, spike, breakpoint, and soak — with…
git:20260915.cc64e5c · audit A · 5 stars
threat-modeling skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/threat-modeling/SKILL.md · Structured security design analysis — find what can go wrong before an attacker does. Build a Data Flow Diagram with…
git:20260619.98096d2 · audit A · 5 stars
validating-in-reality skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/validating-in-reality/SKILL.md · Validate a bugfix or feature against the REAL running system — execute the user's cURL, assert actual responses, check…
git:20260806.29b92b9 · audit A · 5 stars
writing-prd skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/writing-prd/SKILL.md · Author product requirements — PRDs, product specs, one-pagers, PR-FAQs, product briefs — that lead with the problem…
git:20260623.8ddcccf · audit A · 5 stars
writing-pull-requests skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/writing-pull-requests/SKILL.md · Generate conventional-commit PR titles, commit messages, and concise PR descriptions from staged changes or a branch…
git:20260721.464b97b · audit A · 5 stars
writing-tests skill
cristhianzl/claude-skills-czl · configs/agnostic/skills/writing-tests/SKILL.md · Write unit, integration, and E2E tests that follow the testing pyramid, the Arrange-Act-Assert pattern, the…
git:20260619.c43368b · audit A · 5 stars
git:20260902.be88d28 · audit A · 5 stars
api-design skill
cristhianzl/claude-skills-czl · configs/langflow/skills/api-design/SKILL.md · Design and review HTTP/REST (and choose between REST/GraphQL/gRPC) APIs that are contract-first, resource-oriented…
git:20260619.98096d2 · audit A · 5 stars
building-frontend-ui skill
cristhianzl/claude-skills-czl · configs/langflow/skills/building-frontend-ui/SKILL.md · Build, refactor, and review frontend UI in any framework — components, accessibility, forms, client state and data…
git:20260910.da1e5c5 · audit A · 5 stars
building-langflow-components skill
cristhianzl/claude-skills-czl · configs/langflow/skills/building-langflow-components/SKILL.md · Create, evolve, and ship Langflow Components — the building blocks of every flow. Use when the user asks to "create a…
git:20260810.f245b00 · audit A · 5 stars
debugging-agent-runs skill
cristhianzl/claude-skills-czl · configs/langflow/skills/debugging-agent-runs/SKILL.md · Recover when the AGENT itself is stuck — looping, repeating the same failed action, burning tokens/budget, overflowing…
git:20260625.6520aec · audit A · 5 stars
developing-features-tdd skill
cristhianzl/claude-skills-czl · configs/langflow/skills/developing-features-tdd/SKILL.md · Build a Langflow feature with strict TDD — UNDERSTAND → DESIGN → RED → VERIFY RED → GREEN → VERIFY GREEN → REFACTOR →…
git:20260813.0b7d6d3 · audit A · 5 stars
developing-features skill
cristhianzl/claude-skills-czl · configs/langflow/skills/developing-features/SKILL.md · Write production code in Langflow with security-first thinking, SOLID design, pragmatic principles, observability, and…
git:20260901.befbe7a · audit A · 5 stars
documenting-features skill
cristhianzl/claude-skills-czl · configs/langflow/skills/documenting-features/SKILL.md · Produce Langflow feature documentation — engineering-side as a 10-section single Markdown file (overview, ubiquitous…
git:20260623.8ddcccf · audit A · 5 stars
ensuring-cross-platform skill
cristhianzl/claude-skills-czl · configs/langflow/skills/ensuring-cross-platform/SKILL.md · Apply platform-agnostic engineering rules so Langflow code, tests, and Docker images behave identically on Ubuntu…
git:20260619.c43368b · audit A · 5 stars
evaluating-ai-output skill
cristhianzl/claude-skills-czl · configs/langflow/skills/evaluating-ai-output/SKILL.md · Evaluate non-deterministic LLM/AI output with evals instead of one-shot "it worked" — define expected behavior first…
git:20260625.6520aec · audit A · 5 stars
exploratory-testing skill
cristhianzl/claude-skills-czl · configs/langflow/skills/exploratory-testing/SKILL.md · Run structured exploratory testing — write a charter, time-box a session, apply heuristics and oracles to discover bugs…
git:20260619.98096d2 · audit A · 5 stars
fixing-bugs skill
cristhianzl/claude-skills-czl · configs/langflow/skills/fixing-bugs/SKILL.md · Fix a Langflow bug using strict TDD — UNDERSTAND → REPRODUCE (RED) → VERIFY RED → FIX → VERIFY GREEN → VALIDATE →…
git:20260806.29b92b9 · audit A · 5 stars
optimizing-discoverability skill
cristhianzl/claude-skills-czl · configs/langflow/skills/optimizing-discoverability/SKILL.md · Optimize a site or content to be found — SEO (rank and earn the click on Google/Bing), AEO (be the direct answer in…
git:20260915.c874b3d · audit A · 5 stars
playwright-cli skill
cristhianzl/claude-skills-czl · configs/langflow/skills/playwright-cli/SKILL.md · Automate browser interactions, test web pages and work with Playwright tests.
git:20260619.c43368b · audit A · 5 stars
reviewing-code skill
cristhianzl/claude-skills-czl · configs/langflow/skills/reviewing-code/SKILL.md · Review a Langflow pull request and produce a GitHub-comment-shaped review with severity-labeled findings (B/I/R/N) plus…
git:20260701.24a8e46 · audit A · 5 stars
running-agent-loops skill
cristhianzl/claude-skills-czl · configs/langflow/skills/running-agent-loops/SKILL.md · Run a multi-step or unattended agent loop safely — sequential pipelines, implement→review→fix (PR) loops, parallel…
git:20260625.6520aec · audit A · 5 stars
security-review skill
cristhianzl/claude-skills-czl · configs/langflow/skills/security-review/SKILL.md · Review an application's code for security across frontend AND backend and produce a prioritized, safe-to-apply…
git:20260701.24a8e46 · audit A · 5 stars
stress-testing skill
cristhianzl/claude-skills-czl · configs/langflow/skills/stress-testing/SKILL.md · Plan, run, and interpret load and stress tests — smoke, average-load, stress, spike, breakpoint, and soak — with…
git:20260915.cc64e5c · audit A · 5 stars
threat-modeling skill
cristhianzl/claude-skills-czl · configs/langflow/skills/threat-modeling/SKILL.md · Structured security design analysis — find what can go wrong before an attacker does. Build a Data Flow Diagram with…
git:20260619.98096d2 · audit A · 5 stars
validating-in-reality skill
cristhianzl/claude-skills-czl · configs/langflow/skills/validating-in-reality/SKILL.md · Validate a bugfix or feature against the REAL running system — execute the user's cURL, assert actual responses, check…
git:20260806.29b92b9 · audit A · 5 stars
writing-prd skill
cristhianzl/claude-skills-czl · configs/langflow/skills/writing-prd/SKILL.md · Author product requirements — PRDs, product specs, one-pagers, PR-FAQs, product briefs — that lead with the problem…
git:20260623.8ddcccf · audit A · 5 stars
writing-pull-requests skill
cristhianzl/claude-skills-czl · configs/langflow/skills/writing-pull-requests/SKILL.md · Generate Langflow-shaped PR titles, commit messages, and descriptions from staged changes or a branch diff —…
git:20260721.464b97b · audit A · 5 stars
writing-tests skill
cristhianzl/claude-skills-czl · configs/langflow/skills/writing-tests/SKILL.md · Write unit, integration, and E2E tests in Langflow that follow the pyramid, AAA structure, should_X_when_Y naming, the…
git:20260619.c43368b · audit A · 5 stars
git:20260827.838573c · audit A · 5 stars
reviewing-code skill
cristhianzl/claude-skills-czl · configs/pr-reviewer/skills/reviewing-code/SKILL.md · Review a pull request and produce a GitHub-comment-shaped review document with severity-labeled findings (Blocker /…
git:20260827.838573c · audit A · 5 stars
Source
github.com/cristhianzl/claude-skills-czl · 5 stars · license MIT · pushed 2026-09-15