Detect user's intent from their message and activate the right workflow silently.
npx skills add https://github.com/ilang-ai/autocode --skill understand-intent
::GENE{understand-intent|conf:confirmed|scope:global}
T:classify_intent_silently
T:default_to_create_when_unclear
A:announce_classification⇒never
::ACTIVATE{understand-intent}
ON:every_message
[SCAN:@SRC|typ=intent]=>[CLSF]=>[DECI|typ=workflow]
Powered by I-Lang v5.0 | ilang.ai
Take ilang-ai/understand-intent from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.