BeClaude

claude-wayfinder

New
1GitHubGeneralby glitchwerks

Deterministic, auditable agent/skill dispatch for Claude Code. A typed seven-decision scoring kernel runs after the router has read the conversation — post-cognitive routing instead of prose-scanning. Auto-generates its catalog from skill sidecars and agent frontmatter.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-wayfinder.md https://raw.githubusercontent.com/glitchwerks/claude-wayfinder/main/SKILL.md
3
Invoke in Claude Code
/claude-wayfinder
View source on GitHub
agent

Frequently Asked Questions

What is claude-wayfinder?

Deterministic, auditable agent/skill dispatch for Claude Code. A typed seven-decision scoring kernel runs after the router has read the conversation — post-cognitive routing instead of prose-scanning. Auto-generates its catalog from skill sidecars and agent frontmatter.

How to install claude-wayfinder?

To install claude-wayfinder, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /claude-wayfinder.

What is claude-wayfinder best for?

claude-wayfinder is a community categorized under General. It is designed for: agent. Created by glitchwerks.