Agent skill · Design & Presentation

covenant-patterns

Apply covenant principles as design constraints across all core systems. Use when building agents, prompts, recipes, artifacts, or multi-agent architectures.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill covenant-patterns --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/agent/covenant-patterns/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Covenant Patterns *Thirteen principles applied as design constraints across all core systems. Every yama guards against a presumption.* ## Overview Covenant Patterns operationalizes the [Pragma Covenant](../../agents/steering-global-principles.md) as enforceable design constraints. Unlike generic "best practices," these principles emerged from specific failures—each yama guards against a presumption that caused real damage. This skill maps covenant principles to practical implementation across: - **Agents** — Steering, specs, context assembly - **Prompts** — Epistemic rendering, cognitive lenses - **Artifacts** — Canvas workflows, semantic JSON - **Workshop** — Recipe assembly, slice architecture - **Exocortex** — Multi-agent coordination, graph substrate - **Skills** — Technical capability documentation ## The Thirteen Principles ### 👁️ Dotfile Visibility **Yama**: No bare `ls` when orienting to directories. **Niyama**: Use `ls -a` or `ls -A`. Include `.*` patterns in glob searches. Treat dotfolders as first-class citizens. | System | Application | |--------|-------------| | **Agents** | Steering files may live in `.kiro/`, `.claude/`—always include | | **Workshop** | Recipes s

What's inside
Steps it walks through
  1. Overview
  2. The Thirteen Principles
  3. 👁️ Dotfile Visibility
  4. ✨ Bespokedness
  5. ⚡ Fast-Fail Enforcement
  6. 🧷 Decision Integrity
  7. 🚮 Final-State Surgery
  8. ⛔ Work Preservation
  9. 🗡️ Git Semantics
  10. 🧊 Protected Paths
  11. 🗣️ Data Fidelity
  12. 🔤 Literal Exactness
  13. 🔒 Threshold-Gated Action
  14. 🔁 Determinism
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the covenant-patterns skill do?

Apply covenant principles as design constraints across all core systems. Use when building agents, prompts, recipes, artifacts, or multi-agent architectures.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill covenant-patterns --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going