Toolverse
All skills

beads

by steveyegge

Git-backed issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction.

Installation

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

Installation

Quick info

Category
Backend
Views
1

About this skill

Git-backed issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction.

How to use

  1. Zainstaluj CLI beads (bd) w wersji 0.60.0 lub nowszej i upewnij się, że jest dostępny w PATH. Jeśli pracujesz w repozytorium Git, przygotuj je wcześniej — beads będzie przechowywać zadania w historii Git.

  2. Uruchom bd init raz na początku, aby zainicjować tracker w swoim projekcie. To polecenie przygotowuje strukturę do śledzenia zadań.

  3. Kiedy zaczynasz sesję pracy, użyj bd ready, aby zobaczyć listę zadań, które nie są zablokowane i czekają na wykonanie. To polecenie pokazuje Ci, co możesz zrobić teraz.

  4. Wybierz zadanie i uruchom bd show <id>, aby zobaczyć pełny kontekst — opis, zależności i notatki z poprzednich sesji. Następnie użyj bd update <id> --claim, aby oznaczyć zadanie jako przejęte i rozpocząć pracę.

  5. Podczas pracy dodawaj notatki do zadania za pomocą bd update <id>, aby dokumentować postęp i decyzje. Te notatki będą dostępne w następnych sesjach.

  6. Po zakończeniu sesji lub gdy zadanie jest gotowe, użyj bd close <id>, a następnie bd dolt push, aby zsynchronizować zmiany. Twój kontekst będzie dostępny nawet po kompresji rozmowy.

Related skills

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

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

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

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