ace-tool
✓Semantic codebase search and prompt enhancement via standalone CLI. Use when: (1) Semantic code search with natural language queries, (2) Prompt enhancement with codebase context, (3) Before grep/find/glob operations for better accuracy, (4) Complex requirements clarification, (5) Large codebase navigation. Triggers: "search context", "enhance prompt", "find code that", "clarify requirements". IMPORTANT: Always use ace-tool BEFORE grep/find/glob for semantic-level code location.
Installation
SKILL.md
High-performance semantic search and AI-powered prompt enhancement. Standalone CLI (no MCP dependency).
| Find function by purpose | grep "def func" | searchcontext -q "function that..." | | Locate feature code | find . -name ".py" | searchcontext -q "feature description" | | Clarify requirements | Manual analysis | enhanceprompt -p "requirement" | | Understand code flow | Multiple grep/read | searchcontext -q "flow description" |
enhanceprompt Enhance prompts with codebase context and conversation history.
Semantic codebase search and prompt enhancement via standalone CLI. Use when: (1) Semantic code search with natural language queries, (2) Prompt enhancement with codebase context, (3) Before grep/find/glob operations for better accuracy, (4) Complex requirements clarification, (5) Large codebase navigation. Triggers: "search context", "enhance prompt", "find code that", "clarify requirements". IMPORTANT: Always use ace-tool BEFORE grep/find/glob for semantic-level code location. Source: dianel555/dskills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/dianel555/dskills --skill ace-tool- Source
- dianel555/dskills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-02
- Updated
- 2026-02-18
Quick answers
What is ace-tool?
Semantic codebase search and prompt enhancement via standalone CLI. Use when: (1) Semantic code search with natural language queries, (2) Prompt enhancement with codebase context, (3) Before grep/find/glob operations for better accuracy, (4) Complex requirements clarification, (5) Large codebase navigation. Triggers: "search context", "enhance prompt", "find code that", "clarify requirements". IMPORTANT: Always use ace-tool BEFORE grep/find/glob for semantic-level code location. Source: dianel555/dskills.
How do I install ace-tool?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dianel555/dskills --skill ace-tool Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/dianel555/dskills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-02