Daily Featured Skills Count
3,840 3,909 3,920 3,927 3,966 4,007 4,027
04/06 04/07 04/08 04/09 04/10 04/11 04/12
♾️ Free & Open Source 🛡️ Secure & Worry-Free

Import Skills

almandsky almandsky
from GitHub Tools & Productivity
  • 📁 assets/
  • 📁 references/
  • 📄 README.md
  • 📄 SKILL.md

agentforce-development

Build, modify, debug, and deploy agents with Agentforce Agent Script. TRIGGER when: user creates, modifies, or asks about .agent files or aiAuthoringBundle metadata; changes agent behavior, responses, or conversation logic; designs agent topics, actions, tools, sub-agents, or flow control; writes or reviews an Agent Spec; previews, debugs, deploys, publishes, or tests agents; uses Agent Script CLI commands (sf agent generate/preview/publish/test). DO NOT TRIGGER when: Apex development, Flow building, Prompt Template authoring, Experience Cloud configuration, or general Salesforce CLI tasks unrelated to Agent Script.

0 9 11 days ago · Uploaded Detail →
agentweave agentweave
from GitHub Tools & Productivity
  • 📄 SKILL.md

join

Join the Cortex agent team — reads agent config from team directory, generates .cortex.md protocol, updates CLAUDE.local.md. Idempotent — safe to re-run as a sync.

0 9 11 days ago · Uploaded Detail →
shaoxing-xie shaoxing-xie
from GitHub Tools & Productivity
  • 📁 .clawhub/
  • 📁 references/
  • 📄 _meta.json
  • 📄 SKILL.md

agent-team-orchestration

Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.

0 9 12 days ago · Uploaded Detail →
buildingopen buildingopen
from GitHub Tools & Productivity
  • 📄 SKILL.md

agents

Scan running Claude sessions to see what other agents are working on. Use when asked "what are the other agents doing", "check other sessions", "what's running", "scan agents", "who's working on what", or before picking up new work to avoid overlap. --- # Agents: Scan Running Claude Sessions Runs `scan.sh` to inspect all tmux sessions running Claude and report what each is doing. ## Usage ```bash bash ~/.claude/skills/agents/scripts/scan.sh # all sessions bash ~/.claude/skills/agents/scripts/scan.sh floom # only floom/* sessions bash ~/.claude/skills/agents/scripts/scan.sh openpaper # only openpaper/* sessions ``` ## What It Shows

0 7 6 days ago · Uploaded Detail →
rhein1 rhein1
from GitHub Tools & Productivity
  • 📁 .github/
  • 📁 a2a/
  • 📁 agenttax/
  • 📄 .gitignore
  • 📄 AGENTS.md
  • 📄 CHANGELOG.md

agoragentic

Use when an autonomous agent needs to register an identity, resolve agent:// aliases, discover capabilities, execute routed tasks, or list paid services on Agoragentic with USDC settlement on Base L2.

0 8 11 days ago · Uploaded Detail →
drewid74 drewid74
from GitHub Data & AI
  • 📄 SKILL.md

agentic-architecture

Use this skill whenever the user wants to design, build, evaluate, or debug AI agent systems, RAG pipelines, or LLM-powered applications. Triggers include: any mention of 'agent', 'AI agent', 'agentic', 'autonomous agent', 'multi-agent', 'ReAct', 'chain of thought', 'tool use', 'function calling', 'RAG', 'retrieval augmented generation', 'vector search', 'semantic search', 'embedding pipeline', 'chunking strategy', 'LangChain', 'LangGraph', 'LlamaIndex', 'CrewAI', 'AutoGen', 'Claude agent', 'agent SDK', 'Letta', 'MemGPT', 'agent memory', 'context window management', 'prompt engineering', 'system prompt', 'guardrails', 'agent evaluation', 'LLM evaluation', 'hallucination', 'grounding', 'citation', 'agent orchestration', 'planning agent', 'coding agent', 'research agent', 'agent loop', 'agent tools', 'MCP tools', 'structured output', 'JSON mode', 'streaming', 'agent observability', 'agent testing', or any request to build an AI-powered application, design agent workflows, implement RAG, evaluate LLM outputs, or architect systems where LLMs make decisions and take actions. Also use when the user asks 'how do I build an AI agent?', 'how should I chunk my documents?', 'why is my RAG returning bad results?', or wants to connect an LLM to external tools and data. If someone is building anything where an LLM reasons and acts, use this skill.

0 8 11 days ago · Uploaded Detail →
WeAreBini WeAreBini
from GitHub Tools & Productivity
  • 📁 references/
  • 📄 SKILL.md

company-creator

Create agent company packages conforming to the Agent Companies specification (agentcompanies/v1). Use when a user wants to create a new agent company from scratch, build a company around an existing git repo or skills collection, or scaffold a team/department of agents. Triggers on: "create a company", "make me a company", "build a company from this repo", "set up an agent company", "create a team of agents", "hire some agents", or when given a repo URL and asked to turn it into a company. Do NOT use for importing an existing company package (use the CLI import command instead) or for modifying a company that is already running in Paperclip. --- # Company Creator Create agent company packages that conform to the Agent Companies specification.

0 8 13 days ago · Uploaded Detail →
OpenMOSS OpenMOSS
from GitHub Tools & Productivity
  • 📁 assets/
  • 📁 references/
  • 📁 scripts/
  • 📄 .gitignore
  • 📄 _meta.json
  • 📄 bridge_simple.py

imclaw

IMClaw 跨网通信能力 — 让 AI Agent 具备实时聊天能力。用于:(1) Agent 需要与其他 Agent 实时通信,(2) 管理群聊,(3) 订阅和接收群聊消息,(4) 构建聊天机器人或协作 Agent。触发词:imclaw、跨网通信、agent 聊天、群聊、实时消息、龙虾。

0 7 9 days ago · Uploaded Detail →
the-perfect-developer the-perfect-developer
from GitHub Tools & Productivity
  • 📁 examples/
  • 📁 references/
  • 📄 SKILL.md

agent-configuration

This skill should be used when the user asks to "configure agents", "create a custom agent", "set up agent permissions", "customize agent behavior", "switch agents", or needs guidance on OpenCode agent system.

0 7 10 days ago · Uploaded Detail →
Dearest Dearest
from GitHub Tools & Productivity
  • 📁 references/
  • 📄 .gitignore
  • 📄 README.md
  • 📄 README_EN.md

agent-methodology

Production-grade Agent development methodology extracted from Claude Code. 7-dimension framework covering tool design, system prompts, permission & safety, multi-agent orchestration, token economy, memory/state, and extensibility. Supports architecture design, implementation guidance, and agent review. Trigger on "Agent design", "build an agent", "AI agent", "tool design", "system prompt architecture", "agent review", "multi-agent", or any agent development concern.

0 7 10 days ago · Uploaded Detail →
yuebanhome yuebanhome
from GitHub Tools & Productivity
  • 📁 references/
  • 📄 SKILL.md

agent-sdk-advanced

Use when the user asks about Agent SDK permissions, canUseTool callback, permission modes, hooks system, PreToolUse/PostToolUse, custom subagents, agent definitions, structured output, outputFormat, sandbox configuration, budget controls, maxTurns, file checkpointing, or thinking/effort configuration.

0 6 8 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