spboyerspboyerCommunityยท2 Agent Skills Included

sensei

Automated skill frontmatter compliance scoring and iterative improvement

Audits and improves SKILL.md frontmatter so agents trigger the right skill every time. Scores descriptions, adds trigger phrases, checks token budgets, and runs trigger tests automatically. Loops through read, score, improve, and verify steps until each skill reaches Medium-High compliance. Works as a Copilot CLI skill, standalone CLI, GitHub Action, or importable library.
npx skills add spboyer/sensei --all -g -y
Available:

Tells the AI agent how this repository is structured, the frontmatter and token-budget conventions to follow, and which commands to run when scoring or modifying skills.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Sensei?โ–ผ

Run `npx skills add spboyer/sensei --all -g -y` in your terminal to install the skill globally for your agent.

What problem does Sensei solve?โ–ผ

It fixes skill collision, where agents pick the wrong skill because frontmatter lacks trigger phrases or has bloated descriptions. Sensei scores each SKILL.md and rewrites it until it reaches Medium-High compliance.

How does the Sensei improvement loop work?โ–ผ

It reads your SKILL.md, scores the frontmatter, adds WHEN trigger phrases, scaffolds and runs trigger tests, checks token limits, then repeats until the target score is reached.

Can I use Sensei in CI pipelines?โ–ผ

Yes. Sensei ships as a GitHub Action and an npm CLI, so you can run compliance checks with strict mode on every pull request.

Does Sensei work with Claude Code and Copilot CLI?โ–ผ

Yes. It follows the open Agent Skills specification, so it runs in Copilot CLI, Claude Code, and any agent that supports the SKILL.md standard.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’