원클릭으로
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.