TheDecipheristTheDecipheristCommunityยท2 Agent Skills Included

claude-code-mastery

Configure Claude Code with security hooks, templates, and reusable skills

Provides ready-to-use templates, security hooks, and packaged skills for configuring Claude Code. Blocks dangerous commands and secret file access deterministically instead of relying on fragile prompt rules. Generates conventional commit messages and runs full security audits on code and dependencies. Helps developers set up a safe, consistent AI coding environment in minutes.
npx skills add TheDecipherist/claude-code-mastery --all -g -y
Available:

Explains to the AI agent how this repository's templates, hooks, and skills are organized and how to edit or apply each part correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’