Claude Skills Czl
Description
Battle-tested Claude Code configs — opinionated CLAUDE.md baselines, skills, slash commands and enforcement hooks you drop into any project
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-skills-czl
[](https://github.com/Cristhianzl/claude-skills-czl/actions/workflows/ci.yml) [](LICENSE)
Battle-tested [Claude Code](https://docs.claude.com/en/docs/claude-code) configurations — opinionated `CLAUDE.md` baselines, **skills**, **slash commands**, and **enforcement hooks** you drop into any project so the AI follows your engineering standards by default.
Stop re-explaining your standards every session. Drop a config into your project's `.claude/` folder and the agent already knows your rules for code style, output language, security, testing, commits, and docs — and the hooks **enforce** the non-negotiable ones mechanically.
What's in here
Two ready-to-use configurations:
| Config | Use it when | Highlights |
|---|---|---|
| `configs/agnostic` | Any project, any language | A clean, language-agnostic baseline. Nothing assumes a stack; the hooks never fight a language's idioms. |
| `configs/langflow` | Working in the Langflow codebase | Everything in agnostic, plus Langflow-specific rules, a building-langflow-components skill, and a hook that enforces Langflow conventions. |
Both are **self-contained** — each is a complete `.claude/` folder.
Repository layout
claude-skills-czl/
├── configs/
│ ├── agnostic/ # generic, language-agnostic config
│ │ ├── CLAUDE.md # the short, enforced baseline
│ │ ├── settings.json # registers the hooks + permissions
│ │ ├── commands/ # slash commands (/check, /done, /pr, …)
│ │ ├── hooks/ # PostToolUse / Stop / PreToolUse checks
│ │ ├── rules/ # optional per-stack rules (auto-applied by globs)
│ │ └── skills/ # the detailed "how" playbooks
│ └── langflow/
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11