What problem does it solve?
This Skill prevents AI agents from bypassing project standards by using code hooks, secret detection, deployment verification, and import registries, ensuring project integrity and reliability.
Core Features & Use Cases
- Pre-commit Hooks: Blocks commits with bypass patterns and hardcoded secrets.
- Pre-creation Checks: Prevents reimplementation by showing existing modules and functions.
- Post-creation Validation: Detects duplicate functions, missing imports, and bypass patterns.
- Secret Detection: Scans for hardcoded tokens, keys, passwords.
- Deployment Verification: Ensures new features are wired into production before marking them "done".
- Use Case: Imagine you have a complex project with numerous components. Use this Skill to enforce consistent coding standards, prevent secret leaks, and ensure all features are properly integrated.
Quick Start
Use the agent-guardrails skill to enforce pre-commit checks and secret detection in your project.