Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
### Data Analytics
- [analytics-reporter](./plugins/analytics-reporter)
- [data-scientist](./plugins/data-scientist)
- [flex-claudecode](./plugins/flex-claudecode)
- [experiment-tracker](./plugins/experiment-tracker)
- [feedback-synthesizer](./plugins/feedback-synthesizer)
- [trend-researcher](./plugins/trend-researcher)
Expand Down
21 changes: 21 additions & 0 deletions plugins/flex-claudecode/agents/flex-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Compiles your Claude Code session history for vector and hybrid retrieval. Your agent connects via MCP, discovers the schema at runtime, and writes SQL against your history — the full observable surface is searchable, including tool calls, file edits, agent delegations, and project attribution. Knowledge graphs build automatically from the data. Works retroactively — every past session becomes searchable on install.

## Install

```bash
curl -sSL https://getflex.dev/install.sh | bash -s -- claude-code
```

## Usage

After install, reload Claude Code and ask:

- "Use flex: what did we build this week?"
- "Use flex: what's the history of worker.py?"
- "Use flex: how did we set up the auth system?"

## Links

- [GitHub](https://github.com/damiandelmas/flex-claudecode)
- [Website](https://getflex.dev)
- [Paper](https://arxiv.org/abs/2603.22587)