ワンクリックで
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"