sam-dumontsam-dumontCommunity·4 Agent Skills Included

claude-skills

Python code quality, security audits, and architecture standards

Sets up and enforces Python code quality with ruff, mypy, complexity gates, dead code detection, and pre-commit hooks. Runs security audits combining Bandit and pip-audit with reasoning-based analysis for injection, auth bypasses, and logic flaws. Applies proven architecture patterns, outcome-first planning, and structured technical writing workflows to ship reliable software faster.
npx skills add sam-dumont/claude-skills --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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