Skip to content

Codeminer42/skills

Repository files navigation

Codeminer42 Skills

A collection of Agent Skills by Codeminer42 — reusable capabilities that help AI coding agents perform specialized tasks more effectively.

Available Skills

Skill Description
sherlock Autonomous investigation loop for finding and fixing performance issues, flaky tests, memory leaks, and reliability problems.
privacy-assessment-rails Assess a Rails app's full codebase for compliance with privacy laws, like GDPR and LGPD.
privacy-by-design-rails Privacy-by-design patterns for Rails features that handle personal data — encryption, consent flows, DSAR endpoints, anonymization, and compliance with privacy laws like GDPR and LGPD.
privacy-review-rails Review uncommitted or recently changed files for privacy-by-design rule violations (based on privacy laws like GDPR and LGPD) before committing.

Installation

Install all skills from this repository:

npx skills add Codeminer42/skills

Install a specific skill:

npx skills add Codeminer42/skills --skill skill-name

Manual Installation

For Claude Code, copy a skill directory directly:

cp -r skill-name/ ~/.claude/skills/

What Are Agent Skills?

Skills are folders of instructions, scripts, and resources that AI agents can discover and use to perform better at specific tasks. They follow the open Agent Skills specification and work across compatible agents including Claude Code, GitHub Copilot, Cursor, and others.

Each skill contains at minimum a SKILL.md file with YAML frontmatter (name and description) followed by markdown instructions.

Contributing

See CONTRIBUTING.md for guidelines on creating and submitting new skills.

License

This project is licensed under the MIT License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages