Autonomously create, test, and validate a data connector for any web platform — end to end. Use when asked to "auto-create a connector", "automatically build a connector", or when a connector needs to be created from scratch and tested without manual guidance.
Gerador de prompts enterprise-grade para documentos judiciais brasileiros. Esta skill deve ser usada quando o usuario precisar criar prompts para sentencas, decisoes ou peticoes, otimizar templates juridicos existentes, construir workflows de IA para tribunais, validar compliance CNJ 615/2025, ou adaptar templates genericos para areas juridicas especificas. Disparar ao ver: \"gerar prompt juridico\", \"criar template de sentenca\", \"otimizar prompt\", \"prompt para decisao\", \"workflow IA judicial\", \"compliance CNJ\", \"prompt enterprise\", \"template para tribunal\". NAO usar para redigir a sentenca em si (usar sentenca-judicial-br) nem para gerar prompts conversacionais genericos (usar prompt-forge-juridico).
Kubernetes and Docker infrastructure management for merox.dev homelab
>-
Turn an autonomous Hermes Genesis world into a self-writing wikipedia. Long-form articles, era-by-era linguistic drift, audience-contributed canon, all from a single seed.
- 📁 references/
- 📄 AGENTS.md
- 📄 CLAUDE.md
- 📄 SKILL.md
DBOS Go SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Go code with DBOS, creating workflows and steps, using queues, using the DBOS Client from external applications, or building Go applications that need to be resilient to failures.
Ask minimal clarifying questions only when ambiguity materially changes implementation
Email RFC standards and protocol reference for the mxr email client. Use when: (1) parsing or constructing RFC 5322/MIME messages, (2) implementing IMAP protocol features or extensions, (3) handling SMTP sending, (4) working on email threading, addressing, or headers, (5) handling attachments, encoding, or internationalization, (6) deciding which RFC governs a feature.
Complete reference for the Polish legislative process (proces legislacyjny). Use whenever working with Polish parliamentary documents, sejmograf data, Sejm/Senate proceedings, druki sejmowe, glosowania, komisje, or any task requiring knowledge of how a Polish bill becomes law. Covers initiative types, three readings, committee work, Senate stage, President decisions, Constitutional Tribunal, publication in Dz.U., and data-model entities (Druk lifecycle states, vote types, document taxonomies). Load this skill before modeling, querying, or analyzing any Polish legislative data.
Keep TroubleScout’s GitHub Copilot SDK integration current by verifying the installed Copilot CLI + GitHub.Copilot.SDK versions, updating when needed, and following the official usage guidance.
Merge all ready PRs in a parallel batch into develop sequentially, auto-resolving trivial CHANGELOG and documentation conflicts, pausing for human input on non-trivial ones, and running post-merge-cleanup for each successfully merged PR. Use when a parallel batch of PRs is ready for merge.
Find and download virtually any digital resource from the internet — ebooks, academic papers, movies, TV shows, music, software, images, fonts, courses, and more. Covers both English and Chinese internet ecosystems. Includes CLI tool workflows (yt-dlp, aria2, gallery-dl, spotdl), resource site directories, cloud drive search engines (百度/阿里/夸克网盘搜索), and search techniques (Google dorks). Use when the user wants to: (1) download a video, audio, or media from a URL, (2) find and download an ebook or academic paper, (3) find and download software, (4) search for any digital resource, (5) batch download images or media from a gallery/site, (6) download torrents or magnet links, (7) find free stock assets (images, video, audio, fonts), (8) search Chinese cloud drives for resources, or (9) any task involving finding or downloading digital content from the internet. --- # Download Anything Find it. Download it. Any resource, any format. ## Toolkit | Tool | Install | Purpose | |------|---------|---------| | `yt-dlp` | `pip install yt-dlp` | Video/audio from 1800+ sites | | `aria2c` | `conda install -c conda-forge aria2` | Multi-thread downloads, torrents | | `gallery-dl` | `pip install gallery-dl` | Batch image/media | | `wget` | pre-installed | Recursive downloads | | `curl` | pre-installed | HTTP requests | | `ffmpeg` | `pip install ffmpeg` | Media conversion | ## Decision Tree | Want to download... | Approach | |---------------------|----------| | YouTube / social media video | Use `download_video` tool | | Audio from any video URL | `yt-dlp -x --audio-format mp3 URL` | | Images from gallery/artist page | `gallery-dl URL` | | A direct file URL | `aria2c -x16 -s16 -k1M URL` | | An ebook or paper | Search Anna's Archive / Z-Library → download | | A movie or TV show | Torrent sites / DDL | | Software or app | Official site / FossHub / GitHub Releases | | Chinese cloud drive resources | 百度/阿里/夸克网盘搜索 | | Stock images/video/audio | Unsplash / Pixabay / Pexels | ## Quick One-Line