jefflesterjefflesterCommunity·4 Agent Skills Included

claude-skills-supercharged

Automatic skill detection and injection for coding workflows

Detects what your prompt needs and loads the right coding guidelines automatically, with 95%+ accuracy. Removes the need to remember skill names or manually invoke them before every coding session. Includes ready-made guidance for Python style, Git workflows, API security, and building custom skills. Caches results and tracks sessions to keep responses fast and costs near one dollar per month.
npx skills add jefflester/claude-skills-supercharged --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-skills-supercharged?

Run `npx skills add jefflester/claude-skills-supercharged --all -g -y` in your terminal to install all skills globally.

How does automatic skill detection work?

A hook analyzes each prompt you write, scores every skill's relevance from 0 to 1, and injects any skill scoring above 0.65 into context automatically.

What coding skills are included?

You get Python best practices, Git workflow conventions, API security guardrails covering OWASP Top 10, and a skill-developer guide for building your own skills.

How much does the intent analysis cost?

Roughly $1-2 per month at 100 prompts per day, since results are cached for one hour and cached responses return in under 10 milliseconds.

Can I add my own custom skills?

Yes. Create a SKILL.md file with frontmatter, register it in skill-rules.json with trigger keywords, and the system will auto-inject it when relevant.

Related Repositories in Software Engineering

View All in Software Engineering