gitmyhub

claude-skills

Python ★ 10k updated 1mo ago

66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.

A collection of 66 add-ons for Claude Code that automatically detect your task type and load relevant expertise, React, NestJS, security, testing, and more, without requiring manual selection.

Pythonsetup: easycomplexity 2/5

Claude Skills is a collection of 66 specialized add-ons for Claude Code, the AI coding assistant made by Anthropic. The idea is to extend what Claude Code can do out of the box by loading in specific areas of expertise depending on what you are working on.

When you install this plugin and ask Claude Code to help with something, it is supposed to detect what kind of task you are working on and automatically activate the relevant skill. For example, if you ask it to build something in React, it activates a React-focused skill that loads extra reference materials about React. If you ask it to implement authentication in a NestJS API, it activates a different skill with backend-specific guidance. This happens without you needing to tell it which skill to use.

The skills cover a wide range of topics organized into twelve categories: programming languages, backend frameworks, frontend frameworks, infrastructure, APIs, testing, DevOps, security, data and machine learning work, and a few other platform-specific areas.

Beyond individual skills, there are nine workflow commands for managing software projects across their full lifecycle, from initial discovery through code review and retrospectives. These workflow commands are built to integrate with Atlassian tools like Jira and Confluence, so they require an Atlassian MCP server to be set up.

There is also a command called common-ground that is meant to surface and check Claude's assumptions about your project before it starts working. The README describes this as context engineering.

Installing the plugin takes two commands run inside Claude Code: one to add it from the marketplace and one to install it. Full documentation lives on a separate documentation site linked from the repository.

Where it fits