Skip to content

Commit 8cd0f5f

Browse files
authored
feat(ask): add ASK plugin to marketplace (#150)
* feat(ask): add ASK plugin to marketplace Add Agent Skills Kit (ASK) plugin from pleaseai/ask to the marketplace, categorized under development with documentation and tooling tags. * docs: add ASK plugin to README
1 parent 9d10510 commit 8cd0f5f

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,17 @@
543543
"keywords": ["emulate", "api-emulation", "local-development", "testing"],
544544
"tags": ["tooling", "testing"],
545545
"source": "./plugins/emulate"
546+
},
547+
{
548+
"name": "ask",
549+
"description": "ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries",
550+
"category": "development",
551+
"keywords": ["documentation", "registry", "library", "agent-skills", "ask"],
552+
"tags": ["tooling", "documentation"],
553+
"source": {
554+
"source": "github",
555+
"repo": "pleaseai/ask"
556+
}
546557
}
547558
]
548559
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@ Local drop-in API emulator for Vercel, GitHub, Google, Slack, Apple, Microsoft,
272272

273273
**Install:** `/plugin install emulate@pleaseai` | **Source:** [plugins/emulate](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/emulate)
274274

275+
#### ASK
276+
ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries.
277+
278+
**Install:** `/plugin install ask@pleaseai` | **Source:** [pleaseai/ask](https://github.com/pleaseai/ask)
279+
275280
## Quick Start
276281

277282
The fastest way to get started — install the marketplace and let the plugin recommender auto-detect what you need:
@@ -355,6 +360,7 @@ Once the marketplace is added, install any plugin individually:
355360
/plugin install react@pleaseai
356361
/plugin install react-native@pleaseai
357362
/plugin install emulate@pleaseai
363+
/plugin install ask@pleaseai
358364
```
359365

360366
## What Are Claude Code Plugins?

0 commit comments

Comments
 (0)