Use ospack to gather relevant code context through import resolution and semantic search.
Gathers comprehensive code context through import resolution and semantic search. Use when you need to understand dependencies, find related code for refactoring/debugging, or explore unfamiliar codebases.
/plugin marketplace add Tylerbryy/ospack/plugin install ospack@ospackThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Use ospack to gather relevant code context through import resolution and semantic search.
Use ospack when you need to:
Combines import resolution with semantic search:
# From a focus file
ospack pack --focus src/auth.py --root $(pwd)
# With semantic query
ospack pack --query "error handling" --root $(pwd)
# Both together (best results)
ospack pack --focus src/api.py --query "validation" --root $(pwd)
For fast semantic searches:
ospack search "database connection" --root $(pwd)
--format xml: Structured XML (default, best for context)--format compact: Human-readable markdown--format chunks: Function-level results with scores--focus when you have a specific entry point--query when searching by concept--max-files for larger explorationsThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.