Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ Over **2,800 skills** across curated repositories. Use `asm search <term>` to di
| Repository | Description | Stars | Skills |
| ----------------------------------------------------------------------------------- | ----------------------------------------------- | -----: | -----: |
| [anthropic-skills](https://github.com/anthropics/skills) | Official Agent Skills from Anthropic | 95,957 | 18 |
| [agent-skills](https://github.com/youdotcom-oss/agent-skills) | You.com skills for web search, research & tools | 61 | 5 |
| [superpowers](https://github.com/obra/superpowers) | Agentic skills framework | 89,816 | 14 |
| [everything-claude-code](https://github.com/affaan-m/everything-claude-code) | Performance optimization for Claude Code, Codex | 81,392 | 183 |
| [agency-agents](https://github.com/msitarzewski/agency-agents) | Specialized expert agents | 50,749 | — |
Expand All @@ -495,6 +496,10 @@ Over **2,800 skills** across curated repositories. Use `asm search <term>` to di
asm install github:anthropics/skills
```

```bash
asm install github:youdotcom-oss/agent-skills
```

```bash
asm install github:anthropics/skills --all
```
Expand Down
9 changes: 9 additions & 0 deletions data/skill-index-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
"maintainer": "@anthropics",
"enabled": true
},
{
"source": "github:youdotcom-oss/agent-skills",
"url": "https://github.com/youdotcom-oss/agent-skills",
"owner": "youdotcom-oss",
"repo": "agent-skills",
"description": "You.com skills for current web search, URL content extraction, cited research, finance research, and integration discovery",
"maintainer": "@youdotcom-oss",
"enabled": true
},
{
"source": "github:obra/superpowers",
"url": "https://github.com/obra/superpowers",
Expand Down
Loading
Loading