instinct-extractor

Extract atomic instincts from JSONL observations and update YAML definitions.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill instinct-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instinct-extractor
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/kronen/skills/instinct-extractor
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill instinct-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of identifying recurring behavioral patterns from raw interaction logs, transforming them into structured, actionable "instincts" that can be used to improve AI decision-making.

Core Features & Use Cases

  • Pattern Identification: Analyzes observation data to find repeatable sequences of tool usage.
  • Instinct Generation: Creates new "instincts" with confidence scores based on observed patterns.
  • Contradiction Detection: Identifies conflicting patterns and updates instinct confidence accordingly.
  • Use Case: After a series of AI interactions, use this Skill to automatically discover that a specific sequence of tools is consistently successful when debugging a certain type of error, and formalize this as a new instinct.

Quick Start

Run the instinct extractor skill to process recent observations and update the instinct definitions.

Frequently Asked Questions about instinct-extractor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract behavioral patterns from raw interaction logs?

To extract behavioral patterns from raw interaction logs, this Skill processes JSONL observation files to identify recurring sequences, automatically generating structured instincts with confidence scores and updating YAML definitions based on the observed data.

What is an atomic instinct in AI behavioral analysis?

An atomic instinct in AI behavioral analysis is a structured rule generated from recurring interaction patterns, assigned a confidence score to formalize successful tool usage sequences for improving AI decision-making pipelines and contradiction detection.

How do I process JSONL observation files to update YAML instinct definitions?

Processing JSONL observation files to update YAML instinct definitions requires parsing raw session data to detect repeatable behavioral sequences, evaluating contradictions, and adjusting confidence scores within a defined schema.

Can I use this pattern recognition approach for AI learning pipelines without external dependencies?

Yes, you can use this pattern recognition approach for AI learning pipelines without external dependencies, as it processes session data internally to generate instincts and update confidence scores directly within your environment.

How does contradiction detection work when extracting instincts from session data?

Contradiction detection works by identifying conflicting behavioral patterns within JSONL observations, automatically adjusting the confidence scores of associated instincts to ensure accurate AI decision-making formalization.

What are the limitations of automated instinct generation from raw interaction observations?

Limitations of automated instinct generation include reliance on the quality of JSONL observation data and the defined YAML schema, requiring sufficient recurring patterns to establish meaningful confidence scores for behavioral analysis.