steering-matcher

Community

Match files to steering patterns for guidance

Authorrjmurillo
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps orchestrators determine which steering guidance applies to the files being modified by matching file paths against steering file front matter patterns. Steering files are prioritized so the most relevant guidance is applied first.

Core Features & Use Cases

  • Pattern-based matching: Compare modified file paths to steering file front matter applyTo patterns.
  • Priority-driven results: Return steering files sorted by priority (highest first) for deterministic guidance.
  • Context-ready output: Produce a list of matching steering files to inject into agent prompts.

Quick Start

Use the Get-ApplicableSteering.ps1 script to find applicable steering for a set of files:

pwsh .claude/skills/steering-matcher/Get-ApplicableSteering.ps1 -Files @("src/claude/analyst.md") -SteeringPath ".agents/steering"

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: steering-matcher
Download link: https://github.com/rjmurillo/ai-agents/archive/main.zip#steering-matcher

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.