From c74d647e56e6daa12029b6acb11a821348ad044b Mon Sep 17 00:00:00 2001 From: Mahesh Murag Date: Sat, 18 Oct 2025 12:39:45 -0400 Subject: [PATCH] Clarify Claude Code installation in README.md (#20) * Updates to README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eeca8d63..c2179e59 100644 --- a/README.md +++ b/README.md @@ -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