TechTripAi

Code Fetch — Documentation skill for Claude Code

Documentation community

Read a codebase (local path or git URL) and distill it into a semantic digest — architecture, API contracts, purpose — then ingest it into the wiki — /code-fetch.

How to install Code Fetch

Installs to ~/.claude/skills/techtripai-techtrip-secondbrain-code-fetch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/techtripai-techtrip-secondbrain-code-fetch && curl -fsSL https://raw.githubusercontent.com/TechTripAi/techtrip-secondbrain/HEAD/commands/code-fetch.md -o ~/.claude/skills/techtripai-techtrip-secondbrain-code-fetch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Code Fetch does


description: Read a codebase (local path or git URL) and distill it into a semantic digest — architecture, API contracts, purpose — then ingest it into the wiki — /code-fetch . Nothing to install; the code never leaves the machine and never floods the wiki.

Read the `code-fetch` skill, then run its flow for the given repository.

  • Short forms are the point. /code-fetch (or ingest this repo, or a bare repo path/URL aimed at ingest) is the whole reque

Alternatives in Documentation

  • Translate Doc Zh — Translate English documentation to Chinese 5.7k ★
  • Wiki Sync — Sync Claude Code (and Codex CLI) session transcripts into the llmwiki, then ingest the new ones into wiki/ 375 ★
  • Cog — 240+ Cognitive architecture for Claude Code -- persistent memory, self-reflection, and foresight via plain-tex 294 ★

Full documentation available on GitHub

View Source Repository