agent-conduct

Enforce shared hard rules across squad agents via YAML frontmatter.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/rett-europe/opentreasury --skill agent-conduct-rett-europe
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-conduct
Source: https://github.com/rett-europe/opentreasury/tree/main/.copilot/skills/agent-conduct
Command: npx skills add https://github.com/rett-europe/opentreasury --skill agent-conduct-rett-europe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill centralizes and enforces shared hard rules to ensure consistent behavior and reduce duplication across agent charters.

Core Features & Use Cases

  • Central governance rules provide a single source of truth for policy like product isolation and peer quality checks.
  • Context-rich guidance helps teams apply rules uniformly across code, tests, and CI configurations.
  • Anti-pattern awareness helps avoid hardcoding agent names and reference drift across squads.

Quick Start

Load the agent-conduct skill to apply shared hard rules across all squads in your workflow.

Frequently Asked Questions about agent-conduct

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

FAQPage Schema
How do I enforce consistent governance rules across multiple agent squads?▼

To enforce consistent governance rules across multiple agent squads, you need a centralized policy that acts as a single source of truth. This prevents duplication and ensures uniform behavior across code, tests, and CI configurations.

What are common anti-patterns when managing shared rules for agent teams?▼

Common anti-patterns when managing shared rules for agent teams include hardcoding agent names and experiencing reference drift across squads. Centralizing policy into a reusable governance skill helps teams avoid these configuration inconsistencies.

How do I codify hard rules for agents into a reusable format?▼

You codify hard rules for agents by defining metadata in YAML frontmatter and documenting patterns and anti-patterns. This allows automated loading and provides context-rich guidance for teams applying rules across workflows.

Why does agent behavior become inconsistent across different squads?▼

Agent behavior becomes inconsistent across different squads when shared hard rules are duplicated or decentralized. Applying a central governance skill ensures peer quality checks and product isolation policies are uniformly enforced.

Can I apply product isolation policies across multiple squads without duplicating charters?▼

Yes, you can apply product isolation policies across multiple squads without duplicating charters by using a central governance skill. It centralizes hard rules to ensure consistent behavior and reduce duplication across agent configurations.

When do I need a central governance skill for agent workflows?▼

You need a central governance skill for agent workflows whenever multiple squads contribute to code, tests, or CI configurations. It ensures shared hard rules are applied consistently and prevents reference drift across teams.