Agent Skill
Yuno turns your coding agent into a sparring partner — it greps your code, finds what you missed, and challenges you with line numbers.
Paste this into Claude Code, Cursor, or any coding agent:
Read https://yuno.md/SKILL.md and install the skill
Your agent reads the skill, installs it, and activates it automatically.
// primitives.rs fn is_within_allowed(path: &str, allowed: &[String]) -> bool { let canonical = fs::canonicalize(path).unwrap(); // line 47 allowed.iter().any(|dir| { let allowed_canonical = fs::canonicalize(dir).unwrap(); canonical.starts_with(allowed_canonical) }) }
Because Yuno doesn't just critique — it reads your code first. Any prompt can say "question my assumptions." Yuno greps your repo, finds the actual complexity you didn't mention, and throws it back at you with line numbers.
Compatible with: