npx claudepluginhub george-popescu/bee-dev --plugin beeThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use Context7 MCP to fetch up-to-date framework documentation in three contexts:
Two-step process for every lookup:
mcp__context7__resolve-library-id with the library name (e.g., laravel/framework). This returns the correct Context7 identifier.mcp__context7__query-docs with the resolved ID and a specific query string.Rules:
| Stack | Libraries to Query |
|---|---|
| laravel-inertia-vue | laravel/framework, inertiajs/inertia, vuejs/core |
| laravel-inertia-react | laravel/framework, inertiajs/inertia, facebook/react |
| react | facebook/react |
| nextjs | vercel/next.js |
| nestjs | nestjs/nest |
| react-native-expo | facebook/react-native, expo/expo |
Read config.json to determine the project stack, then query only the relevant libraries from this table.
Context7 enhances research but is never required. Follow this three-tier check:
config.json for the "context7" field. If false, skip Context7 entirely.Keep queries focused and practical:
Prefer specific framework features over general queries. A targeted query returns more useful context than a broad one.
If a query returns no useful results, refine it with more specific terms rather than broadening it.