一键导入
tranquilo-maintainer
Use when modifying the Tranquilo repo, release automation, CLI/MCP surfaces, installers, or shipped agent assets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when modifying the Tranquilo repo, release automation, CLI/MCP surfaces, installers, or shipped agent assets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | tranquilo-maintainer |
| description | Use when modifying the Tranquilo repo, release automation, CLI/MCP surfaces, installers, or shipped agent assets. |
Use this skill when working inside the Tranquilo repository.
auth_status only when testing live Tranquilo behavior; do not require live credentials for release or packaging work.main, run the release workflow from the GitHub Actions panel on the main branch.tranquilo workspace but the PR should not bump the CLI.CHANGELOG.md; add or update .changeset/*.md instead.packages/docs-content: meta.json, versions/**, llms.txt, and skill.md. Generated docs are written directly to exact versions/vX.Y.Z paths so the public switcher only shows numbered CLI versions.feat: add release packaging or fix: repair PR install route.pre-commit, commit-msg, and pre-push hooks aligned with CI. Pre-push should include the changeset gate, build, release smoke, and actionlint.packages/cli-model/src/agent-catalog.ts as the source of truth for MCP tool metadata, agent-safe CLI commands, public docs, API boundaries, and shipped agent assets. Keep site-only install/download route behavior in packages/site-model so Turbo affected can distinguish site-only changes from CLI release changes.bun run generate and include the resulting packages/docs-content changes. Ignored agent and site artifacts are still regenerated by bun run generate, bun run dev:*, bun run build, and bun run check.@anthropic-ai/mcpb only for MCPB init/pack workflows. It does not solve drift between MCP tools, skills, manifests, and docs; the catalog generator does.auth_login_start and auth_login_verify.Run these before handing off release or install changes:
bun run check
bun run generate
bun run actions:lint
bun run knip:check
bun run typecheck
bun run test
bun run build
bun run release:verify
For PR release testing, use the generated Vercel PR install URL after the preview artifact workflow completes.