claude-skills
Python code quality, security audits, and architecture standards
All Skills in This Repository (4)
Pure Emerald Level Indicatorssams-architecture
Codify architectural patterns enforcing Service→Repository→Database with security standards for Python APIs and DevOps workflows.
technical-blog-post
Transform raw project data into structured technical blog posts for Astro.
sam-voice
Apply a direct, technical writing voice while enforcing banned words in English and French.
outcome-engineering
Reframe software development tasks into measurable outcomes with verification criteria.
Frequently Asked Questions
FAQPage SchemaHow to install claude-skills?▼
Run `npx skills add sam-dumont/claude-skills --all -g -y` in your terminal to install all skills in this collection globally.
How to set up Python linting and type checking?▼
The code-quality skill configures ruff, mypy, xenon, vulture, and pre-commit hooks with ready-made pyproject.toml and Makefile targets.
How to audit Python code for security vulnerabilities?▼
The code-security skill runs Bandit and pip-audit for known issues, then reasons through auth bypasses, injection, and path traversal flaws that static tools miss.
Can these skills catch low-quality AI-generated code?▼
Yes. The advanced-code-quality skill detects hallucinated imports, copy-paste duplication, and bloated functions using tightened thresholds on tools like sloppylint and complexipy.
Do I need coding experience to use these skills?▼
Basic Python familiarity helps, but the skills provide complete configurations and step-by-step workflows your agent executes automatically.
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