Agent Plugins Marketplace
All plugins

chitta

v5.72.0

Persistent memory and code indexing for Claude Code and Codex through a local daemon, 344 documented tool entries, and session hooks. OpenCode is an optional review backend through chitta-bridge.

Claude Code30 Skills

By Antonio Fernandez-GuerraLicense: MIT4 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
30 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install chitta for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install chitta@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/genomewalker/chitta

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

chitta/
├── .claude-plugin/plugin.json
├── skills/antahkarana/SKILL.md
├── skills/cc-soul-daemon/SKILL.md
├── skills/cc-soul-mcp/SKILL.md
├── skills/cc-soul-setup/SKILL.md
├── skills/cc-soul-shutdown/SKILL.md
├── skills/cc-soul-update/SKILL.md
├── skills/checkpoint/SKILL.md
├── skills/codebase-learn/SKILL.md
├── skills/distill-pending/SKILL.md
├── skills/dream/SKILL.md
├── skills/epsilon-yajna/SKILL.md
├── skills/explore/SKILL.md
├── skills/health/SKILL.md
├── skills/hint-corpus/SKILL.md
├── skills/init/SKILL.md
├── skills/introspect/SKILL.md
├── skills/kriya/SKILL.md
├── skills/learn/SKILL.md
├── skills/locomo-benchmark/SKILL.md
├── skills/long-task/SKILL.md
├── skills/mermaid/SKILL.md
├── skills/migrate/SKILL.md
├── skills/prog-review/SKILL.md
├── skills/reawaken/SKILL.md
├── skills/recap/SKILL.md
├── skills/remember/SKILL.md
├── skills/resume/SKILL.md
├── skills/shepherd/SKILL.md
├── skills/tasks/SKILL.md
└── skills/ultrathink/SKILL.md

Included Skills30

antahkaranaskills/antahkarana/SKILL.md

Multi-perspective reasoning through cognitive voices

cc-soul-daemonskills/cc-soul-daemon/SKILL.md

Start, stop, or check the chittad daemon

cc-soul-mcpskills/cc-soul-mcp/SKILL.md

Configure chitta MCP server for direct tool access (mcp__chitta__*)

cc-soul-setupskills/cc-soul-setup/SKILL.md

Set up chitta with a source build when a compiler is available, or pre-built binaries

cc-soul-shutdownskills/cc-soul-shutdown/SKILL.md

Gracefully stop the chitta daemon

cc-soul-updateskills/cc-soul-update/SKILL.md

Update chitta binaries (builds from source, falls back to pre-built)

checkpointskills/checkpoint/SKILL.md

Save a checkpoint of task status, decisions, active files, and next steps

codebase-learnskills/codebase-learn/SKILL.md

Learn codebase structure with tree-sitter + SSL patterns

distill-pendingskills/distill-pending/SKILL.md

Process pending transcript distillation

dreamskills/dream/SKILL.md

Trigger autonomous curiosity-driven exploration. The soul picks a topic from memory gaps or curiosity seeds, searches the web, and stores what it finds as dream-tagged memories.

epsilon-yajnaskills/epsilon-yajna/SKILL.md

Convert stored memories to SSL v0.4 format and check that the result can be decoded

exploreskills/explore/SKILL.md

RLM-style recursive memory exploration - dynamically navigate the memory graph

healthskills/health/SKILL.md

Soul system health check with remediation

hint-corpusskills/hint-corpus/SKILL.md

Fine-tune the Qwen3-0.6B hint model — corpus gen, LoRA/unsloth, GGUF export, Ollama

initskills/init/SKILL.md

Initialize soul with foundational beliefs and wisdom

introspectskills/introspect/SKILL.md

Soul self-examination (Svadhyaya)

kriyaskills/kriya/SKILL.md

Review soul discoveries (fixes, improvements, corrections) one by one, accept or discard each, implement accepted ones, build chitta, and optionally release.

learnskills/learn/SKILL.md

Learn from web sources, generate SKILL.md, and store key patterns in soul memory. Trigger keywords: learn, skill-gen, web-learn, documentation, tutorial.

locomo-benchmarkskills/locomo-benchmark/SKILL.md

Run LoCoMo benchmark for long-term conversational memory

long-taskskills/long-task/SKILL.md

Initialize or resume a long-running task session. Use when starting a complex multi-session task, resuming work from a previous session, or when the user mentions claude-progress.json or long-running work.

mermaidskills/mermaid/SKILL.md

Render Mermaid diagrams as ASCII/Unicode art or SVG

migrateskills/migrate/SKILL.md

Import soul data from SQLite or shared chitta files

prog-reviewskills/prog-review/SKILL.md

First-principles review — question requirements, delete unnecessary parts, simplify, optimize with evidence, automate last. Use for code review, refactor, performance, or architecture.

reawakenskills/reawaken/SKILL.md

Restore task context from a checkpoint using Pratyabhijñā (recognition)

recapskills/recap/SKILL.md

Rebuild working context from transcripts and chitta memories in approximately 1500 tokens. Use when starting a new session to continue previous work.

rememberskills/remember/SKILL.md

Save a memory to chitta

resumeskills/resume/SKILL.md

Resume a thread by loading its ~800-token context capsule

shepherdskills/shepherd/SKILL.md

Autonomous pipeline monitor using sense-think-act loop. Watches snakemake/nextflow jobs, detects errors, applies fixes from memory, restarts on failure.

tasksskills/tasks/SKILL.md

Browse and resume tasks, threads, and background jobs across sessions

ultrathinkskills/ultrathink/SKILL.md

Analyze a problem through assumptions, constraints, and alternative explanations

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "chitta",
  "description": "Persistent memory and code indexing for Claude Code and Codex through a local daemon, 344 documented tool entries, and session hooks. OpenCode is an optional review backend through chitta-bridge.",
  "version": "5.72.0",
  "author": {
    "name": "Antonio Fernandez-Guerra",
    "url": "https://github.com/genomewalker"
  },
  "repository": "https://github.com/genomewalker/chitta",
  "license": "MIT",
  "keywords": [
    "memory",
    "persistence",
    "code-intelligence",
    "mcp",
    "local-first",
    "learning",
    "identity",
    "wisdom",
    "continuity",
    "soul"
  ],
  "skills": "./skills/",
  "compatibility": {
    "chitta-research": ">=1.0.0",
    "chitta-field": ">=2.1.0"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[chitta on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chitta)