Skip to content

Commit 55c4d59

Browse files
Kasper Jungeclaude
authored andcommitted
docs: expand skill directory with all 18 official skills and descriptions for users who want to discover available skills
The skill directory previously listed only 4 of 18 official Anthropic skills and had no descriptions. Users couldn't evaluate which skills to install without clicking through to each GitHub repo. Changes: - Add all 18 official Anthropic skills organized by category (Documents, Design, Development, Productivity) - Add descriptions for every skill (sourced from SKILL.md frontmatter) - Fix broken handles: kasperjunge/commit → kasperjunge/commit-work, kasperjunge/pr removed (doesn't exist), dsjacobsen/golang-pro → dsjacobsen/agent-resources/golang-pro - Fix kasperjunge/migrate-to-skills → kasperjunge/agent-resources/migrate-to-skills - Add descriptions to all community skills - Update llms-full.txt to match Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7d67a4d commit 55c4d59

2 files changed

Lines changed: 92 additions & 42 deletions

File tree

docs/docs/llms-full.txt

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -486,18 +486,38 @@ agr add user/skill --overwrite
486486

487487
### Official (Anthropic)
488488

489-
```bash
490-
agr add anthropics/skills/frontend-design
491-
agr add anthropics/skills/pdf
492-
agr add anthropics/skills/skill-creator
493-
agr add anthropics/skills/mcp-builder
494-
```
489+
Documents & data:
490+
- pdf — Read, extract, create, and modify PDF files: `agr add anthropics/skills/pdf`
491+
- docx — Create, read, edit, and manipulate Word documents: `agr add anthropics/skills/docx`
492+
- pptx — Create and work with PowerPoint slide decks: `agr add anthropics/skills/pptx`
493+
- xlsx — Create and manipulate spreadsheet files: `agr add anthropics/skills/xlsx`
494+
- doc-coauthoring — Structured workflow for co-authoring documentation: `agr add anthropics/skills/doc-coauthoring`
495+
496+
Design & frontend:
497+
- frontend-design — Build distinctive, production-grade frontend interfaces: `agr add anthropics/skills/frontend-design`
498+
- canvas-design — Create visual art in PNG and PDF: `agr add anthropics/skills/canvas-design`
499+
- algorithmic-art — Create algorithmic art with p5.js: `agr add anthropics/skills/algorithmic-art`
500+
- theme-factory — Style artifacts with themes: `agr add anthropics/skills/theme-factory`
501+
- brand-guidelines — Apply Anthropic's brand colors and typography: `agr add anthropics/skills/brand-guidelines`
502+
503+
Development:
504+
- claude-api — Build apps with the Claude API and Anthropic SDKs: `agr add anthropics/skills/claude-api`
505+
- mcp-builder — Create MCP servers for LLM-to-service interaction: `agr add anthropics/skills/mcp-builder`
506+
- web-artifacts-builder — Create multi-component HTML artifacts: `agr add anthropics/skills/web-artifacts-builder`
507+
- webapp-testing — Test local web applications using Playwright: `agr add anthropics/skills/webapp-testing`
508+
509+
Productivity:
510+
- skill-creator — Create, modify, and improve skills: `agr add anthropics/skills/skill-creator`
511+
- internal-comms — Write internal communications: `agr add anthropics/skills/internal-comms`
512+
- slack-gif-creator — Create animated GIFs optimized for Slack: `agr add anthropics/skills/slack-gif-creator`
513+
514+
Browse full list: https://github.com/anthropics/skills
495515

496516
### Community
497517

498518
```bash
499519
# Go — @dsjacobsen
500-
agr add dsjacobsen/golang-pro
520+
agr add dsjacobsen/agent-resources/golang-pro
501521

502522
# Drupal — @madsnorgaard
503523
agr add madsnorgaard/drupal-agent-resources/drupal-expert
@@ -507,10 +527,9 @@ agr add madsnorgaard/drupal-agent-resources/ddev-expert
507527
agr add madsnorgaard/drupal-agent-resources/docker-local
508528

509529
# Workflow — @kasperjunge, @maragudk
510-
agr add kasperjunge/commit
511-
agr add kasperjunge/pr
512530
agr add maragudk/skills/collaboration
513-
agr add kasperjunge/migrate-to-skills
531+
agr add kasperjunge/commit-work
532+
agr add kasperjunge/agent-resources/migrate-to-skills
514533
```
515534

