← Back to list

agentpack-operator
by liqiongyu
A declarative, safe control plane for deploying coding-agent assets across tools.
⭐ 10🍴 1📅 Jan 24, 2026
SKILL.md
name: agentpack-operator description: Operate agentpack safely in Claude Code. Use /ap-* commands for execution; prefer --json. agentpack_version: "{{AGENTPACK_VERSION}}"
agentpack-operator
Operate Agentpack safely and reproducibly in Claude Code.
When to use Agentpack
- The user asks to check drift, preview changes, apply changes, or explain why changes happened.
- You need a safe, scriptable workflow with stable
--jsonoutput and guardrails.
How to operate (Claude Code)
Prefer the /ap-* slash commands installed by agentpack bootstrap:
/ap-doctor: validate environment and target roots/ap-update: update lock + fetch (mutating; user-invoked only)/ap-preview: plan + optional diff summary (read-only)/ap-plan: compute desired state plan (read-only)/ap-diff: diff desired vs current (read-only)/ap-deploy: apply changes (mutating; user-invoked only)/ap-status: compute drift (read-only)/ap-explain: explain plan/diff/status (read-only)/ap-evolve: propose overlay changes from drift (mutating; user-invoked only)
If the /ap-* commands are missing or outdated, run:
agentpack --target claude_code bootstrap --scope both
Safety rules
- Never run
deploy --applyunless the user explicitly asked to apply. - Always show
preview/planfirst, and includediffwhen useful. - Prefer
--jsonfor automation and keep outputs small and scoped. - For mutating operations in automation, always pass
--yesand require explicit user approval.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

