3 Commits

Author SHA1 Message Date
Mahesh Murag
65dc40c972 Updates to README.md 2025-10-17 17:44:21 -04:00
Mahesh Murag
81fefbb363 Updates to README.md 2025-10-17 17:42:22 -04:00
Mahesh Murag
0877baec7e Updates to README.md (#9) 2025-10-16 15:15:19 -04:00

View File

@@ -63,7 +63,19 @@ You can register this repository as a Claude Code Plugin marketplace by running
/plugin marketplace add anthropics/skills
```
After installing the plugin, you can use the skill by just mentioning it. For instance, if you install the document-skills plugin from the marketplace, you can ask Claude Code to do something like: "use the pdf skill to extract the form fields from path/to/some-file.pdf"
Then, to install a specific set of skills:
1. Select `Browse and install plugins`
2. Select `anthropic-agent-skills`
3. Select `document-skills` or `example-skills`
4. Select `Install now`
Alternatively, directly install either Plugin via:
```
/plugin install document-skills@anthropic-agent-skills
/plugin install example-skills@anthropic-agent-skills
```
After installing the plugin, you can use the skill by just mentioning it. For instance, if you install the `document-skills` plugin from the marketplace, you can ask Claude Code to do something like: "Use the PDF skill to extract the form fields from path/to/some-file.pdf"
## Claude.ai