kkhys/claude-code-marketplace
These skills were discovered automatically and have not necessarily received an editorial review.
adding-hooksIndexed
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 skillcreating-branch-nameIndexed
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 skillcreating-commandIndexed
Best practices for creating custom slash commands with frontmatter, arguments, bash execution, and file references. Use when creating slash commands.
View indexed skillcreating-git-worktreeIndexed
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 skillcreating-prIndexed
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 skillcreating-rulesIndexed
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 skillcreating-skillIndexed
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 skillcreating-subagentIndexed
Guides creation of custom subagents with YAML frontmatter, system prompts, tool restrictions, and permission modes. Use when creating or configuring subagents.
View indexed skillformatting-commitIndexed
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 skillsplitting-commitIndexed
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