Daily Featured Skills Count
5,034 5,070 5,117 5,165 5,205 5,241 5,259
05/08 05/09 05/10 05/11 05/12 05/13 05/14
♾️ Free & Open Source 🛡️ Secure & Worry-Free

Import Skills

dbos-inc dbos-inc
from GitHub Development & Coding
  • 📁 references/
  • 📄 AGENTS.md
  • 📄 CLAUDE.md
  • 📄 SKILL.md

dbos-golang

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.

0 5 1 day ago · Uploaded Detail →
planetaryescape planetaryescape
from GitHub Development & Coding
  • 📄 SKILL.md

email-standards

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.

0 5 2 days ago · Uploaded Detail →
miskibin miskibin
from GitHub Data & AI
  • 📁 references/
  • 📄 SKILL.md

polski-proces-legislacyjny

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.

0 5 2 days ago · Uploaded Detail →
lhpaul lhpaul
from GitHub Docs & Knowledge
  • 📁 agents/
  • 📄 SKILL.md

batch-merge

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.

0 5 2 days ago · Uploaded Detail →
kesepain-KE kesepain-KE
from GitHub Content & Multimedia
  • 📁 references/
  • 📄 SKILL.md

download-anything

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

0 5 2 days ago · Uploaded Detail →
clockless-org clockless-org
from GitHub Tools & Productivity
  • 📁 docs/
  • 📁 examples/
  • 📁 prompts/
  • 📄 .gitignore
  • 📄 LICENSE
  • 📄 package-lock.json

html-anything

Turn an idea, file, folder, or URL into a polished live HTML page. Use when the user wants a webpage, interactive teaching site, visual report, dashboard, atlas, browsable export, or shareable HTML artifact from a prompt or source.

0 5 2 days ago · Uploaded Detail →
robinslange robinslange
from GitHub Research & Analysis
  • 📄 SKILL.md

deepen

Strengthen a single vault note with research. Usage: /learning-loop:deepen "note name" or /learning-loop:deepen (picks shallowest inbox note). Assesses maturity, researches gaps, rewrites in vault voice, promotes when ready.

0 5 2 days ago · Uploaded Detail →
BrOrlandi BrOrlandi
from GitHub Tools & Productivity
  • 📁 references/
  • 📄 SKILL.md

jira-link

Link GitHub PRs to Jira tasks and vice-versa. Automatically triggered after creating a PR (via /pr) or when working on Jira task status updates. Adds the Jira issue key to the PR title and adds the PR URL as a remote link on the Jira issue. Only activates for repositories belonging to GitHub organizations that have a configured Jira project mapping. Use when creating PRs, linking PRs to Jira, or when the user mentions connecting a PR with a Jira task.

0 19 1 month ago · Uploaded Detail →

Skill File Structure Sample (Reference)

skill-sample/
├─ SKILL.md              ⭐ Required: skill entry doc (purpose / usage / examples / deps)
├─ manifest.sample.json  ⭐ Recommended: machine-readable metadata (index / validation / autofill)
├─ LICENSE.sample        ⭐ Recommended: license & scope (open source / restriction / commercial)
├─ scripts/
│  └─ example-run.py     ✅ Runnable example script for quick verification
├─ assets/
│  ├─ example-formatting-guide.md  🧩 Output conventions: layout / structure / style
│  └─ example-template.tex         🧩 Templates: quickly generate standardized output
└─ references/           🧩 Knowledge base: methods / guides / best practices
   ├─ example-ref-structure.md     🧩 Structure reference
   ├─ example-ref-analysis.md      🧩 Analysis reference
   └─ example-ref-visuals.md       🧩 Visual reference

More Agent Skills specs Anthropic docs: https://agentskills.io/home

SKILL.md Requirements

├─ ⭐ Required: YAML Frontmatter (must be at top)
│  ├─ ⭐ name                 : unique skill name, follow naming convention
│  └─ ⭐ description          : include trigger keywords for matching
│
├─ ✅ Optional: Frontmatter extension fields
│  ├─ ✅ license              : license identifier
│  ├─ ✅ compatibility        : runtime constraints when needed
│  ├─ ✅ metadata             : key-value fields (author/version/source_url...)
│  └─ 🧩 allowed-tools        : tool whitelist (experimental)
│
└─ ✅ Recommended: Markdown body (progressive disclosure)
   ├─ ✅ Overview / Purpose
   ├─ ✅ When to use
   ├─ ✅ Step-by-step
   ├─ ✅ Inputs / Outputs
   ├─ ✅ Examples
   ├─ 🧩 Files & References
   ├─ 🧩 Edge cases
   ├─ 🧩 Troubleshooting
   └─ 🧩 Safety notes

Why SkillWink?

Skill files are scattered across GitHub and communities, difficult to search, and hard to evaluate. SkillWink organizes open-source skills into a searchable, filterable library you can directly download and use.

We provide keyword search, version updates, multi-metric ranking (downloads / likes / comments / updates), and open SKILL.md standards. You can also discuss usage and improvements on skill detail pages.

Keyword Search Version Updates Multi-Metric Ranking Open Standard Discussion

Quick Start:

Import/download skills (.zip/.skill), then place locally:

~/.claude/skills/ (Claude Code)

~/.codex/skills/ (Codex CLI)

One SKILL.md can be reused across tools.

FAQ

Everything you need to know: what skills are, how they work, how to find/import them, and how to contribute.

1. What are Agent Skills?

A skill is a reusable capability package, usually including SKILL.md (purpose/IO/how-to) and optional scripts/templates/examples.

Think of it as a plugin playbook + resource bundle for AI assistants/toolchains.

2. How do Skills work?

Skills use progressive disclosure: load brief metadata first, load full docs only when needed, then execute by guidance.

This keeps agents lightweight while preserving enough context for complex tasks.

3. How can I quickly find the right skill?

Use these three together:

  • Semantic search: describe your goal in natural language.
  • Multi-filtering: category/tag/author/language/license.
  • Sort by downloads/likes/comments/updated to find higher-quality skills.

4. Which import methods are supported?

  • Upload archive: .zip / .skill (recommended)
  • Upload skills folder
  • Import from GitHub repository

Note: file size for all methods should be within 10MB.

5. How to use in Claude / Codex?

Typical paths (may vary by local setup):

  • Claude Code:~/.claude/skills/
  • Codex CLI:~/.codex/skills/

One SKILL.md can usually be reused across tools.

6. Can one skill be shared across tools?

Yes. Most skills are standardized docs + assets, so they can be reused where format is supported.

Example: retrieval + writing + automation scripts as one workflow.

7. Are these skills safe to use?

Some skills come from public GitHub repositories and some are uploaded by SkillWink creators. Always review code before installing and own your security decisions.

8. Why does it not work after import?

Most common reasons:

  • Wrong folder path or nested one level too deep
  • Invalid/incomplete SKILL.md fields or format
  • Dependencies missing (Python/Node/CLI)
  • Tool has not reloaded skills yet

9. Does SkillWink include duplicates/low-quality skills?

We try to avoid that. Use ranking + comments to surface better skills:

  • Duplicate skills: compare differences (speed/stability/focus)
  • Low quality skills: regularly cleaned up