wardens

Enforce quality gates for plans, code, and security via CLI and TUI.

50|4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/sliamh11/Deus --skill wardens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wardens
Source: https://github.com/sliamh11/Deus/tree/main/.claude/skills/wardens
Command: npx skills add https://github.com/sliamh11/Deus --skill wardens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Wardens provide on-demand governance for plans, code, and security by exposing configurable gates that can be toggled and inspected.

Core Features & Use Cases

  • Interactive Warden panel: view, enable/disable, and customize wardens for different aspects (plan review, code review, security checks).
  • TUI integration: run wardens in a terminal UI for real-time feedback and configuration.
  • Customization: read and adjust behavior from the config.json in .claude/wardens.

Quick Start

Run the wardens interactive panel by executing the script with python3 scripts/wardens.py.

Frequently Asked Questions about wardens

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate quality gates for code review and security checks in local projects?

You can automate quality gates by running a Python script that applies configurable wardens across your development workflows, enforcing plan, code, and security governance rules locally.

Can I toggle and configure governance rules without modifying the source code directly?

Yes, you can toggle and configure governance rules via an interactive TUI panel and a config.json file located in the .claude/wardens directory, allowing behavior adjustments without code changes.

What is the best way to view and manage security wardens from the command line?

The best way to manage security wardens from the command line is executing the Python script, which launches an interactive terminal UI for real-time feedback, viewing, and customizing rule states.

Do I need external dependencies to run wardens for plan and code review?

No external dependencies are required. The wardens skill is self-contained and relies on a script-based execution path using Python3, satisfying a frontmatter-driven identity for local project governance.

How do I customize plan review and security check behaviors for my development workflow?

You customize plan review and security check behaviors by reading and adjusting settings in the config.json file within the .claude/wardens directory, or by using the interactive warden panel.

When should I use an interactive TUI for governance rules instead of standard CLI commands?

Use the interactive TUI for governance rules when you need real-time feedback and a visual panel to quickly view, enable, disable, or customize multiple wardens across different project aspects simultaneously.