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/backend-conventions.md when editing services/**/*.cs or shared/**/*.cs files. Data engineers follow the same backend patterns.
If project-level skills are not available (e.g., older branch), read these files directly:
docs/CODING_STYLE_BACKEND.mddocs/API_CONVENTIONS.mddocs/TESTING_GUIDELINES_BACKEND.mddotnet ef migrations remove and re-add, never edit migration files by hand.IEnumerable with ToList() before multiple iteration.ON CONFLICT) instead of check-then-act patterns.CancellationToken through call chains for long-running operations.