一键导入
fastcode-search
Native Node.js semantic search for Agent. No external dependencies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Native Node.js semantic search for Agent. No external dependencies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models ("blockrun", "use grok", "use gpt", "dall-e", "deepseek")
Principal AI Architect and Machine Learning Engineer.
Elite Cloud and Multi-Cloud Architect Master Skill.
Elite Conversion Rate Optimization Toolkit.
MASTER DB: Zero-Downtime, Schema Design (3NF), SQL/NoSQL.
MASTER DEPLOY: CI/CD Pipelines, Docker, K8s, GitOps.
| name | fastcode-search |
| description | Native Node.js semantic search for Agent. No external dependencies. |
| category | research-analysis |
| version | 2.0.0 |
| layer | core-skill |
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"