agent-conduct

Enforce shared governance rules across squad agents during charter loading.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/lbouriez/Squad-Templates --skill agent-conduct-lbouriez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-conduct
Source: https://github.com/lbouriez/Squad-Templates/tree/main/Nectari-Devops-Squad/.copilot/skills/agent-conduct
Command: npx skills add https://github.com/lbouriez/Squad-Templates --skill agent-conduct-lbouriez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Every squad agent must follow these two hard rules. They were previously duplicated in every charter. Now they live here as a shared skill, loaded once.

Core Features & Use Cases

  • Shared hard rules enforced across all squad agents to ensure governance and prevent cross-squad references in tests, CI configs, and product code.
  • Provides a single source of truth for agent governance, reducing duplication and enabling consistent quality checks across charters.
  • Use Case: When creating or updating a charter, loading agent-conduct enforces rules automatically to prevent hardcoded agent names and promote test safety.

Quick Start

Instruct Copilot to load agent-conduct as the governance baseline during squad initialization.

Frequently Asked Questions about agent-conduct

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

FAQPage Schema
How do I enforce shared rules across multiple AI agents to prevent hardcoded references?

To enforce shared rules across multiple AI agents, load a centralized governance skill during charter initialization. This prevents hardcoded squad-specific names in tests and CI configurations by validating compliance at activation.

Why do I need a single source of truth for agent governance in my CI configuration?

A single source of truth for agent governance eliminates duplicated rules across charters, reducing maintenance overhead and ensuring consistent quality checks that prevent cross-squad references in CI configs and product code.

Can I use frontmatter-driven governance to validate agent charter compliance automatically?

Yes, frontmatter-driven governance validates agent charter compliance automatically. It enforces hard rules during charter loading and routine agent interactions, guarding tests, CI configurations, and product logic from squad-specific names.

What is the best way to standardize code and test quality rules for a squad of agents?

The best way to standardize code and test quality rules is implementing a shared governance skill. It serves as a single source of truth loaded once, automatically enforcing hard rules to promote test safety and prevent cross-squad references.

How do I stop squad agents from writing squad-specific names into tests and product logic?

To stop squad agents from writing squad-specific names into tests and product logic, load a centralized governance skill. It enforces shared hard rules during charter loading and routine interactions, validating compliance at activation.