Toggle the Monomind statusline panel between full (multi-line dashboard) and compact (single-line) mode
Scanned 9/10/2026
Install to Claude Code
npx -y skills add monoes/monomind --skill source-command-ts --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Source Command Ts?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/monoes-source-command-ts)More formats (shields.io, HTML) on the badges page.
---
name: "source-command-ts"
description: "Toggle the Monomind statusline panel between full (multi-line dashboard) and compact (single-line) mode"
---
# source-command-ts
Use this skill when the user asks to run the migrated source command `ts`.
## Command Template
Toggle the Monomind statusline panel between full (multi-line dashboard) and compact (single-line) mode.
Run this shell command immediately without asking for confirmation:
```bash
node "${CLAUDE_PROJECT_DIR:-$(pwd)}/.Codex/helpers/toggle-statusline.cjs"
```
After running, tell me the new mode in one line (e.g. "Panel -> compact" or "Panel -> full"). No other output needed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!