claude-code-skills
Full project lifecycle control: setup, review, sessions, governance
All Skills in This Repository (10)
Pure Emerald Level Indicatorssession-start
Load handoff context and generate a ready signal with prioritized actions.
adr
Record design and architecture decisions with context, alternatives, and consequences.
project-check
Audit code projects for gaps across Infrastructure, Security, Quality, and Harness.
collab-audit
Analyzes conversation history and artifacts to generate a 13-section AI Collaboration Audit.
team-init
Install a Claude Code agent team into ~/.claude/agents/ from an interview.
session-checkpoint
Capture and preserve session context across compaction, handoff, and termination.
project-init
Generate CLAUDE.md, ROADMAP, .gitignore, and .env.example through a guided interview.
brief
Convert feature ideas into a locked BRIEF.md with scope and approval gate.
pre-push
Scan staged git changes for secrets and block pushes on critical issues.
harness-init
Automate Claude Code harness setup with rules, hooks, memory, and routing.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core