Claude Code plugin marketplace for Dart/Flutter development.
Fetches Dart/Flutter package documentation from pub.dev and GitHub. Claude automatically uses this skill when you mention adding, using, or integrating a pub.dev package.
Triggers on: "add package", "use package", "how to use X package", "package docs", "pub.dev", "flutter pub add", "dart pub add", etc.
What it does:
- Fetches package metadata (version, description, SDK constraint, dependencies)
- Downloads the full README from GitHub (handles monorepos automatically)
- Provides Claude with the documentation context to help implement the package
- Open Claude Code in your terminal:
claude- Add the marketplace:
/plugin marketplace add tyypgzl/skills- Install the plugin:
/plugin install tguzeldev-skills@tguzeldev-skillsYou can also install using OpenSkills:
npx openskills install tyypgzl/skills.claude-plugin/
plugin.json # Plugin manifest
marketplace.json # Marketplace catalog
skills/
pub-docs/
SKILL.md # Skill definition
references/
workflow.md # API reference docs
scripts/
fetch_pub_docs.sh # Package fetcher script