Skip to content

Add information priority instructions to common skill#31

Merged
BeArchiTek merged 3 commits into
mainfrom
ps-skill-priority-instructions-v2
Jun 11, 2026
Merged

Add information priority instructions to common skill#31
BeArchiTek merged 3 commits into
mainfrom
ps-skill-priority-instructions-v2

Conversation

@PhillSimonds

Copy link
Copy Markdown
Contributor

Instructs AI agents to consult skill rules and reference docs before searching external documentation. Placed in infrahub-common/SKILL.md as the single shared location loaded by all other Infrahub skills.

With the skill installed, claude was completely ignoring local information and instead decided to just go search the web for information. This should ensure claude references local skill information, only reaching out to external resources as it hits the edge of what is included in the skill.

Instructs AI agents to consult skill rules and reference
docs before searching external documentation. Placed in
infrahub-common/SKILL.md as the single shared location
loaded by all other Infrahub skills.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

@BeArchiTek BeArchiTek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anthropic’s official Agent Skills Best Practices recommends “workflow” as the standard term for any sequential process an AI should follow:

Use workflows for complex tasks — Break complex operations into clear, sequential steps.

Two reasons to prefer “workflow” here:

  1. Terminology collision — Our skills already use “Priority” as a column header in Rule Categories tables (CRITICAL/HIGH/MEDIUM/LOW). Using “Priority” for information sourcing order creates inconsistency, which Anthropic explicitly warns against:

Choose one term and use it throughout the skill

  1. Codebase convention — PR #37 already established Workflow sections across 5 skills.
  2. This new section is functionally a workflow (step 1: check local rules → step 2: check shared knowledge → step 3: external docs), so it should follow the same pattern.

@BeArchiTek BeArchiTek added the changes/patch Bump patch version (bug fix) label Apr 10, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 19, 2026

Copy link
Copy Markdown

Deploying infrahub-skills with  Cloudflare Pages  Cloudflare Pages

Latest commit: efbe092
Status: ✅  Deploy successful!
Preview URL: https://8fd5943e.infrahub-skills.pages.dev
Branch Preview URL: https://ps-skill-priority-instructio.infrahub-skills.pages.dev

View logs

@github-actions github-actions Bot added the skill/common Changes to the infrahub-common skill label May 19, 2026
@BeArchiTek BeArchiTek merged commit c611447 into main Jun 11, 2026
7 checks passed
@BeArchiTek BeArchiTek deleted the ps-skill-priority-instructions-v2 branch June 11, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes/patch Bump patch version (bug fix) skill/common Changes to the infrahub-common skill

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants