一键导入
skill-repos
Curated directory of external skill repositories. Use when the user needs skills not available locally, or to suggest adding new skill sources.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Curated directory of external skill repositories. Use when the user needs skills not available locally, or to suggest adding new skill sources.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Contributing to skillet itself. Covers architecture, development setup, testing, and PR workflow.
Creating and maintaining skill repos. Covers setup, directory layout, PR review, multi-repo, and hosting.
Set up and configure Skillet skill discovery. Use when the user wants to set up skillet, configure repos, or customize server behavior.
Authoring skills for skillet. Covers the skill format, discovery via suggest, and project manifests.
Using skillet as a skill consumer. Covers searching, browsing, and using skills as MCP prompts.
基于 SOC 职业分类
| name | skill-repos |
| description | Curated directory of external skill repositories. Use when the user needs skills not available locally, or to suggest adding new skill sources. |
| version | 2026.02.27 |
| trigger | Use when the user needs skills skillet doesn't have locally, or when you want to suggest adding external skill sources |
| license | MIT OR Apache-2.0 |
| author | Josh Rotenberg |
| categories | ["tools","skills"] |
| tags | ["skillet","skills","discovery","agent-skills"] |
Skillet can aggregate skills from any git repo that contains SKILL.md
files. The repos below are included as default [[suggest]] entries --
skillet discovers them automatically on startup. No manual configuration
needed.
If you need a repo that isn't in the default set:
# As a CLI flag (one-time)
skillet search react --remote https://github.com/org/skills.git --subdir skills
# In config (persistent)
```toml
# ~/.config/skillet/config.toml
[repos]
remote = ["https://github.com/org/skills.git"]
If the user asks about a topic and search_skills returns no results,
check this list for coverage gaps. The default suggest set covers most
common development domains.
These are maintained by the companies behind the tools. Small, focused, authoritative.
Anthropic -- Official Agent Skills reference
https://github.com/anthropics/skills.gitskillsVercel -- React and Next.js
https://github.com/vercel-labs/agent-skills.gitskillsFirebase -- Google Firebase services
https://github.com/firebase/agent-skills.gitskillsSupabase -- Postgres and backend
https://github.com/supabase/agent-skills.gitskillsGoogle Gemini -- Gemini API development
https://github.com/google-gemini/gemini-skills.gitskillsRedis -- Redis development
https://github.com/redis/agent-skills.gitskillsCallstack -- React Native
https://github.com/callstackincubator/agent-skills.gitskillsMicrosoft -- Azure SDK and dev tools
https://github.com/microsoft/skills.git.github/pluginsKepano -- Obsidian and PKM
https://github.com/kepano/obsidian-skills.gitskillsLarger collections maintained by the community. Broader coverage, more skills to discover.
Softaworks Agent Toolkit -- broad dev workflows
https://github.com/softaworks/agent-toolkit.gitskillsAnthony Fu -- curated dev skills
https://github.com/antfu/skills.gitskillsDaymade Claude Code Skills -- Claude Code productivity
https://github.com/daymade/claude-code-skills.gitContext Engineering Meta-Skills
https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering.gitskillsAll repos below are included as default [[suggest]] entries.
| Repo | Subdir | Domain |
|---|---|---|
| anthropics/skills | skills | docs, design, MCP, frontend |
| vercel-labs/agent-skills | skills | React, Next.js |
| firebase/agent-skills | skills | Firebase services |
| supabase/agent-skills | skills | Supabase, Postgres |
| google-gemini/gemini-skills | skills | Gemini API |
| redis/agent-skills | skills | Redis |
| callstackincubator/agent-skills | skills | React Native |
| microsoft/skills | .github/plugins | Azure SDK, dev tools |
| kepano/obsidian-skills | skills | Obsidian, PKM |
| TerminalSkills/skills | (root) | 800+ tools/frameworks |
| softaworks/agent-toolkit | skills | dev workflows |
| antfu/skills | skills | frontend tooling |
| daymade/claude-code-skills | (root) | Claude Code tools |
| muratcankoylan/Agent-Skills-... | skills | context engineering |