From atlas
Bitbucket repo: clone/branches/commits/files. Trigger: 'repo', 'clone', 'branch', '레포', '브랜치', '클론'
How this skill is triggered — by the user, by Claude, or both
Slash command
/atlas:repo <repo slug, branch name, or Bitbucket URL><repo slug, branch name, or Bitbucket URL>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
All operations are wrapped in `${CLAUDE_PLUGIN_ROOT}/scripts/bb_repo.sh`. Invoke subcommands instead of writing curl. Repo is auto-detected from `git remote get-url origin`; override with `WORKSPACE=… REPO_SLUG=…` env.
All operations are wrapped in ${CLAUDE_PLUGIN_ROOT}/scripts/bb_repo.sh. Invoke subcommands instead of writing curl. Repo is auto-detected from git remote get-url origin; override with WORKSPACE=… REPO_SLUG=… env.
BITBUCKET_EMAIL + BITBUCKET_API_TOKEN in env. If missing, run /atlas:setup.
| Call | Purpose |
|---|---|
bb_repo.sh info | repo summary (full_name / language / main branch / updated / size / URL) |
bb_repo.sh branches | recent 25 branches sorted by target date |
bb_repo.sh commits [branch] | recent 10 commits on branch (default: main) |
bb_repo.sh src <branch> <path> | raw file contents |
bb_repo.sh ls <branch> <dir> | directory listing (D/F prefix) |
bb_repo.sh diff <source> <destination> | unified diff between refs |
bb_repo.sh list [workspace] | list repos in workspace (default: current) |
bb_repo.sh branch-create <name> <from_hash_or_branch> | create branch via API |
bb_repo.sh branch-delete <name> | delete branch via API |
Cloning is a local git op, not a Bitbucket API op:
git clone [email protected]:${WORKSPACE}/${REPO_SLUG}.git
If the user asks to clone a repo you haven't detected yet, parse the URL first.
https://bitbucket.org/mindai/pcr_skill_networking → WORKSPACE=mindai, REPO_SLUG=pcr_skill_networking
For advanced ops (webhooks, permissions, deploy keys, LFS), hit the API directly — see references/bitbucket-api.md.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub yoonjong12/atlas --plugin atlas