Agent skill · AI & Agents

glm5

GLM-5 Agent Teams skill for spawning teammates with thinking mode

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill glm5 --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
Allowed tools: -Bash-Read-Write
Path: skills/agent/glm5/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

# 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 - `/loop` - 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: 1. **Parse Arguments**: Extract role and task from `$ARGUMENTS` 2. **Generate Task ID**: `task-{timestamp}` 3. **Call GLM-5 API**: With thinking mode enabled 4. **Capture Output**: Reasoning + result 5. **Fire Hooks**: SubagentStop (native Claude Code hook) ## Bash Commands ### Spawn Teammate ```bash .claude/scripts/glm5-teammate.sh <role> "<task>" "<task_id>" ```

What's inside
Steps it walks through
  1. Quick Usage
  2. Integration with Other Commands
  3. Agent Types
  4. Execution
  5. Bash Commands
  6. Spawn Teammate
  7. Check Status
  8. View Logs
  9. Output Files
  10. Example Session
Ships with 1 file
  • metadata.json
Commands it runs
cat .ralph/team-status.json
tail -f .ralph/logs/teammates.log
More from claude-skill-registry
All skills →
About this skill
What does the glm5 skill do?

GLM-5 Agent Teams skill for spawning teammates with thinking mode

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill glm5 --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