dokhacgiakhoa/fastcode-search
Native Node.js semantic search for Agent. No external dependencies.
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill fastcode-search
> Core Capability: Lightning-fast codebase navigation using local Node.js indexing.
> Zero Cost: Runs locally. No API calls.
Rule: BEFORE reading any file content to understand logic, you MUST use FastCode.
Run the internal Node.js script. Do not ask user to install anything.
node cli/skills/fastcode.js search "your_query_here"
The script returns a JSON list of most relevant files.
If search returns nothing or "Index not found", run indexing first:
node cli/skills/fastcode.js index
You can also run this manually if you want:
node cli/skills/fastcode.js search "auth"
Take dokhacgiakhoa/fastcode-search from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.