# Skill Repos

> Curated directory of external skill repositories. Use when the user needs skills not available locally, or to suggest adding new skill sources.

- **Type:** Skill
- **Install:** `agentstack add skill-joshrotenberg-skillet-skill-repos`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [joshrotenberg](https://agentstack.voostack.com/s/joshrotenberg)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [joshrotenberg](https://github.com/joshrotenberg)
- **Source:** https://github.com/joshrotenberg/skillet/tree/main/skills/skillet/skill-repos

## Install

```sh
agentstack add skill-joshrotenberg-skillet-skill-repos
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## External Skill Repositories

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.

### Adding additional repos

If you need a repo that isn't in the default set:

```bash
# 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"]
```

### When to suggest adding a repo

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.

---

### Official and vendor repos

These are maintained by the companies behind the tools. Small, focused,
authoritative.

**Anthropic -- Official Agent Skills reference**
- Repo: `https://github.com/anthropics/skills.git`
- Subdir: `skills`
- Skills: 16 (doc coauthoring, PDF/DOCX/PPTX/XLSX, MCP builder, design, frontend, web artifacts)
- Use when: document generation, slide decks, spreadsheets, MCP server development, frontend design

**Vercel -- React and Next.js**
- Repo: `https://github.com/vercel-labs/agent-skills.git`
- Subdir: `skills`
- Skills: 5 (React best practices, composition patterns, web design, React Native, deploy)
- Use when: React, Next.js, web frontend, component architecture

**Firebase -- Google Firebase services**
- Repo: `https://github.com/firebase/agent-skills.git`
- Subdir: `skills`
- Skills: 7 (Firestore, Auth, Hosting, App Hosting, Data Connect, AI Logic, basics)
- Use when: Firebase, Firestore, Firebase Auth, Firebase Hosting, Google Cloud

**Supabase -- Postgres and backend**
- Repo: `https://github.com/supabase/agent-skills.git`
- Subdir: `skills`
- Skills: 1 (comprehensive Supabase/Postgres best practices with 30+ reference docs)
- Use when: Supabase, Postgres, database design, backend APIs, edge functions

**Google Gemini -- Gemini API development**
- Repo: `https://github.com/google-gemini/gemini-skills.git`
- Subdir: `skills`
- Skills: 1 (Gemini API development best practices)
- Use when: Gemini API, Google AI SDK, LLM application development

**Redis -- Redis development**
- Repo: `https://github.com/redis/agent-skills.git`
- Subdir: `skills`
- Skills: 1 (Redis development best practices)
- Use when: Redis, caching, session management, pub/sub, data structures

**Callstack -- React Native**
- Repo: `https://github.com/callstackincubator/agent-skills.git`
- Subdir: `skills`
- Skills: 3 (React Native best practices, upgrading, GitHub workflows)
- Use when: React Native, mobile development, React Native upgrades

**Microsoft -- Azure SDK and dev tools**
- Repo: `https://github.com/microsoft/skills.git`
- Subdir: `.github/plugins`
- Skills: 170+ (Azure SDK for Rust/Python/Java/TypeScript/.NET, dev tools)
- Use when: Azure services, Azure SDK, cloud development

**Kepano -- Obsidian and PKM**
- Repo: `https://github.com/kepano/obsidian-skills.git`
- Subdir: `skills`
- Skills: Obsidian note-taking, knowledge management
- Use when: Obsidian, personal knowledge management, note-taking workflows

### Community collections

Larger collections maintained by the community. Broader coverage, more
skills to discover.

**Softaworks Agent Toolkit -- broad dev workflows**
- Repo: `https://github.com/softaworks/agent-toolkit.git`
- Subdir: `skills`
- Skills: 43 (architecture, API design, testing, documentation, planning, refactoring, security, DevOps, and more)
- Use when: general development workflows, project planning, architecture decisions, documentation

**Anthony Fu -- curated dev skills**
- Repo: `https://github.com/antfu/skills.git`
- Subdir: `skills`
- Skills: curated development skills from a prolific open-source maintainer
- Use when: frontend tooling, ESLint, Vite, Vue, TypeScript patterns

**Daymade Claude Code Skills -- Claude Code productivity**
- Repo: `https://github.com/daymade/claude-code-skills.git`
- Subdir: none (skills are at repo root)
- Skills: 38 (deep research, i18n, CLI tools, PDF creation, GitHub ops, Cloudflare, mermaid diagrams, and more)
- Use when: Claude Code power-user workflows, research, CLI tooling, cloud services

**Context Engineering Meta-Skills**
- Repo: `https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering.git`
- Subdir: `skills`
- Skills: 13 (context optimization, compression, memory systems, multi-agent patterns, tool design, evaluation)
- Use when: building agents, context engineering, multi-agent architectures, prompt optimization

---

### Quick reference

All 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 |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [joshrotenberg](https://github.com/joshrotenberg)
- **Source:** [joshrotenberg/skillet](https://github.com/joshrotenberg/skillet)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-joshrotenberg-skillet-skill-repos
- Seller: https://agentstack.voostack.com/s/joshrotenberg
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
