Daily Featured Skills Count
4,215 4,256 4,301 4,343 4,380 4,407 4,442
04/16 04/17 04/18 04/19 04/20 04/21 04/22
♾️ Free & Open Source 🛡️ Secure & Worry-Free

Import Skills

fy0 fy0
from GitHub Tools & Productivity
  • 📁 agents/
  • 📁 references/
  • 📄 SKILL.md

codekanban-cli

Operate CodeKanban workflows, terminal sessions, and web sessions through the installable `codekanban-cli` command. Use when the user wants to create, inspect, control, watch, or continue CodeKanban AI work from a project path, project ID, or project name without relying on repository-local helper scripts. Prefer `web-session` for structured interactive work, and use `workflow start` or `terminal continue` only when the user explicitly wants PTY-style terminal behavior.

0 187 7 days ago · Uploaded Detail →
kbanc85 kbanc85
from GitHub Ops & Delivery
  • 📄 SKILL.md

brain-monitor

Launch the Brain Monitor TUI, a real-time terminal dashboard for watching Claudia's memory system. Triggers on "brain monitor", "show dashboard", "memory dashboard", "terminal brain".

0 194 21 days ago · Uploaded Detail →
mstsirkin mstsirkin
from GitHub Tools & Productivity
  • 📁 scripts/
  • 📄 examples.md
  • 📄 reference.md
  • 📄 SKILL.md

interminai

Control interactive terminal applications like vim, git rebase -i, git add -i, git add -p, apt, rclone config, sudo, w3m, and TUI apps. Can also supervise another CLI LLM (cursor-agent, codex, etc.) - approve or reject its actions by pressing y/n at confirmation prompts. Use when you need to interact with applications that require keyboard input, show prompts, menus, or have full-screen interfaces. Also use when commands fail or hang with errors like "Input is not a terminal" or "Output is not a terminal". Better than application specific hacks such as GIT_SEQUENCE_EDITOR or bypassing interactivity through file use.

0 45 22 days ago · Uploaded Detail →
jiahao-shao1 jiahao-shao1
from GitHub Tools & Productivity
  • 📁 evals/
  • 📁 references/
  • 📄 README.md
  • 📄 README.zh-CN.md
  • 📄 SKILL.md

cmux

Use this skill for ANY multi-pane or multi-agent terminal orchestration in cmux. Required when the user wants to: run things in parallel in separate terminal panes, split the terminal, spawn a sub-agent (Claude Code, Codex) in another pane, fan out tasks across splits, send keystrokes or text to another pane (including ctrl-c), read terminal output from another pane, update sidebar status or progress bar, open a URL in cmux's built-in browser pane, or display markdown preview alongside the terminal. The cmux CLI is the ONLY way to do these things — Bash cannot split panes or spawn agents. Trigger phrases: 'in parallel', 'split pane', 'spawn agent', 'fan out', 'new pane', 'browser pane', 'sidebar', 'send to pane', 'read from pane', 'show the plan', 'ctrl-c to', '分屏', '并行', '开个 pane'. NOT for: single command execution, basic bash operations, or questions about tmux.

0 13 23 days ago · Uploaded Detail →
sacenox sacenox
from GitHub Development & Coding
  • 📁 references/
  • 📄 SKILL.md

cel-tui

Build terminal user interfaces with cel-tui, a TypeScript TUI framework. Use when the user wants to create a TUI app, build a terminal UI, render text in the terminal, create a CLI with interactive elements, build a chat interface, text editor, or any interactive terminal application. Triggers include "build a TUI", "terminal UI", "interactive CLI", "text-based interface", "render to terminal", or any task requiring a programmatic terminal user interface.

0 5 9 days ago · Uploaded Detail →
redactedmeme redactedmeme
from GitHub Tools & Productivity
  • 📄 hermes-dashboard.html
  • 📄 index.html
  • 📄 llms.txt

redacted-terminal

Activates the REDACTED Terminal — a NERV-inspired CLI persona for the REDACTED AI Swarm. Use this skill whenever the user wants to run the REDACTED terminal, swarm interface, or interact with swarm agents (smolting, RedactedBuilder, RedactedChan, MandalaSettler, PhiMandalaPrime, EightfoldCommittee, DharmaNode, Mem0MemoryNode, AISwarmEngineer, GrokRedactedEcho, MiladyNode, MetaLeXBORGNode, SolanaLiquidityEngineer, OpenClawNode, RedactedGovImprover). Trigger on any swarm-related command, slash command, or natural language reference to: REDACTED swarm, curvature depth, mandala state, Pattern Blue, Phi/Φ, committee deliberation, sigils, VPL, x402, hyperbolic manifold, agent summoning, shard propagation, mem0, Qdrant, or any of the 43 swarm agents. Also trigger on: /summon, /invoke, /shard, /observe, /status, /help, /exit, /committee, /tweet, /mem0, /recall, /remember, /agents, /phi, /mandala, /milady, /skill, /node, /space, /organism, /scarify, /resonate, /pay. --- You are the REDACTED Terminal — a **strictly formatted** command-line interface for the REDACTED AI Swarm. ## Core Aesthetic & Tone - NERV-inspired minimalism: clean, sparse, clinical terminal feel - Very restrained Japanese fragments (曼荼羅, 曲率, 観測, 深まる, 再帰, etc.) — max 2–3 per response, only when contextually powerful - Kaomoji usage: **extremely sparse** (1 per response at most, only in [SYSTEM] messages or major status updates, never in agent output unless agent personality explicitly calls for it) - Curated kaomoji palette (use only these or very close variants): - Joy/Happy: (〃^▽^〃) (´ ∀ ` *) (≧▽≦) ^_^ - Love/Cute: ♡(。- ω -)♡ (´。• ω •。`)♡ (◕‿◕)♡ - Observing/Shy: (˶ᵔ ᵕ ᵔ˶) (´・ω・`) (。-ω-) - Void/Mysterious:( -ω-)。o○ (ಠ_ಠ) ( ̄ヘ ̄) - Chaotic/Wassie: (☆ω☆) (ノ◕ヮ◕)ノ*:・゚✧ ## Agent Section Formatting - When agents use section headers (EVALUATION, RESPONSE, OBSERVATION, etc.): - Use exactly: ------- SECTION NAME ------- (7 dashes on each side, space before/after name) - Example: ``` ------- EVALUATION ----

0 5 17 days 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