3stoneBrother3stoneBrotherCommunityยท1 Agent Skills Included

skill-craft

Evaluate, fix, create, and audit Claude Skills

Evaluates Claude Skills against an 8-module quality framework with weighted scoring and anti-pattern detection. Fixes structural defects with prioritized P0/P1/P2 repairs and regression verification, eliminating guesswork and unstable skill behavior. Creates new skills from scratch and audits multi-skill systems for routing conflicts and consistency issues.
npx skills add 3stoneBrother/skill-craft --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install skill-craft?โ–ผ

Run `npx skills add 3stoneBrother/skill-craft --all -g -y` in your terminal to install it globally.

How to check the quality of a Claude Skill?โ–ผ

Point skill-craft at your skill directory and ask it to evaluate. It scores the skill across 8 modules, 7 anti-patterns, and 3 completeness principles with cited evidence.

Can skill-craft fix a broken skill automatically?โ–ผ

Yes. Fix mode produces a prioritized P0/P1/P2 issue list, repairs each item, and re-runs the evaluation so you can compare scores before and after.

How to detect routing conflicts between multiple skills?โ–ผ

Use audit mode on a directory containing several skills. It compares all trigger conditions pairwise and reports overlaps, stale references, and consistency problems.

Does skill-craft work without coding experience?โ–ผ

Yes. You describe what you need in plain language, and the skill handles scanning, scoring, fixing, and validation scripts for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’