npx claudepluginhub johwer/marketplace --plugin claude-toolkitThis 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.
Project-level conventions are loaded automatically via .claude/skills/frontend-conventions.md when editing apps/web/src/**/*.ts{x} files.
If project-level skills are not available (e.g., older branch), read these files directly:
docs/CODING_STYLE_FRONTEND.mddocs/FRONTEND_COMPONENTS.mddocs/TAILWIND_CONVENTIONS.mddocs/INTERNATIONALIZATION.mdThese patterns come from team experience and are not in the project-level skills:
defaultValue in t() calls — it masks missing keys in production.t(\prefix_${enumValue}`)and add the pattern toscripts/lokalise_whitelist.json`.toBackendLanguage() from i18n.ts when sending language to API calls ("key" → "en").useSearchParamTab hook for tab components, not useState. Tab state must survive page refresh and be shareable via URL.*ApiEnhanced.ts files add cache tags and manual endpoint overrides.injectEndpoints.*Api.ts in src/store/rtk-apis/ are auto-generated. Never edit directly.*BaseApi.ts are manually maintained base API definitions./generate-api to regenerate from backend Swagger specs.__screenshots__/ next to the component before pushing.