By briefbox
Git workflow: dock to a JIRA issue, then ship with yolo/careful/corporate schemes
Shiply - fetch PR comments, evaluate legitimacy, plan fixes or push back
Shiply Chain - create the next sequential chain branch (-a, -b, -c...) from the current working branch
Shiply Dock - search or create a JIRA issue, then create a smart-commit branch
Shiply Chain - create the next sequential chain branch (-a, -b, -c...) from the current working branch
Shiply - create a branch, commit, push, and open a PR (careful mode)
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A plugin marketplace and skill repository for Claude Code containing BriefBox's shared developer workflow commands and auto-triggered skills.
/plugin marketplace add Briefbox/BriefBox.Claude.Plugins
git clone https://github.com/Briefbox/BriefBox.Claude.Plugins.git
/plugin marketplace add ./BriefBox.Claude.Plugins
/plugin marketplace add Briefbox/BriefBox.Claude.Plugins#v1.0.0
Add to ~/.claude/settings.json (user-wide) or .claude/settings.json (per-project):
{
"extraKnownMarketplaces": {
"briefbox": {
"source": {
"source": "github",
"repo": "Briefbox/BriefBox.Claude.Plugins"
}
}
}
}
Once the marketplace is added, install individual plugins:
/plugin install shiply@briefbox
Then reload to activate:
/reload-plugins
Skills are separate from plugins — they're auto-triggered capabilities that Claude Code discovers from the filesystem, not from marketplaces. There is no /plugin install for standalone skills.
To use a skill from this repo's skills/ directory:
# Project-wide (committed to the repo that needs the skill)
cp -r skills/<skill-name> <your-project>/.claude/skills/
# User-wide (available in all your projects)
cp -r skills/<skill-name> ~/.claude/skills/
Once in place, skills activate automatically when your message matches their trigger keywords — no slash command needed.
Note: Some skills (like obsidian-cli) are bundled inside plugins under
plugins/and distributed via the marketplace. BriefBox-authored standalone skills live inskills/and are copied manually.
Git workflow commands for docking to JIRA issues and shipping code.
| Command | Description |
|---|---|
/dock | Search or create a JIRA issue, then create a smart-commit branch |
/ship | Auto-detect shipping scheme from your repo's CLAUDE.md and ship |
/ship-yolo | Commit and push to the current branch |
/ship-careful | Create a branch, commit, push, and open a PR |
/ship-corporate | Review changes with approval gate, then branch + commit + push + PR |
Add these keys to your repo's CLAUDE.md to configure behavior:
shiply-scheme: careful
dock-project: BB
dock-branch-prefix: feature/
| Key | Required | Default | Description |
|---|---|---|---|
shiply-scheme | No | asks user | yolo, careful, or corporate |
dock-project | For /dock | — | JIRA project key |
dock-provider | No | jira | Issue tracker (jira only for now) |
dock-cloud-id | No | auto-discovered | Atlassian cloud instance ID |
dock-branch-prefix | No | (empty) | Prefix for branch names (e.g. feature/) |
/dock # find/create JIRA issue → creates branch BB-142-add-retry-logic
# ... do your work ...
/ship # ships using the scheme configured in CLAUDE.md
Obsidian vault operations via the official Obsidian CLI (v1.12+). Triggers automatically on keywords like "obsidian", "vault", "daily note", etc. Distributed as a plugin since it's an external fork:
/plugin install obsidian-cli@briefbox
Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal.
npx claudepluginhub briefbox/briefbox.claude.plugins --plugin shiplyGit 워크플로우, 브랜치 전략, 커밋 컨벤션, TiDD(Ticket Driven Development) 가이드
Jira Cloud REST API v3 CLI and shell library - issue CRUD, JQL search, transitions, sprint management, comments, links, and ADF builders
Git-as-knowledge-graph workflow for traceability across issues, branches, commits, reviews, and PRs.
Manage isolated git worktree workspaces for multi-repo development
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git workflow automation: conventional commits with branch protection, ticket tracking, and semantic correlation