nariatrip191/my-claude-skills
Manage reusable Claude Code skills for PR review, security audits, and dependency checks to save time on real projects
Platform-specific configuration:
{
"mcpServers": {
"my-claude-skills": {
"command": "npx",
"args": [
"-y",
"my-claude-skills"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/nariatrip191/my-claude-skills)
my-claude-skills is a set of Claude Code skills for day-to-day work on software projects. It helps you review pull requests, check code for security issues, and inspect dependencies before you ship changes.
It is made for people who want clear checks without setting up a lot of tools.
Use the GitHub link above to visit this page to download the files. Then follow the steps below on Windows.
Open the GitHub page and download the repository as a ZIP file.
If you use Git, you can also clone it:
git clone https://github.com/nariatrip191/my-claude-skills.gitIf you downloaded the ZIP file, right-click it and choose Extract All.
After extraction, you should see a folder named:
my-claude-skillsClaude Code stores skills in a local folder on your computer.
On Windows, use this path:
C:\Users\YourName\.claude\skillsIf the skills folder does not exist, create it.
Pick one skill folder from my-claude-skills and copy it into your Claude Code skills folder.
Example:
my-claude-skills\pr-review-expertCopy it to:
C:\Users\YourName\.claude\skills\pr-review-expertYou can repeat this for each skill you want to use.
Start Claude Code after you copy the skill folder.
Claude Code should detect the skill from the local skills folder.
If you have Gi
Loading reviews...