AlexZio00AlexZio00Community·10 Agent Skills Included

claude-code-skills

Full project lifecycle control: setup, review, sessions, governance

Covers the full coding project lifecycle: scaffolding new projects, defining scope, locking goals, reviewing code, scanning secrets before push, and saving session state. Eliminates scope creep, fake test passes, leaked credentials, and lost context between sessions. Includes deterministic scripts for health checks, ambiguity gating, and secret scanning so results stay consistent across runs.
npx skills add AlexZio00/claude-code-skills --all -g -y

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-skills?

Run `npx skills add AlexZio00/claude-code-skills --all -g -y` in your terminal to install all 20 skills globally.

What problems do these skills solve?

They cover the full project lifecycle: project setup, scope definition, code review, pre-push secret scanning, session handoffs, and audit trails. Each skill works standalone or as part of the full sequence.

How do I stop scope creep during coding?

Use the freeze skill to declare an editable zone before implementation, and the scope skill to lock IN/OUT boundaries with measurable exit criteria.

Does it work with Codex and Cursor?

Yes. Every skill ships an agents/openai.yaml file for Codex compatibility, and all skills follow the standard SKILL.md format that works in Claude Code, Cursor, and similar environments.

Can it catch leaked secrets before a git push?

Yes. The pre-push skill runs a deterministic scanner covering 12 credential patterns, supply-chain risk indicators, and merge conflict markers before any push goes through.

Related Repositories in Software Engineering

View All in Software Engineering