Toolverse
All skills

update-release-notes

by tldraw

Update the release notes file at `apps/docs/content/releases/next.mdx` based on PRs merged to main since the previous release, or archive `next.mdx` to a versioned file when a new version is published.

Installation

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

Installation

Quick info

Author
tldraw
Category
DevOps
Views
6

About this skill

Update the release notes file at apps/docs/content/releases/next.mdx based on PRs merged to main since the previous release, or archive next.mdx to a versioned file when a new version is published.

How to use

  1. Sklonuj repozytorium tldraw do katalogu lokalnego, uruchamiając git clone https://github.com/tldraw/tldraw.git /tmp/tldraw. Skill będzie pracować na tej kopii lokalnej.

  2. Uruchom skrypt statusu, aby sprawdzić, w której fazie cyklu wydania się znajdujesz — faza rozwojowa (mniej niż 3 tygodnie od ostatniego wydania, źródło main) czy faza zamrożenia (3 lub więcej tygodni, źródło production). Skrypt automatycznie określi, z której gałęzi pobierać PR-y.

  3. Skill zbiera PR-y scalonych od ostatniego tagu wydania. W fazie rozwojowej pobiera zmiany z main, a w fazie zamrożenia używa git cherry do porównania z gałęzią production i poprzednim wydaniem, aby uwzględnić tylko PR-y, które faktycznie trafią do wydania.

  4. Nowe wpisy PR-ów są dodawane do pliku apps/docs/content/releases/next.mdx. Jeśli jesteś w fazie zamrożenia, wpisy ze starej fazy rozwojowej, które nie znalazły się na production, są usuwane.

  5. Po opublikowaniu nowej wersji uruchom skrypt archiwizacji, aby przenieść zawartość next.mdx do pliku wersjonowanego (np. v1.2.3.mdx) w tym samym katalogu.

  6. Zatwierdź wszystkie zmiany w sklonowanym repozytorium i wypchnij je na zdalne źródło za pomocą git commit i git push.

Related skills

crawl4ai

by basher83

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.

DevOps
11128

trello

by openclaw

Manage Trello boards, lists, and cards via the Trello REST API.

DevOps
23107

macos-cleaner

by daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation

DevOps
1331

drawio-diagrams-enhanced

by jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams,

DevOps
918943

cloudflare-manager

by qdhenry

Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun

DevOps
20122

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127