Cli Code Skills banner
Destynova2 Destynova2

Cli Code Skills

Security community

Description

Production-ready Claude Code skills — audit code quality, forge design docs, generate documentation, automate infrastructure. CLI = Command Line Interface + Clement Liard Initials.

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

cli-code-skills
Drop-in Claude Code skills that audit your code and generate your docs, designs, and infra.

MIT License 36 Skills Claude Code Skills Cursor Compatible Stars Forks Contributors


**`cli-`** = **C**ommand **L**ine **I**nterface + **C**lement **L**iard **I**nitials

Quickstart

git clone https://github.com/Destynova2/cli-code-skills.git
cli-code-skills/scripts/install_skills.sh

Type `/cli-` in Claude Code or Codex, hit tab, pick a skill:

/cli-audit-code src/          → Clean Code score with per-category breakdown
/cli-audit-xray src/core/     → Semantic optimization cards with invariants and validation
/cli-audit-test tests/        → Test plan quality score (ISTQB/TMMi, 12 dimensions)
/cli-forge-hld "payment API"  → HLD with C4 L1-L2, capacity estimation, ADRs
/cli-forge-lld "order service" → LLD with class/sequence diagrams, API specs, DB schemas
/cli-forge-schema "auth flow" → GitHub-compatible Mermaid diagram, auto-split if complex
/cli-cycle .                  → Full project review with prioritized action plan

Skills

`cli-cycle`