agentsclimarketplace

Authority chain

Skill lubochka/xiigen-general-skills/agent-skills/authority-chain

Open-source AI agent skills for safer Claude, Codex and Cursor coding workflows

Install
npx -y skills add lubochka/xiigen-general-skills --skill authority-chain

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Resolve which instructions win when rules conflict. Use at the start of every task and whenever instructions disagree.

SKILL.md

0.9 KB, as published. Nobody here has run it

Authority Chain

Purpose

Resolve which instructions win when rules conflict.

When to Use

Use at the start of every task and whenever instructions disagree.

Inputs

User request, repository rules, project docs, local skills, and tool constraints.

Steps

  1. Identify all applicable instruction sources.
  2. Order them by authority and recency.
  3. Name conflicts before acting.
  4. Follow the highest-authority applicable rule.

Gates

No unresolved instruction conflict remains before execution.

Evidence

The final work reflects the selected rule order.

Anti-Patterns

Following agent habit over project rules; copying another project's rule file wholesale.

Related

project-rules-first, document-hierarchy

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.