بنقرة واحدة
glm5
GLM-5 Agent Teams skill for spawning teammates with thinking mode
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
GLM-5 Agent Teams skill for spawning teammates with thinking mode
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Full orchestration workflow with swarm mode: evaluate -> clarify -> classify -> persist -> plan mode -> spawn teammates -> execute -> validate -> retrospective. Use when: (1) implementing features, (2) complex refactoring, (3) multi-file changes, (4) tasks requiring coordination. Triggers: /orchestrator, /orch, 'orchestrate', 'full workflow', 'implement feature'.
Comprehensive research skill using Zai MCP web search and native Claude Code tools
Smart Forking - Find and fork from relevant historical sessions using parallel memory search across vault, handoffs, and ledgers
Apply adversarial opposite-analysis to plans, specs, architecture, code changes, and claims. Use when the user asks for adversarial review, opposing analysis, contrarian review, red-team reasoning, or Z.ai and MiniMax cross-checks through the Ralph MCP router.
Test case mutation and variation generator for adversarial testing
Patterns for using Context7 MCP for library documentation (v2.25)
| name | glm5 |
| description | GLM-5 Agent Teams skill for spawning teammates with thinking mode |
| allowed-tools | ["Bash","Read","Write"] |
Spawn GLM-5 powered teammates with native thinking mode.
# Spawn single teammate
/glm5 coder "Implement auth"
# Spawn for review
/glm5 reviewer "Review this code"
# Spawn for testing
/glm5 tester "Generate tests"
This skill integrates with:
/orchestrator - GLM-5 as teammate option/parallel - GLM-5 for parallel review/iterate - GLM-5 for iterative tasks| Type | Role | Best For |
|---|---|---|
coder | Implementation | Features, refactoring, bugs |
reviewer | Code Review | Security, quality, patterns |
tester | Test Generation | Unit tests, coverage |
planner | Architecture | Design, planning |
researcher | Documentation | Docs, exploration |
When this skill is invoked:
$ARGUMENTStask-{timestamp}.claude/scripts/glm5-teammate.sh <role> "<task>" "<task_id>"
cat .ralph/team-status.json
tail -f .ralph/logs/teammates.log
| File | Content |
|---|---|
.ralph/teammates/{id}/status.json | Task status & metadata |
.ralph/reasoning/{id}.txt | GLM-5 reasoning |
.ralph/logs/teammates.log | Activity log |
User: /glm5 coder "Implement factorial in TypeScript"
[GLM-5 thinking...]
Reasoning: The user wants a TypeScript factorial function...
Output: function factorial(n: number): number { ... }
✅ Task completed
📁 Status: .ralph/teammates/task-123/status.json
🧠 Reasoning: .ralph/reasoning/task-123.txt