claude-skills-supercharged
Automatic skill detection and injection for coding workflows
All Skills in This Repository (4)
Pure Emerald Level Indicatorspython-best-practices
Enforce PEP 8, type hints, and NumPy-style docstrings in Python files.
git-workflow
Standardize Git workflows with Conventional Commits and branch naming.
skill-developer
Automate creation, management, and debugging of Claude Code skills.
api-security
Enforce authentication, authorization, and input validation in API implementations.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core