2255 results (16.5ms) page 15 / 113
julianobarbosa / claude-code-skills-precommit exact

Pre-commit hooks framework for multi-language code quality automation. USE WHEN setting up pre-commit OR configuring git hooks OR adding linting OR code formatting OR security scanning OR...

ipoprock / claude-code-showcase-core-components exact

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

ShiverSparkle / skills-setup-to-pyproject exact

Migrate Python projects from setup.py/setup.cfg to pyproject.toml for use with uv. Use when upgrading legacy Python packaging, converting setup.py to modern pyproject.toml format, setting up...

ipoprock / claude-code-showcase-testing-patterns exact

Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.

ipoprock / claude-code-showcase-react-ui-patterns exact

Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.

ipoprock / claude-code-showcase-graphql-schema exact

GraphQL queries, mutations, and code generation patterns. Use when creating GraphQL operations, working with Apollo Client, or generating types.

ipoprock / claude-code-showcase-formik-patterns exact

Formik form handling with validation patterns. Use when building forms, implementing validation, or handling form submission.

softaworks / agent-toolkit-mermaid-diagrams exact

Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling,...

arielperez82 / agents-and-skills-mermaid-diagrams exact

Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling,...

eugenepyvovarov / mcpbundler-agent-skills-marketplace-mermaid-diagrams exact

Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling,...

Nirusan / claude-config-validate-quick exact

Quick validation check returning pass/fail. Use AUTOMATICALLY before any git commit, before pushing code, when user asks "is it ready?", "can we commit?", "does it build?", "c'est prêt?", "on peut...

antoniolg / agent-kit-worktree-helper exact

Guide for creating and working in Git worktrees with a consistent workflow. Use when a user wants to run a task in a separate worktree, create or clean up worktrees, migrate a repo into a...

jeninh / ampskills-dotfile exact

credit to Amolith - https://git.secluded.site/agent-skills/blob/main/skills/formatting-commits/SKILL.md

mudigosa / image-classifier exact

Image Classifier Going forward, AI algorithms will be incorporated into more and more everyday applications. For example, you might want to include an image classifier in a smartphone app. To do...

arielperez82 / agents-and-skills-versioning-skills exact

REQUIRED for all skill development. Automatically version control every skill file modification for rollback/comparison. Use after init_skill.sh, after every str_replace/create_file, and before packaging.

oaustegard / claude-skills-versioning-skills exact

REQUIRED for all skill development. Automatically version control every skill file modification for rollback/comparison. Use after init_skill.sh, after every str_replace/create_file, and before packaging.

Donngi / agent-skills-commit exact

コミット規約に沿ったコミットを作成する(変更の分類・分割も自動判断)。ユーザーが「コミットして」「変更をコミット」「/commit」などと言った場合に使用。Conventional Commitsを基本とした規約に従い、適切なtype/scope/subjectを自動生成。複数の論理単位に分割すべき変更は自動判断して複数コミットに分割する。

merge 0.00
meganide / claude-merge exact

Fetch latest from origin main and merge with the current branch. Handles conflicts interactively by presenting changes and recommendations.

flurdy / agent-skills-rebase-main exact

Rebase the current branch onto an updated main branch. Use when main has been updated and you need to incorporate those changes into your feature branch.

claude-world / director-mode-lite-check-environment exact

Verify development environment is ready