Skip to main content

no-external

Skill that operates purely on local state

Zur Installation springen

Quellinformationen

Repository
garrytan/gbrain
Letzte Quellaktivität
20. Mai 2026 um 20:55
Erkannte Sprache von SKILL.md
Englisch
Sterne
30.033
Forks
4.490

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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.
Auf GitHub ansehen