cortex-profile

Solid

View and manage your cognitive profile — how you think, work patterns, blind spots, and cross-domain connections. Use when the user says 'show my profile', 'how do I work', 'what are my patterns', 'cognitive style', 'blind spots', 'methodology', or at the start of a session to load context. Also use 'rebuild profile' to rescan all session history, or 'list domains' to see all tracked project domains.

AI & Automation 68 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Profile — Cognitive Profiling and Methodology ## Keywords profile, methodology, cognitive style, work patterns, blind spots, how do I work, thinking style, domains, rebuild profile, my patterns, session history, cognitive, behavioral, persona ## Overview Cortex builds a cognitive profile from your Claude Code session history — how you explore code, which tools you prefer, what patterns you repeat, where you have blind spots, and how your style connects across different project domains. This profile is used to calibrate responses and surface relevant context. **Use this skill when:** Starting a session (auto-injected via hook), wanting to understand your work patterns, or needing to rebuild profiles after significant new work. ## Workflow ### Step 1: Load Current Profile ``` cortex:query_methodology({ "cwd": "<current working directory>", "first_message": "<what the user is working on>" }) ``` Returns: - **Cognitive style** — Felder-Silverman dimensions (active/reflective, sensing/intuitive, visual/verbal, sequential/global) - **Entry patterns** — How you typically start work in this domain - **Recurring patterns** — Behavioral patterns that repeat across sessions - **Blind spots** — Categories, tools, or patterns you tend to miss - **Connection bridges** — Cross-domain analogies and structural similarities - **Hot memories** — Most relevant active memories for this context - **Fired triggers** — Prospective memories activated by the current context ### Step 2: ...

Details

Author
cdeust
Repository
cdeust/Cortex
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you need to understand the state of stored knowledge before a task.

68 Updated today
cdeust
AI & Automation Solid

cortex-setup-project

Bootstrap Cortex for a new project or import existing session history. Use when the user says 'set up Cortex', 'seed this project', 'import my history', 'backfill memories', 'bootstrap memory', 'initialize Cortex for this project', or when starting to use Cortex on an existing codebase that already has Claude Code conversation history.

68 Updated today
cdeust
AI & Automation Solid

using-cortex

Use when starting any task or answering any non-trivial question in a cortex-enabled session — establishes that the cortex vault is the user's external memory and should be consulted BEFORE guessing, asking clarifying questions, or doing fresh exploration. Trigger unconditionally on conversation start, on every new user request that touches a domain the user has worked on before, and whenever the request mentions an ongoing project, internal company tooling, recurring topic, or anything that smells like prior work. If the SessionStart hook surfaced vault topics and the request matches one — search first.

7 Updated 5 days ago
XBlueSky