一键导入
aitk-claude
Claude Code plugin and tooling. Use for adding or modifying plugin skills, the `CLAUDE.md` seed, `aitk claude` commands, or `.claude/context/claude.md`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Claude Code plugin and tooling. Use for adding or modifying plugin skills, the `CLAUDE.md` seed, `aitk claude` commands, or `.claude/context/claude.md`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pulls review findings and CI status on the current branch's open PR, fixes each in the working tree, refreshes any stale `.claude/` docs, replies with a summary comment, and pushes a follow-up commit. The worker's return leg after `claude-pr-review`. Use when asked to "address the review", "fix the PR comments", "respond to review", or after an orchestrator posts findings. Do NOT use to write a review. That is `claude-pr-review`.
Ships a small self-review edit on the current PR branch by staging, committing, pushing, and syncing the open PR, replying on the PR when it carries review comments. Use when asked to "ship a followup", "push the PR fix", "followup", or "commit and push this small change". Do NOT use when there is no open PR for the branch (use git-ship instead).
Claude skill structure and authoring rules
Chains implement → verify → review → ship after a feature plan is approved. Reads the plan for the current branch, runs the full pipeline in one session, and stops on any failure or non-minor review finding. Use when asked to "autoship", "ship this feature end to end", or "run the chain". Do NOT auto-trigger. Requires an approved plan file.
Asserts the orchestrator role for the current session and holds the build loop, dispatching to the roadmap, feature, review, and worktree skills. Use when asked to "be the orchestrator", "run the orchestrator", "orchestrate this project", or to set up the control session for parallel feature builds. Do NOT build features or merge PRs in this session.
Reviews an open pull request from an independent session and posts findings as a review comment on the PR. Reads project docs and the roadmap for cross-feature context a self-review lacks. Use when asked to "review the PR", "review this feature's PR", "post a PR review", or acting as the orchestrator reviewing a worker's PR. Do NOT use to review local uncommitted changes. That is `claude-review`.
| name | aitk-claude |
| description | Claude Code plugin and tooling. Use for adding or modifying plugin skills, the `CLAUDE.md` seed, `aitk claude` commands, or `.claude/context/claude.md`. |
Read .claude/context/claude.md for plugin setup, skills inventory, and aitk claude CLI before editing.
{base-dir}/SKILL.md where {base-dir} is the path shown in the skill header at load time..claude/context/claude.md before adding a skill. It lists all existing skills..claude/standards/skill.md for skill structure and frontmatter conventions..claude/standards/skill.md and .claude/standards/prose.md. The first covers structure and frontmatter. The second covers the body..claude/ (plans, review, audits), derive a slug from the current git branch: run git branch --show-current and replace / with -. Fall back to latest on empty output (detached HEAD). Include the slug in the filename (feature-<slug>.md, review-<slug>.md, ui-checklist-<slug>.md, ux-audit-<slug>.md). This prevents collisions across parallel worktrees.claude/skills/ do not use the aitk-* prefix. That prefix is reserved for internal skills under .claude/skills/. If a plan suggests aitk-* for a plugin skill, flag the mismatch before creating the folder.cd to the sandbox path, then claude --plugin-dir <worktree-root>/claude --model sonnet. Without --plugin-dir, Claude loads main's stale copy. Default to --model sonnet for skill testing.standards-audit and similar), ship only unambiguous regex bans. Defer wordlist or pattern checks to the end-of-cycle claude-standards-audit skill. State the two-layer split when proposing hook scope changes.CLAUDE.md plus the toolkit's own CLAUDE.md. Reserve ~/.claude/ for environment-specific config (terminal capability, machine specifics).Before shipping any change to the seed, a plugin skill, a snippet, or a .claude/ state doc, grep for the identifier you are changing. Check plugin skills for quoted seed section headings, workflows for snippet paths, and .claude/context/claude.md for skill descriptions.
When editing any file under .claude/ in this repo, also check tooling/claude/seeds/ for a mirror path and tooling/claude/reference.md for a description that needs updating.
When adding a new skill:
SKILL.md in claude/skills/.claude/context/claude.mdscripts/sandbox/<category>/<skill>.sh scenario alongside SKILL.md, even when the skill's output is judgment-driven. The deterministic seeded input is the point. Exception: skills whose body explicitly forbids probing, listing, grepping, or reading project surfaces have nothing for a seeded sandbox to anchor against. Skip the scenario for these and do not list it as a follow-up.claude from the scenario directory and invokes the skill manually. "Sandbox cannot drive Claude" is not a reason to skip one, because driving is not its job.When modifying a skill:
.claude/context/claude.md if the description changedgemini/commands/ and update it to matchscripts/sandbox/ and update it if the skill's behavior changed/aitk-sandbox-check before shipping to audit which skills changed without a paired scenario editWhen modifying the CLAUDE.md seed:
CLAUDE.md for drift. Rules that govern both target projects and the toolkit itself should stay mirrored..claude/context/). Keep the section coherent with the same model in .claude/context/claude.md.When modifying the root CLAUDE.md:
tooling/claude/seeds/CLAUDE.md for a mirror. Project-agnostic rules like behavior, scope discipline, worktree gotchas, and scratch structure belong in both. Toolkit-specific rules like the domain skill table, wiki policy, and tool-agnosticism stay at root only..claude/context/claude.md: plugin setup, skills inventory, aitk claude CLI.claude/context/snippets.md: snippets catalog and invocation.claude/context/indexes.md: index.md system rationale and contractstooling/claude/reference.md: seed layout and design notes.claude/standards/skill.md: skill structure, frontmatter, and authoring rules