Development productivity toolkit for tour-expense-tracker. Hooks for auto-testing, domain safety, and context injection. Skills for scaffolding, commits, debugging, and OpenAPI sync. Agents for test fixing, code review, security scanning, migration planning, impact analysis, performance auditing, Prisma field validation, org-scoping audit, and financial change guard.
npx claudepluginhub boburshoh122000/claude-plugins-bobur --plugin tour-dev-toolkitCode review agent that checks diffs against tour-expense-tracker CLAUDE.md rules. Dispatched by smart-commit or manually. Verifies multi-tenancy, financial safety, input validation, audit logging, and coding standards.
Reviews code changes for modifications to financial-sensitive files and calculations. Flags changes to expense logic, currency conversion, pricing, invoicing, and payment flows that require careful review per CLAUDE.md safety rules.
Impact analyzer that maps dependency chains from shared modules to show what breaks when they change. Traces imports, classifies by portal, identifies test coverage gaps, and produces runnable test commands.
Migration planner that validates Prisma schema changes before they're applied. Checks new models for organization_id, indexes, and cascade behavior. Flags breaking changes like type narrowing and required fields without defaults.
Audits server actions and API routes for Prisma queries missing organization_id filtering. Enforces multi-tenant data isolation — every query must scope by organization_id either directly or via a parent relation.
Performance auditor that detects query anti-patterns through static analysis — N+1 queries, unbounded findMany, over-fetching on large models, sequential queries that could use include, and unindexed filters.
Validates that Prisma select, where, and _count field names in TypeScript source match the actual schema.prisma model definitions. Run after editing files with Prisma queries to catch mismatched field names before build.
Security scanner that audits server actions and API routes for auth gaps, missing organization_id scoping, and IDOR vulnerabilities. Accepts optional path argument to narrow scope.
Test fixer agent that diagnoses and fixes failing vitest tests. Distinguishes stale expectations from regressions. Refuses to auto-fix financial calculation logic.
This skill should be used when the user asks to "debug a production issue", "trace an error", "investigate a bug", "why is X broken", "500 error on", or needs systematic debugging across the multi-portal architecture.
This skill should be used when the user asks to "scaffold an action", "create a server action", "generate action file", "new action for", or needs a new server action file following project conventions.
This skill should be used when the user asks to "scaffold a route", "create an API route", "generate route handler", "new API endpoint", or needs a new API route handler following project conventions.
This skill should be used when the user asks to "scaffold a test", "create a test file", "generate tests for", "add tests to", or needs a vitest test file following project conventions.
This skill should be used when the user asks to "smart commit", "commit my changes", "commit and push", "commit and create PR", "push changes", or wants a streamlined commit workflow with safety checks.
This skill should be used when the user asks to "sync openapi", "update API docs", "check API spec", "verify openapi", "API documentation out of date", or needs to verify the OpenAPI specification matches actual routes.
Personal Claude Code plugin marketplace.
Development productivity toolkit for the tour-expense-tracker project.
Hooks:
Skills:
/scaffold-action — generate server action + test following project conventions/scaffold-route — generate API route handler (standard, cron, dynamic)/scaffold-test — generate vitest test file with proper mocks/smart-commit — commit workflow with test verification and safety checks/debug-prod — systematic production issue investigation/sync-openapi — verify OpenAPI spec matches actual routesAgents:
# Add this marketplace
claude plugin marketplace add claude-plugins-bobur --source github --repo Boburshoh122000/claude-plugins-bobur
# Install the plugin
claude plugin install tour-dev-toolkit@claude-plugins-bobur
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
The most comprehensive Claude Code plugin — 38 agents, 156 skills, 72 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.