What problem does it solve?
This Skill provides a structured way to manage and access offline reference materials, ensuring that documentation, code, and other resources are readily available without needing to search the web.
Core Features & Use Cases
- Centralized Offline Storage: Keeps cloned repositories, documentation folders, single-file docs, screenshots, and PDFs organized in a dedicated
extra/ directory.
- Prioritized Access: Enforces checking
extra/ before resorting to web searches, improving efficiency and reducing reliance on external resources.
- Worktree Compatibility: Correctly identifies the project root for the
extra/ directory, even when working in subdirectories or worktrees.
- Use Case: When asked to implement a feature using a specific library, you would first use this Skill to search the cloned library source code in
extra/ for relevant examples or API usage before considering a web search.
Quick Start
Search the extra/ directory for files related to 'ratatui' borders.