myco-rules

Maintain AGENTS.md as the canonical rules source for multi-agent projects.

12|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/goondocks-co/myco --skill myco-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myco-rules
Source: https://github.com/goondocks-co/myco/tree/main/packages/myco/skills/myco-rules
Command: npx skills add https://github.com/goondocks-co/myco --skill myco-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Keeps AGENTS.md as the single canonical source of rules, preventing drift and duplication across agents.

Core Features & Use Cases

  • Canonical rules governance in AGENTS.md to ensure consistency across agents
  • Thin agent-specific stubs that point to AGENTS.md
  • Audit-ready guidance to remove stale or duplicated rules
  • Use Case: onboarding a new project with a stable rules baseline

Quick Start

Update AGENTS.md to reflect canonical rules and refer to this skill to keep guidance stable.

Frequently Asked Questions about myco-rules

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

FAQPage Schema
How do I keep canonical project rules consistent across multiple agents?

To keep canonical project rules consistent across multiple agents, maintain a single AGENTS.md file as the durable rules source and use thin agent-specific stubs that point to it, preventing drift and duplication across your repositories.

What is the best way to audit stale or duplicated rules in a multi-repo environment?

The best way to audit stale or duplicated rules in a multi-repo environment is to apply audit-ready guidance against your canonical AGENTS.md file, removing any duplicated or outdated rules to ensure strict governance and consistency across all agents.

How do I onboard a new project with a stable rules baseline for agents?

To onboard a new project with a stable rules baseline, update AGENTS.md to reflect your canonical rules and refer to the canonical editing workflow to keep guidance stable and durable for all agents operating in the environment.

When do I need a canonical editing workflow for AGENTS.md?

You need a canonical editing workflow for AGENTS.md when managing multi-repo, multi-agent environments that require strict governance, auditing, and onboarding, ensuring all changes are written durably to prevent rule duplication and drift.

Can I use thin agent-specific stubs instead of duplicating rules in every repository?

Yes, you can use thin agent-specific stubs instead of duplicating rules in every repository; these stubs point directly to the canonical AGENTS.md file, ensuring all agents reference the same durable rules source without creating drift.

Why does AGENTS.md prevent rule drift in multi-agent environments?

AGENTS.md prevents rule drift in multi-agent environments by acting as the single canonical source of truth for project rules, requiring all agents to reference it through thin stubs rather than maintaining independent rule sets.