Agent skill
glm5
GLM-5 Agent Teams skill for spawning teammates with thinking mode
Install this agent skill to your Project
npx add-skill https://github.com/alfredolopez80/multi-agent-ralph-loop/tree/main/.claude/skills/glm5
SKILL.md
GLM-5 Agent Teams Skill
Spawn GLM-5 powered teammates with native thinking mode.
Quick Usage
# Spawn single teammate
/glm5 coder "Implement auth"
# Spawn for review
/glm5 reviewer "Review this code"
# Spawn for testing
/glm5 tester "Generate tests"
Integration with Other Commands
This skill integrates with:
/orchestrator- GLM-5 as teammate option/parallel- GLM-5 for parallel review/iterate- GLM-5 for iterative tasks
Agent Types
| 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 |
Execution
When this skill is invoked:
- Parse Arguments: Extract role and task from
$ARGUMENTS - Generate Task ID:
task-{timestamp} - Call GLM-5 API: With thinking mode enabled
- Capture Output: Reasoning + result
- Fire Hooks: SubagentStop (native Claude Code hook)
Bash Commands
Spawn Teammate
.claude/scripts/glm5-teammate.sh <role> "<task>" "<task_id>"
Check Status
cat .ralph/team-status.json
View Logs
tail -f .ralph/logs/teammates.log
Output Files
| File | Content |
|---|---|
.ralph/teammates/{id}/status.json |
Task status & metadata |
.ralph/reasoning/{id}.txt |
GLM-5 reasoning |
.ralph/logs/teammates.log |
Activity log |
Example Session
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
browser-test
Browser testing using Chrome DevTools MCP and Playwright for visual verification. Start dev server, navigate, screenshot, Lighthouse audit, console errors, network check. Use when: (1) verifying frontend changes, (2) accessibility auditing, (3) performance testing, (4) visual regression. Triggers: /browser-test, 'test in browser', 'visual test', 'lighthouse audit'.
crafting-effective-readmes
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
stop-slop
A skill for removing AI-generated writing patterns ('slop') from prose. Eliminates telltale signs of AI writing like filler phrases, excessive hedging, overly formal language, and mechanical sentence structures. Use when: writing content that should sound human and natural, editing AI-generated drafts, cleaning up prose for publication, or any content that needs to sound authentic rather than AI-generated. Triggers: 'stop-slop', 'remove AI tells', 'clean up prose', 'make it sound human', 'edit AI writing'.
bugs
Bug hunting with Codex CLI Use when: (1) /bugs is invoked, (2) task relates to bugs functionality.
adversarial
Multi-Agent Adversarial Analysis System for code security
senior-software-engineer
Global skill enforcing senior software engineering best practices
Didn't find tool you were looking for?