Cognitive Construct

Four cognitive skills that extend Claude with knowledge retrieval, persistent memory, structured reasoning, and agency.

Installation

Install skills in Claude Code using one of these methods.

Via GitHub Repository

Register the repository directly in Claude Code.

/plugin marketplace add Raudbjorn/cognitive-construct

Then install skills:

/plugin install encyclopedia@cognitive-construct
/plugin install inland-empire@cognitive-construct
/plugin install rhetoric@cognitive-construct
/plugin install volition@cognitive-construct
Via Web Marketplace

Add the live marketplace endpoint.

/plugin marketplace add bro.town

Then use the interactive plugin manager:

/plugin install

Browse and select skills from the list.

Manual Installation

Clone the repository for full control and customization.

git clone https://github.com/Raudbjorn/cognitive-construct.git
cd cognitive-construct
uv run scripts/setup.py        # Configure API keys
uv run scripts/setup.py --test # Verify connectivity

Or download skill folders directly and place them in ~/.claude/skills/

Architecture

┌─────────────────────────────────────────────────────────┐ │ Claude Code │ │ (Orchestrator) │ └───────────────────────┬─────────────────────────────────┘ │ ┌───────────────────┬───────────────────┼───────────────────┬───────────────────┐ │ │ │ │ │ ┌───────▼───────┐ ┌───────▼───────┐ ┌───────▼───────┐ ┌───────▼───────┐ │ Encyclopedia │ │ Inland Empire │ │ Rhetoric │ │ Volition │ │ (Knowledge) │ │ (Memory) │ │ (Reasoning) │ │ (Agency) │ └───────┬───────┘ └───────┬───────┘ └───────┬───────┘ └───────┬───────┘ │ │ │ │ ┌───────▼───────┐ ┌───────▼───────┐ ┌───────▼───────┐ ┌───────▼───────┐ │ Context7 │ │ LibSQL Graph │ │ Sequential │ │ Serena LSP │ │ Exa │ │ Mem0 Cloud │ │ Thinking │ │ Cross-LLM │ │ Perplexity │ │ Session JSONL │ │ AI Counsel │ │ Web Search │ │ Kagi │ │ │ │ VibeCheck │ │ Shodan │ └───────────────┘ └───────────────┘ └───────────────┘ └───────────────┘