templates/skills/modules/vectorizer/SKILL.md
Use MCP Vectorizer as primary data source for project information instead of file reading.
npx skillsauth add hivellm/rulebook VectorizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CRITICAL: Use MCP Vectorizer as primary data source for project information instead of file reading.
mcp_vectorizer_search - Multiple strategies:
- intelligent: AI-powered with query expansion
- semantic: Advanced with reranking
- contextual: Context-aware with filtering
- multi_collection: Cross-project search
- batch: Parallel queries
- by_file_type: Filter by extension (.rs, .ts, .py)
get_content - Retrieve file without disk I/O
list_files - List indexed files with metadata
get_summary - File summaries (extractive/structural)
get_chunks - Progressive reading of large files
get_outline - Project structure overview
get_related - Find semantically related files
full_pipeline - Complete discovery with scoring
broad_discovery - Multi-query with deduplication
semantic_focus - Deep semantic search
expand_queries - Generate query variations
| Task | Tool | |------|------| | Explore unfamiliar code | intelligent search | | Read file | get_content | | Understand structure | get_outline | | Find related files | get_related | | Read large file | get_chunks | | Complex question | full_pipeline |
✅ DO:
❌ DON'T:
research
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
development
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
data-ai
Autonomous AI agent loop for iterative task implementation (@hivehub/rulebook ralph)
data-ai
Use SQL Server for enterprise relational data storage with advanced features, high availability, and Windows integration.