Agent Skill
2/7/2026worktree-feature-development
This skill should be used when the user asks to "start a new feature", "create feature branch in worktree", "set up isolated feature development", "work on feature in separate directory", or mentions git worktree for feature isolation.
K
kadel
0GitHub Stars
2Views
npx skills add kadel/claude-plugins
SKILL.md
| Name | worktree-feature-development |
| Description | This skill should be used when the user asks to "start a new feature", "create feature branch in worktree", "set up isolated feature development", "work on feature in separate directory", or mentions git worktree for feature isolation. |
claude-plugins
A collection of Claude Code plugins for development workflows.
Installation
Claude Code
From marketplace:
/plugin marketplace add kadel/claude-plugins
/plugin install rhdh-plugin-dev@claude-plugins
/plugin install rhdh-context@claude-plugins
/plugin install review@claude-plugins
/plugin install jira-utils@claude-plugins
/plugin install ghostty@claude-plugins
Local development:
claude --plugin-dir ./plugins/rhdh-plugin-dev
claude --plugin-dir ./plugins/rhdh-context
claude --plugin-dir ./plugins/review
claude --plugin-dir ./plugins/jira-utils
claude --plugin-dir ./plugins/ghostty
Install individual skills
Install skills using skills CLI.
Interactive mode — browse and select skills to install:
npx skills add kadel/claude-plugins
Install a specific skill:
npx skills add kadel/claude-plugins --skill use-jira-cli
Skills
| Skill | Description | Install |
|---|---|---|
| use-jira-cli | Interact with Jira issues, sprints, and projects via CLI | npx skills add kadel/claude-plugins --skill use-jira-cli |
| md-to-jira | Convert Markdown to Jira wiki markup syntax for Jira and Confluence | npx skills add kadel/claude-plugins --skill md-to-jira |
| rhdh-backend-dynamic-plugin | Bootstrap backend dynamic plugins for RHDH | npx skills add kadel/claude-plugins --skill rhdh-backend-dynamic-plugin |
| rhdh-frontend-dynamic-plugin | Bootstrap frontend dynamic plugins for RHDH | npx skills add kadel/claude-plugins --skill rhdh-frontend-dynamic-plugin |
| generate-frontend-wiring | Generate RHDH wiring config for Backstage frontend plugins | npx skills add kadel/claude-plugins --skill generate-frontend-wiring |
| backstage-cr | Create and configure Backstage Custom Resources for rhdh-operator | npx skills add kadel/claude-plugins --skill backstage-cr |
| rhdh-catalog-index | Extract and inspect the RHDH plugin catalog index OCI image | npx skills add kadel/claude-plugins --skill rhdh-catalog-index |
| rhdh-context | RHDH product context — what it is, how it differs from Backstage, key nuances | npx skills add kadel/claude-plugins --skill rhdh-context |
| documentation | Review documentation changes in GitHub PRs for clarity and correctness | npx skills add kadel/claude-plugins --skill documentation |
| git-commit | Create well-structured git commits with meaningful messages and attribution | npx skills add kadel/claude-plugins --skill git-commit |
| ghostty-applescript | Control Ghostty terminal via AppleScript — open splits, render markdown with glow | npx skills add kadel/claude-plugins --skill ghostty-applescript |
License
MIT
Skills Info
Original Name:worktree-feature-developmentAuthor:kadel
Download