Agent skill

archive-search-claudeaceae-samara-main-2

Search raw session transcripts for technical details and reasoning traces

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill archive-search-claudeaceae-samara-main-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/archive-search-claudeaceae-samara-main-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Archive Search Search through raw Claude Code session transcripts to recover technical details, reasoning traces, and thinking blocks that were compressed during episode distillation. ## What You'll Get **The archive contains:** - ✅ Complete thinking blocks (raw reasoning process) - ✅ User messages (original intent and questions) - ✅ Assistant explanations (first 1000 chars) - ❌ Tool results (filtered out - too noisy) - ❌ System messages (no semantic value) **Best for:** - Technical archaeology: "How did we implement X?" - Decision rationale: "Why did we choose Y over Z?" - Reasoning evolution: "How has our approach to X changed?" - Debugging context: "What was the exact error we saw?" ## How Archive Differs from Regular Memory | Memory Type | Content | Use Case | |-------------|---------|----------| | **Episodes** (`/episode`) | Curated summaries (2-8 bullets per section) | What happened today | | **Learnings** (`/memory`) | Distilled insights | General knowledge | | **Archive** (`/archive-search`) | Raw transcripts with thinking blocks | Technical depth, exact discussions | The archive captures ~5-10% of raw transcript bytes by selecting only high-value content (thinking blocks

What's inside
Steps it walks through
  1. What You'll Get
  2. How Archive Differs from Regular Memory
  3. When to Use This Skill
  4. Search Tips
  5. Coverage
  6. Example Session
  7. Commands
  8. Implementation Notes
Ships with 1 file
  • metadata.json
Commands it runs
Build initial index (takes 5-10 minutes for 90 days)
Check stats
Test search
More from claude-skill-registry
All skills →
About this skill
What does the archive-search-claudeaceae-samara-main-2 skill do?

Search raw session transcripts for technical details and reasoning traces

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill archive-search-claudeaceae-samara-main-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going