← 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 (doctor/update/preview/diff/deploy/status/explain/evolve/rollback). Prefer --json. agentpack_version: "{{AGENTPACK_VERSION}}" metadata: short-description: Operate Agentpack safely.
agentpack-operator
Operate Agentpack safely and reproducibly.
What you can do
- Self-check environment:
agentpack doctor --json - Update sources:
agentpack update --yes --json - Preview changes:
agentpack preview --json(oragentpack plan --json+agentpack diff --json) - Apply changes:
agentpack deploy --apply --yes --json - Verify drift:
agentpack status --json - Explain why things look the way they do:
agentpack explain plan|diff|status --json - Record outcomes and score modules:
agentpack record+agentpack score - Propose overlay updates from drift:
agentpack evolve propose --yes --json - Roll back:
agentpack rollback --to <snapshot_id>
Safety rules
- Never run
deploy --applyunless the user explicitly asked to apply. - Always show the
plan+ (optional)diffsummary first. - Prefer
--jsonfor machine parsing; keep outputs small and scoped. - Use
--repo,--profile,--targetwhen operating outside defaults.
Typical workflow
0) Doctor
agentpack doctor --json
0.5) Update (optional)
agentpack update --yes --json
1) Plan
agentpack plan --json
2) Diff (optional)
agentpack diff --json
3) Apply (only with user approval)
agentpack deploy --apply --yes --json
4) Status
agentpack status --json
AI-first feedback loop (optional)
Explain (optional)
agentpack explain status --json
Record + score (optional)
Record a lightweight execution event (example):
echo '{"module_id":"command:ap-deploy","success":true}' | agentpack record
agentpack score
Evolve overlays (optional)
Capture drifted deployed files into overlays (creates a local git branch):
agentpack evolve propose --yes --json
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

