# Bb Repo Create

> DEPRECATED alias - use /repo-create. Creates a Bitbucket repo and wires the local git repo. Forwards to studio/scripts/repo-create --bb.

- Skill: `markbaindesign/bb-repo-create` (Agent Skill)
- Install (CLI): `npx skillmds@latest add markbaindesign/bb-repo-create`
- Raw SKILL.md: https://api.skillmd.com/api/skills/markbaindesign/bb-repo-create/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: markbaindesign (https://skillmd.com/u/markbaindesign)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/markbaindesign/bb-repo-create

---


# bb-repo-create — deprecated alias for /repo-create

The repo-creation tools were merged into the provider-agnostic `/repo-create`
(`studio/scripts/repo-create`). This name is kept as a wrapper: run

```bash
/media/data/dev/bain-studio/studio/scripts/repo-create --bb {args}
```

with the same flags as before (--name, --workspace, --branch, --no-push, --public,
--setup). See the repo-create skill for full usage.

