claude-code-mastery
Configure Claude Code with security hooks, templates, and reusable skills
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-code-mastery?โผ
Run `npx skills add TheDecipherist/claude-code-mastery --all -g -y` in your terminal to install all skills in this suite globally.
How do I stop Claude Code from accessing my .env files?โผ
Use the included block-secrets.py hook, which deterministically blocks read and write operations on sensitive files like .env and credentials.
What is the difference between CLAUDE.md rules and hooks?โผ
CLAUDE.md rules are suggestions the AI can ignore under context pressure, while hooks always execute and can hard-block dangerous operations.
Can Claude write conventional commit messages automatically?โผ
Yes. The commit-messages skill analyzes your staged changes and generates properly formatted conventional commits with the right type and scope.
How do I audit my project for security vulnerabilities with AI?โผ
The security-audit skill checks for hardcoded secrets, vulnerable dependencies, injection risks, and weak authentication, then outputs a prioritized fix list.
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