Agent skill

dart-pub-dev-search

To search pub.dev for relevant Dart packages, query by keywords and return download counts, topics, license, and publisher.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill dart-pub-dev-search-x-school-academy-ai-dev-swarm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/api/dart-pub-dev-search-x-school-academy-ai-dev-swarm/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Usage Use the MCP tool `dev-swarm.request` to send the payload as a JSON string: ```json {"server_id":"dart","tool_name":"pub_dev_search","arguments":{}} ``` ## Tool Description Searches pub.dev for packages relevant to a given search query. The response will describe each result with its download count, package description, topics, license, and publisher. ## Arguments Schema The schema below describes the `arguments` object in the request payload. ```json { "type": "object", "properties": { "query": { "type": "string", "title": "Search query", "description": "The query to run against pub.dev package search.\n\nBesides freeform keyword search `pub.dev` supports the following search query\nexpressions:\n\n - `\"exact phrase\"`: By default, when you perform a search, the results include\n packages with similar phrases. When a phrase is inside quotes, you'll see\n only those packages that contain exactly the specified phrase.\n\n - `dependency:<package_name>`: Searches for packages that reference\n `package_name` in their `pubspec.yaml`.\n\n - `dependency*:<package_name>`: Searches for packages that depend on\n `package_name` (as direct, dev, or transitive dependencies).\n\n - `top

What's inside
Steps it walks through
  1. Usage
  2. Tool Description
  3. Arguments Schema
  4. Background Tasks
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the dart-pub-dev-search skill do?

To search pub.dev for relevant Dart packages, query by keywords and return download counts, topics, license, and publisher.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill dart-pub-dev-search-x-school-academy-ai-dev-swarm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going