wrap
01jefflester/claude-skills-supercharged
Command Claude Code
A "supercharged" implementation of Claude Code Skills – using Haiku prompt analysis/critical skill scoring and skill auto-injection for friction-free, context-driven workflows.
jefflester/claude-skills-supercharged
Command Claude Code
A "supercharged" implementation of Claude Code Skills – using Haiku prompt analysis/critical skill scoring and skill auto-injection for friction-free, context-driven workflows.
jefflester/claude-skills-supercharged
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing skill-activation-prompt.sh. From jefflester/claude-skills-supercharged.
jefflester/claude-skills-supercharged
Settings file Claude Code
Agent settings declaring 1 hook event (UserPromptSubmit).
jefflester/claude-skills-supercharged
Skill Claude CodeCodex
API security best practices and common vulnerability prevention. Enforces security checks for authentication, input validation, SQL injection, XSS, and OWASP Top 10 vulnerabilities. Use when building or modifying APIs.
jefflester/claude-skills-supercharged
Skill Claude CodeCodex
Git workflow best practices including commit messages, branching strategies, pull requests, and collaboration patterns. Use when working with Git version control.
jefflester/claude-skills-supercharged
Skill Claude CodeCodex
Python development best practices including PEP 8 style guidelines, type hints, docstring conventions, and common patterns. Use when writing or modifying Python code.
jefflester/claude-skills-supercharged
Skill Claude CodeCodex
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, keyword triggers, hook…