forge-behavior

Manage dotforge v3 behavior governance via CLI configuration files.

8|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/luiseiman/dotforge --skill forge-behavior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-behavior
Source: https://github.com/luiseiman/dotforge/tree/main/skills/forge-behavior
Command: npx skills add https://github.com/luiseiman/dotforge --skill forge-behavior

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, pyyaml, python3, and includes scripts (resource) components.

What problem does it solve?

dotforge v3 behavior governance is the centralized means to view active policies, enable or disable behaviors, and adjust escalation thresholds across a repository or session, reducing misconfigurations and noise.

Core Features & Use Cases

  • View active behaviors and current session overrides.
  • Enable or disable a behavior for the current session or project-wide.
  • Adjust escalation thresholds to tailor when violations escalate.

Quick Start

Check which behaviors are active and toggle one for this session.

Frequently Asked Questions about forge-behavior

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

FAQPage Schema
How do I view active behaviors and session overrides in dotforge v3?

To view active dotforge v3 behaviors and current session overrides, use the CLI at scripts/forge-behavior/cli.sh. It reads your project configuration files using jq and Python 3 to display active policies and per-session overrides.

How do I disable a behavior for my current dotforge v3 debugging session?

You can disable a dotforge v3 behavior for the current session or project-wide using the forge-behavior CLI. The script writes your session overrides directly to the configuration files via Python 3 and PyYAML.

How can I adjust escalation thresholds for policy violations during development?

Adjust dotforge v3 escalation thresholds by running the forge-behavior CLI. This modifies policy strictness in your configuration files, allowing you to tailor exactly when policy violations escalate during development.

Do I need jq and Python 3 to manage dotforge behavior governance?

Yes, managing dotforge behavior governance requires jq, python3, and PyYAML installed. The CLI script depends on these tools to properly read and write the YAML configuration files that store active policies.

What is dotforge v3 behavior governance used for?

Dotforge v3 behavior governance provides a centralized way to view active policies, enable or disable behaviors, and adjust escalation thresholds. It reduces misconfigurations and noise across a repository or specific development session.