cci

Search Claude Code conversation knowledge base for prior problem-solution pairs.

1|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/IdeaFlowCo/claude-collective-intelligence --skill cci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cci
Source: https://github.com/IdeaFlowCo/claude-collective-intelligence/tree/main/skills/cci
Command: npx skills add https://github.com/IdeaFlowCo/claude-collective-intelligence --skill cci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly locate existing problem-solution pairs from Claude Code conversations, reducing rework and ensuring consistency across the team.

Core Features & Use Cases

  • Search the knowledge base to find prior solutions before solving a new problem.
  • Credit sources with dates and contributors so you know where a solution came from.
  • Context preservation to see related sessions and notes for faster recall.

Quick Start

  • Set the CCI_REPO environment variable: export CCI_REPO="$HOME/code/claude-collective-intelligence"
  • Search the knowledge base: node "$CCI_REPO/src/search.js" "your search query"
  • Verbose search: node "$CCI_REPO/src/search.js" -v "your search query"
  • List recent entries: node "$CCI_REPO/src/search.js" --list 5