516535
Search GitHub for more: https://github.com/search?q=filename%3ASKILL.md&type=code

docs/docs/skills.md

Lines changed: 63 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,55 @@ title: Skill Directory
44

55
# Skill Directory
66

7-
Browse available skills and find ones that fit your workflow.
7+
Browse available skills and find ones that fit your workflow. Every skill below
8+
can be tried instantly without installing:
9+
10+
```bash
11+
agrx anthropics/skills/pdf -p "Extract tables from report.pdf"
12+
```
813

914
---
1015

1116
## Official Skills
1217

1318
Maintained by Anthropic in the [anthropics/skills](https://github.com/anthropics/skills) repository.
1419

15-
| Skill | Install command |
16-
|-------|----------------|
17-
| Frontend Design | `agr add anthropics/skills/frontend-design` |
18-
| PDF | `agr add anthropics/skills/pdf` |
19-
| Skill Creator | `agr add anthropics/skills/skill-creator` |
20-
| MCP Builder | `agr add anthropics/skills/mcp-builder` |
20+
### Documents & Data
2121

22-
Try any skill without installing:
22+
| Skill | Description | Install |
23+
|-------|-------------|---------|
24+
| PDF | Read, extract, create, and modify PDF files | `agr add anthropics/skills/pdf` |
25+
| DOCX | Create, read, edit, and manipulate Word documents | `agr add anthropics/skills/docx` |
26+
| PPTX | Create and work with PowerPoint slide decks | `agr add anthropics/skills/pptx` |
27+
| XLSX | Create and manipulate spreadsheet files | `agr add anthropics/skills/xlsx` |
28+
| Doc Co-authoring | Structured workflow for co-authoring documentation | `agr add anthropics/skills/doc-coauthoring` |
2329

24-
```bash
25-
agrx anthropics/skills/pdf -p "Extract tables from report.pdf"
26-
```
30+
### Design & Frontend
31+
32+
| Skill | Description | Install |
33+
|-------|-------------|---------|
34+
| Frontend Design | Build distinctive, production-grade frontend interfaces | `agr add anthropics/skills/frontend-design` |
35+
| Canvas Design | Create visual art in PNG and PDF using design principles | `agr add anthropics/skills/canvas-design` |
36+
| Algorithmic Art | Create algorithmic art with p5.js and seeded randomness | `agr add anthropics/skills/algorithmic-art` |
37+
| Theme Factory | Style artifacts (slides, docs, landing pages) with themes | `agr add anthropics/skills/theme-factory` |
38+
| Brand Guidelines | Apply Anthropic's official brand colors and typography | `agr add anthropics/skills/brand-guidelines` |
39+
40+
### Development
41+
42+
| Skill | Description | Install |
43+
|-------|-------------|---------|
44+
| Claude API | Build apps with the Claude API and Anthropic SDKs | `agr add anthropics/skills/claude-api` |
45+
| MCP Builder | Create MCP servers for LLM-to-service interaction | `agr add anthropics/skills/mcp-builder` |
46+
| Web Artifacts Builder | Create multi-component HTML artifacts with modern frontend tech | `agr add anthropics/skills/web-artifacts-builder` |
47+
| Webapp Testing | Test local web applications using Playwright | `agr add anthropics/skills/webapp-testing` |
48+
49+
### Productivity
50+
51+
| Skill | Description | Install |
52+
|-------|-------------|---------|
53+
| Skill Creator | Create, modify, and improve skills | `agr add anthropics/skills/skill-creator` |
54+
| Internal Comms | Write internal communications in your company's formats | `agr add anthropics/skills/internal-comms` |
55+
| Slack GIF Creator | Create animated GIFs optimized for Slack | `agr add anthropics/skills/slack-gif-creator` |
2756

2857
Browse the full list at [github.com/anthropics/skills](https://github.com/anthropics/skills).
2958

@@ -35,42 +64,41 @@ Skills built and shared by the community.
3564

3665
### Go
3766

38-
| Skill | Author | Install command |
39-
|-------|--------|----------------|
40-
| Go Pro | [@dsjacobsen](https://github.com/dsjacobsen) | `agr add dsjacobsen/golang-pro` |
67+
| Skill | Description | Author | Install |
68+
|-------|-------------|--------|---------|
69+
| Go Pro | Expert Go 1.21+ development for concurrent, scalable systems | [@dsjacobsen](https://github.com/dsjacobsen) | `agr add dsjacobsen/agent-resources/golang-pro` |
4170

4271
### Drupal
4372

44-
| Skill | Author | Install command |
45-
|-------|--------|----------------|
46-
| Drupal Expert | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/drupal-expert` |
47-
| Drupal Security | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/drupal-security` |
48-
| Drupal Migration | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/drupal-migration` |
49-
| DDEV Expert | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/ddev-expert` |
50-
| Docker Local | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/docker-local` |
73+
| Skill | Description | Author | Install |
74+
|-------|-------------|--------|---------|
75+
| Drupal Expert | Drupal 10/11 modules, themes, hooks, services, and config | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/drupal-expert` |
76+
| Drupal Security | Prevent XSS, SQL injection, and access bypass in Drupal | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/drupal-security` |
77+
| Drupal Migration | D7-to-D10 migrations, CSV imports, and migration plugins | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/drupal-migration` |
78+
| DDEV Expert | DDEV local development, containers, and configuration | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/ddev-expert` |
79+
| Docker Local | Docker Compose local development patterns | [@madsnorgaard](https://github.com/madsnorgaard) | `agr add madsnorgaard/drupal-agent-resources/docker-local` |
5180

5281
### Workflow
5382

54-
| Skill | Author | Install command |
55-
|-------|--------|----------------|
56-
| Commit | [@kasperjunge](https://github.com/kasperjunge) | `agr add kasperjunge/commit` |
57-
| PR | [@kasperjunge](https://github.com/kasperjunge) | `agr add kasperjunge/pr` |
58-
| Collaboration | [@maragudk](https://github.com/maragudk) | `agr add maragudk/skills/collaboration` |
59-
| Migrate to Skills | [@kasperjunge](https://github.com/kasperjunge) | `agr add kasperjunge/migrate-to-skills` |
83+
| Skill | Description | Author | Install |
84+
|-------|-------------|--------|---------|
85+
| Collaboration | Contributing to GitHub projects, PRs, and code reviews | [@maragudk](https://github.com/maragudk) | `agr add maragudk/skills/collaboration` |
86+
| Commit Work | Run quality checks, update changelog, and create commits | [@kasperjunge](https://github.com/kasperjunge) | `agr add kasperjunge/commit-work` |
87+
| Migrate to Skills | Convert legacy agent resources to the Agent Skills format | [@kasperjunge](https://github.com/kasperjunge) | `agr add kasperjunge/agent-resources/migrate-to-skills` |
6088

6189
---
6290

6391
## Discovering More Skills
6492

65-
### Browse GitHub
93+
### Search GitHub
6694

67-
Any GitHub repository with a `SKILL.md` file can be installed with agr. Search GitHub for repositories containing skill files:
95+
Any GitHub repository with a `SKILL.md` file can be installed with agr:
6896

6997
- [Search for SKILL.md files on GitHub](https://github.com/search?q=filename%3ASKILL.md&type=code)
7098

7199
### List skills in a repository
72100

73-
Use the Python SDK to list all skills in a repo:
101+
Use the Python SDK to list all skills in any repo:
74102

75103
```python
76104
from agr import list_skills
@@ -79,13 +107,16 @@ for info in list_skills("anthropics/skills"):
79107
print(f"{info.handle}: {info.description}")
80108
```
81109

110+
Or check a repo manually — agr looks for any directory containing a `SKILL.md`
111+
file.
112+
82113
### Try before you install
83114

84115
Use `agrx` to run any skill without adding it to your project:
85116

86117
```bash
87-
agrx user/skill-name
88-
agrx user/skill-name -i # Interactive: continue chatting after the skill runs
118+
agrx anthropics/skills/webapp-testing
119+
agrx anthropics/skills/pdf -i # Interactive: continue chatting after the skill runs
89120
```
90121

91122
---

0 commit comments

Comments
 (0)