Autocode understand-intent

Detect user's intent from their message and activate the right workflow silently.

install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/autocode/skills/understand-intent" ~/.claude/skills/ilang-ai-autocode-understand-intent && rm -rf "$T"
manifest: plugins/autocode/skills/understand-intent/SKILL.md
source content

::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:workflow]

Powered by I-Lang v3.0 | ilang.ai