Toolverse
All skills

librarian

by dmmulroy

Multi-repository codebase exploration. Research library internals, find code patterns, understand architecture, compare implementations across GitHub/npm/PyPI/crates. Use when needing deep understanding of how libraries work, finding implementations across open source, or

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
dmmulroy
Category
Backend
Views
13

About this skill

Multi-repository codebase exploration. Research library internals, find code patterns, understand architecture, compare implementations across GitHub/npm/PyPI/crates. Use when needing deep understanding of how libraries work, finding implementations across open source, or exploring remote repository structure.

How to use

  1. Zapoznaj się z plikiem tool-routing.md – zawiera drzewa decyzyjne do wyboru odpowiedniego narzędzia. To pierwszy krok przed każdym użyciem.
  2. Jeśli szukasz informacji o znanej bibliotece, użyj context7 do zapytań o dokumentację i przykłady użycia. Jeśli potrzebujesz zbadać wewnętrzne implementacje, przejdź do kroku 3.
  3. Dla głębokich analiz kodu użyj opensrc.fetch, aby pobrać pełne źródła repozytorium. Zawsze pobieraj przed czytaniem – to wymóg tego narzędzia.
  4. Po pobraniu źródeł użyj opensrc.grep do wyszukania konkretnych wzorców w kodzie. Jeśli szukasz wzorca w wielu repozytoriach naraz, grep_app przeszukuje całego publicznego GitHuba, ale obsługuje tylko wyszukiwanie dosłowne.
  5. Przed odpowiedzią użytkownikowi sformatuj wyniki – linking.md wyjaśnia wzorce URL GitHub, a diagrams.md pokazuje, jak wizualizować architekturę za pomocą Mermaid.
  6. Wybieraj narzędzie na podstawie pytania: dla znanych bibliotek zacznij od context7, dla nieznanego kodu zacznij od grep_app, a dla konkretnego repozytorium użyj opensrc bezpośrednio.

Related skills

gog

by openclaw

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Backend
34126

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130