Skip to main content

no-external

Skill that operates purely on local state

Jump to install

Source facts

Repository
garrytan/gbrain
Last source activity
May 20, 2026 at 20:55
Detected SKILL.md language
English
Stars
30,033
Forks
4,490

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
no-external
description
Skill that operates purely on local state
triggers
["rotate the log file"]
mutating
true
# no-external This skill rotates log files locally. No external APIs, no brain queries. Trivially exempt from brain-first compliance because there's nothing to consult. ## How Read the log path from config, rename to .log.1, truncate the active file.
View on GitHub