plugins/kronen/skills/instinct-extractor/SKILL.md
Extract atomic instincts from raw interaction observations. Reads .ai/instincts/observations.jsonl, identifies recurring patterns, and writes structured instincts to .ai/instincts/instincts.yml. Updates confidence scores and marks contradictions. Use when: reviewing accumulated observations, running the learning pipeline, updating instinct confidence, extracting patterns from recent session data, or seeding new instincts before instinct-evolve.
npx skillsauth add hjemmesidekongen/ai instinct-extractorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reads raw tool call observations and extracts recurring behavioral patterns as atomic instincts with confidence weights.
Load observations
.ai/instincts/observations.jsonl (last 200 lines).ai/instincts/instincts.yml (to update vs. create)plugins/kronen/resources/instincts-schema.ymlIdentify patterns (see references/process.md for methodology)
context_type and sequence_keyUpdate instincts.yml
evidence_countcontradiction_count, apply confidence decaystatus: decayed for instincts below 0.2 confidenceOutput — Write updated .ai/instincts/instincts.yml. Report: new, updated, decayed, total active.
Output: Instinct extraction complete. New: N | Updated: N | Decayed: N | Total active: N
development
Creates a brand from scratch through market research and interactive sparring. Runs competitive research via Perplexity, then guides the user through positioning, audience, voice, values, and content pillars. Produces the full brand guideline set at .ai/brand/{name}/. Use when building a new brand, defining brand strategy for a product, or when /våbenskjold:create is invoked.
testing
Loads brand guidelines from .ai/brand/{name}/ and makes them available to the current context. Progressive disclosure: L1 confirms brand exists, L2 loads summary, L3 loads specific files on demand. Use when a downstream skill or user needs brand context, or when /våbenskjold:apply is invoked.
documentation
Guided reinvention of an existing brand guideline. Loads current brand from .ai/brand/{name}/, identifies what to keep vs change, and walks the user through targeted evolution. Preserves brand equity while updating positioning, voice, or values. Use when refreshing a brand or when /våbenskjold:evolve is invoked.
development
Codifies an existing brand from materials, samples, and references. Analyzes provided content to extract voice patterns, values, and positioning. Produces the same guideline format as brand-strategy. Use when a brand already exists but isn't documented, or when /våbenskjold:audit is invoked.