一键导入
aitk-gemini
Gemini CLI command definitions in TOML. Use for adding or modifying commands, categories, or sandbox tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Gemini CLI command definitions in TOML. Use for adding or modifying commands, categories, or sandbox tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reusable prompt snippets for Claude and Gemini. Use for adding snippets, renaming slugs, or editing snippet folder structure.
Standards system and docs. Use when editing files in `standards/` or `docs/`, including authoring conventions, install, and sync. Do not load just to read `prose.md`. Read it directly.
Drafts or updates `.claude/ROADMAP.md` by sequencing the MVP scope from `.claude/REQUIREMENTS.md` into ordered versions, each a usable increment. Use when asked to "draft a roadmap", "build the roadmap", "sequence the versions", "plan the roadmap", or "update the roadmap". Do NOT break versions into task-level steps. That is `claude-feature` and `.claude/TASKS.md`.
Creates a new snippet file in `snippets/`. Use when asked to create a snippet, add a snippet, or make a new snippet.
Creates a new standard file in `standards/`. Use when asked to create a standard, add a standard, or write a new authoring convention. Do NOT use to edit an existing standard.
Claude skill structure and authoring rules
| name | aitk-gemini |
| description | Gemini CLI command definitions in TOML. Use for adding or modifying commands, categories, or sandbox tests. |
Read .claude/context/gemini.md for existing categories and commands before adding.
When adding a new command:
.toml in gemini/commands/<category>/scripts/sandbox/<category>/<cmd>.sh.claude/context/gemini.mdWhen modifying a command:
.claude/context/gemini.md if the description changedclaude/skills/ and update it to matchWhen adding a new category:
gemini/commands/ and scripts/sandbox/.claude/context/gemini.mdWhen editing tooling/gemini/seeds/:
.gemini/ and GEMINI.md for drift. The toolkit dogfoods its own gemini seeds..claude/context/gemini.md: commands inventory, setup, adding commandsprompts/gemini-cli.md: full conventions for command structure and TOML format