一键导入
bai-create-project
Bootstrap a Black Atom Industries project — loads org context from about:bai and bai:* skills, then invokes dev:create-project with BAI defaults.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bootstrap a Black Atom Industries project — loads org context from about:bai and bai:* skills, then invokes dev:create-project with BAI defaults.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Black Atom Industries theme ecosystem context. Load when BAI, themes, adapters, or colorschemes come up.
Create a new Black Atom Industries issue
Show Black Atom issues ready to work (no blockers)
Review and clean up Black Atom issues
Show my Black Atom Industries issues
Update a Black Atom issue (status, labels, relations, etc.)
基于 SOC 职业分类
| name | bai-create-project |
| description | Bootstrap a Black Atom Industries project — loads org context from about:bai and bai:* skills, then invokes dev:create-project with BAI defaults. |
| argument-hint | [name] [--type adapter|plugin|core|tool|app] |
| metadata | {"argument-hint":"[name] [--type adapter|plugin|core|tool|app]"} |
Wrapper over dev:create-project for Black Atom Industries repos. Loads org context first to understand the ecosystem, then applies BAI-specific defaults before delegating to the base skill.
Invoke about:bai to understand the Black Atom ecosystem:
Read bai:* skills for org conventions:
bai:commit — commit message conventions, GitHub issue integrationbai:status / bai:create / bai:update — issue workflow patternsbai:review / bai:close — issue lifecycleAsk if ambiguous. Use AskUserQuestion:
| Type | Description | Example |
|---|---|---|
| Adapter | Theme adapter repo — maps Black Atom tokens to a tool's theme format | black-atom-industries/ghostty, black-atom-industries/tmux |
| Plugin | Neovim/editor plugin (Lua, not TS — different ecosystem conventions) | radar.nvim |
| Core | @black-atom/core packages — theme definitions, color math, utilities | core/ monorepo packages |
| Tool | Dev tooling for the BAI ecosystem | helm, livery |
| App | Web or desktop app | monitor, livery (Tauri) |
Applied as overrides to dev:create-project:
| Setting | Value |
|---|---|
| Path | ~/repos/black-atom-industries/{name} |
| GitHub org | black-atom-industries |
| CLAUDE.md | Include GitHub project reference (Black Atom V1, project #7) |
| settings.json | Include Skill(bai:create), Skill(bai:update) in allowedTools |
| Commit skill | Reference bai:commit in .claude/ config |
| .gitignore | Add BAI-specific entries (e.g., .luarocks/ for Lua plugins, adapter build artifacts) |
--typedev:create-project with:
~/repos/black-atom-industries/{name}bai:commit referenced in settingsdev:create-project — base skill invoked with org overridesabout:bai — org ecosystem context (adapters, core, theme system)bai:commit — commit conventions with GitHub issue integrationbai:status — issue tracking workflow