warden-setup

Initialize Claude Warden governance files and security settings for a project.

2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/HawkannG/Claude-Warden --skill warden-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: warden-setup
Source: https://github.com/HawkannG/Claude-Warden/tree/main/skills/warden-setup
Command: npx skills add https://github.com/HawkannG/Claude-Warden --skill warden-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the initialization of the Claude Warden AI governance framework within a project, ensuring consistent setup and migrating from older installation methods.

Core Features & Use Cases

  • Project Initialization: Creates essential governance files like .claude/CLAUDE.md, .claude/rules/, and docs/SESSION-LOG.md.
  • Deny Entry Seeding: Configures .claude/settings.json with necessary permissions to protect governance files.
  • Migration Support: Detects and cleans up artifacts from previous installations (e.g., curl-install), preserving user configurations.
  • Use Case: When starting a new project or adopting Warden for the first time, run this skill to establish a secure and structured AI development environment.

Quick Start

Run the warden-setup skill to initialize Warden in your current project directory.

Frequently Asked Questions about warden-setup

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

FAQPage Schema
How do I initialize AI governance rules for my project?

To initialize AI governance rules, this skill creates project-specific governance files like .claude/CLAUDE.md and .claude/rules/ to establish a secure AI development environment. It automates the setup of permissions and configuration.

What is Claude Warden setup and when do I need it?

Claude Warden setup is the initialization of an AI governance framework. You need it when starting a new project or adopting Warden for the first time to ensure consistent security settings and structured AI development.

Can I migrate from a legacy Warden installation without losing user data?

Yes, you can migrate from legacy installations. The setup detects and cleans up artifacts from previous curl-install methods while preserving your existing user configurations and project data.

How do I configure security settings to protect governance files?

To configure security settings, the setup automatically seeds deny entries within .claude/settings.json. This enforces necessary permissions to protect your governance files from unauthorized modifications.

What's the best way to structure AI development environments for consistency?

The best way to structure environments is through automated initialization of governance directories and session logs. This establishes consistent permissions, rules, and session tracking across your project.

Does Warden setup require any external dependencies to run?

Warden setup requires no external dependencies to run. It operates independently using scripts to generate the necessary governance files and security settings directly in your current project directory.