git-commit-message
Generate clear, conventional commit messages following best practices. Use when the user wants help writing commit messages, needs to follow conventional commits format, or wants descriptive git history.
35124 skills
Generate clear, conventional commit messages following best practices. Use when the user wants help writing commit messages, needs to follow conventional commits format, or wants descriptive git history.
Create GitHub Actions workflows for CI/CD. Use when the user needs to set up automated testing, deployment pipelines, or GitHub automation.
Generate appropriate .gitignore files for projects. Use when the user needs to create or update gitignore rules for different languages, frameworks, or tools.
Design and build GraphQL schemas and resolvers. Use when the user needs to create GraphQL APIs, define types, or implement queries and mutations.
Set up icon systems for applications. Use when the user needs to add icons, create icon components, or implement icon libraries.
Implement input validation and sanitization. Use when the user needs to validate request data, sanitize user inputs, or create validation schemas.
Build integration tests for APIs and services. Use when the user needs to test API endpoints, database interactions, or external service integrations.
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident ...
Generate JSDoc comments for JavaScript/TypeScript code. Use when the user needs to document functions, classes, or modules with JSDoc annotations.
Generate JSON Schema definitions for data validation. Use when the user needs to create schemas for API validation, document data structures, or configure validators.
Generate Kubernetes manifests for deployments. Use when the user needs to create K8s deployments, services, configmaps, or other Kubernetes resources.
Choose and apply open source licenses. Use when the user needs to select a license for their project, understand license implications, or add license files.