Cfn Codesearch Search banner
masharratt masharratt

Cfn Codesearch Search

Development community

Description

--- description: "Semantic code search with CodeSearch (400x faster than grep)" argument-hint: "<query>" --- # CodeSearch Search Quick semantic search through your indexed codebase. SQL-first (no API key needed), with optional semantic fallback. ## Usage ``` /cfn-codesearch-search "authentication middleware" /cfn-codesearch-search "error handling pattern" ``` ## What it does - Queries pre-built SQLite index first (no API key, 0.002s) - Falls back to semantic search if API key available - R

Installation

Installs to ~/.claude/commands/masharratt-claude-flow-novice-cfn-codesearch-search.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/masharratt/claude-flow-novice/HEAD/.claude/commands/cfn-codesearch-search.md -o ~/.claude/commands/masharratt-claude-flow-novice-cfn-codesearch-search.md

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

Full documentation available on GitHub

View Source Repository