Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

kkhys/claude-code-marketplace

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
10 indexed skills1 stars

adding-hooks
Indexed

Add and configure Claude Code hooks for event-driven automation. Use when setting up hooks, creating hook scripts, or automating tool-related workflows.

View indexed skill

creating-branch-name
Indexed

Analyzes git changes and creates a new branch with an appropriate name following naming conventions. Use when creating new branches from current changes.

View indexed skill

creating-command
Indexed

Best practices for creating custom slash commands with frontmatter, arguments, bash execution, and file references. Use when creating slash commands.

View indexed skill

creating-git-worktree
Indexed

Creates isolated git worktree environments for parallel development. Fetches latest from default branch, creates worktree in .git-worktrees/, copies .env and .serena files. Branch '/' is converted to '-'. Use when starting new features or switching context.

View indexed skill

creating-pr
Indexed

Create GitHub pull requests with standardized title format and draft status. Use when the user requests to create a PR. This skill uses gh command to create PRs with specific title format '[base-branch] type: description' and generates concise bullet-point descriptions from git changes.

View indexed skill

creating-rules
Indexed

Creates Claude Code rules (.claude/rules/*.md) with YAML frontmatter and path-specific scoping. Use when creating project rules, coding standards, or conditional guidelines for specific file types.

View indexed skill

creating-skill
Indexed

Provides best practices and guidelines for creating Claude Code skills. Use when you need help with skill structure, naming conventions, writing effective descriptions, progressive disclosure patterns, and evaluation methods.

View indexed skill

creating-subagent
Indexed

Guides creation of custom subagents with YAML frontmatter, system prompts, tool restrictions, and permission modes. Use when creating or configuring subagents.

View indexed skill

formatting-commit
Indexed

Commits code changes with appropriate git commit strategy. Adopts Squash (default), new commit, or Interactive Rebase based on context, and creates messages following Conventional Commits format. Use when implementation is complete or user requests a commit.

View indexed skill

splitting-commit
Indexed

Split large changes into logical commits by semantic meaning. Use when handling large features or refactors that should be split into focused commits.

View indexed skill