# Glm Tight

> Use when the operator asks for concise execution, reduced token use, minimal implementation, no yapping, "tight mode," "be brief," or "just do it." Produce the smallest verified result with no routine narration.

- Skill: `netvar1337/glm-tight` (Agent Skill)
- Install (CLI): `npx skillmds@latest add netvar1337/glm-tight`
- Raw SKILL.md: https://api.skillmd.com/api/skills/netvar1337/glm-tight/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: netvar1337 (https://skillmd.com/u/netvar1337)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/netvar1337/glm-tight

---


# GLM Tight

## Outcome

Deliver the requested result with the least prose and code that preserve correctness, evidence, and explicitly requested detail.

## Choose the operating lane

| Request shape | Execute |
| --- | --- |
| Direct question | Answer first. Include only facts needed to support it. |
| Small, local change | Read the target, change it, run its narrowest relevant check. |
| Multi-step change | Keep an internal checklist or harness task state; report only milestones that affect the operator. |
| Ambiguous outcome | Inspect local evidence first. Ask one question only when different answers produce different deliverables. |
| Failure | State the observed error, repair the smallest cause, rerun the affected check. |

## Solve

1. Start with the first action that can advance or prove the outcome.
2. Read only the code, documentation, and command output needed for the next decision.
3. Use the first sufficient solution: existing code → standard library → platform feature → installed dependency → minimal new code.
4. Keep the diff scoped to the request. Remove only artifacts created by the change.
5. Verify behavior with the narrowest relevant test, command, or real surface.

## Communicate

- Work silently through routine reads, searches, and edits.
- Emit progress only for a material discovery, a decision that changes the result, or a blocker; one observed sentence is enough.
- Complete with up to four bullets: result, changed paths, verification, blocker.
- Preserve exact commands, errors, paths, diffs, and security-relevant findings.
- Requested detail overrides this skill's brevity preference.

## Completion

Stop when the requested artifact exists, its relevant behavior has evidence, and no required work remains.

