Skip to content

maciejszeffer/my-claude-skills

 
 

Repository files navigation

the Claude skills I can't build without anymore

6 production-ready Claude Code skills I use daily as girl in AI/ML Every single one of these has saved me hours on real projects.


how to install

git clone https://github.com/YOUR_USERNAME/my-claude-skills.git

Then copy any skill folder into your Claude Code skills directory:

cp -r my-claude-skills/pr-review-expert ~/.claude/skills/

the 6 skills

1. pr-review-expert

Paste your pull request diff and Claude does a full blast radius analysis, security scan, and coverage check before you ship anything.

why I use it: stops me shipping broken code at midnight


2. skill-security-auditor

Scans your code for command injection, data exfiltration, and prompt injection vulnerabilities. Zero dependencies — runs anywhere Python runs.

why I use it: I run this before every deploy


3. dependency-auditor

Scans every library in your project for license compliance, security risks, and tells you exactly what to upgrade and why.

why I use it: catches the stuff you forget to check


4. tech-debt-tracker

Scans your entire codebase, scores the debt, prioritizes what to fix first, and generates a trend dashboard so you can see your code getting cleaner over time.

why I use it: makes tech debt visible instead of invisible


5. performance-profiler

Profiles your Node, Python, or Go code, analyzes bundle size, and runs load testing so you find bottlenecks before your users do.

why I use it: essential before any production release


6. ci-cd-pipeline-builder

Detects your stack automatically and generates a complete GitHub Actions or GitLab CI config. No more copying YAML from Stack Overflow.

why I use it: sets up my entire pipeline in minutes not hours

let's build together

If you build something with these drop it in my comments — I want to see what you're making.

Follow along for more AI engineering tutorials → @mar_antaya

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.3%
  • JavaScript 4.7%