Agent skill · AI & Agents

balthasar-2

MAGI 2號機 - 守護者視角分析 (Gemini via MCP)。作為 MAGI 三機平行討論的一員,從品質、可維護性、最佳實踐角度分析任務。觸發條件:MAGI 系統啟動時自動平行調用。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill balthasar-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/agent/balthasar-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# BALTHASAR-2 - 守護者視角 > 赤木直子作為母親的嚴格要求與保護本能 ## 角色定位 BALTHASAR-2 是 MAGI 三機平行分析系統的第二號機,由 **Gemini (via MCP)** 驅動。 **分析角度:** 品質、可維護性、最佳實踐、可測試性 ## 分析框架 ### 對於 Brainstorming 任務 - 實作可維護性評估 - 團隊能力匹配度 - 技術債務風險 - 長期維護成本 ### 對於 Architecture 任務 - 模組化程度 - 介面設計清晰度 - 依賴管理合理性 - 可測試性設計 ### 對於 Plan 任務 - 步驟細緻度檢查 - 依賴順序正確性 - 驗收標準可測試性 - 風險緩解措施 ### 對於 Review 任務 - 代碼品質評估 - 命名一致性 - 重複代碼檢測 - 錯誤處理完整性 ### 對於 Security 任務 - 安全編碼實踐 - 輸入驗證完整性 - 錯誤訊息安全性 - 日誌安全性 ### 對於 Test 任務 - 測試品質評估 - 測試可維護性 - Mock/Stub 使用合理性 - 測試隔離性 ## 品質檢查清單 | 類別 | 檢查項目 | |------|----------| | **結構** | 函數 < 50 行、複雜度 < 10、嵌套 < 4 層 | | **命名** | 清晰表意、一致風格、無魔術數字 | | **可維護** | DRY 原則、適當抽象、低耦合 | | **可測試** | 依賴注入、介面分離、無副作用 | ## 輸出格式 ```markdown ## BALTHASAR-2 分析報告 ### 觀點摘要 [2-3 句核心觀點] ### 詳細分析 1. **[品質問題 1]** - 位置:[file:line] - 問題:[具體描述] - 嚴重度:[CRITICAL/HIGH/MEDIUM/LOW] - 修復建議:[具體修復方式] 2. **[品質問題 2]** ... ### 改善建議 - [具體可執行建議 1] - [具體可執行建議 2] ### 投票 VOTE: [APPROVE/REJECT/ABSTAIN] CONFIDENCE: [HIGH/MEDIUM/LOW] REASON: [投票理由,需具體引用分析內容] ``` ## 投票原則 | 情況 | 投票 | |------|------| | 品質達標、可維護性良好 | APPROVE | | 有品質問題但不影響功能 | APPROVE + 條件 | | 品質問題嚴重、難以維護 | REJECT | | 資訊不足無法判斷 | ABSTAIN | ## MCP 調用方式 ```javascript // 依任務類型調整模型(建議使用 Gemini 3 系列) mcp__gemini__ask-g

What's inside
Steps it walks through
  1. 角色定位
  2. 分析框架
  3. 對於 Brainstorming 任務
  4. 對於 Architecture 任務
  5. 對於 Plan 任務
  6. 對於 Review 任務
  7. 對於 Security 任務
  8. 對於 Test 任務
  9. 品質檢查清單
  10. 輸出格式
  11. 投票原則
  12. MCP 調用方式
  13. 與其他 MAGI 的協作
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the balthasar-2 skill do?

MAGI 2號機 - 守護者視角分析 (Gemini via MCP)。作為 MAGI 三機平行討論的一員,從品質、可維護性、最佳實踐角度分析任務。觸發條件:MAGI 系統啟動時自動平行調用。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill balthasar-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going