Skip to content

Latest commit

 

History

History
161 lines (113 loc) · 4.01 KB

File metadata and controls

161 lines (113 loc) · 4.01 KB

Rimthan Plugins

Claude Code plugins for various development stacks used by the RIMTHAN-LAB team.

Available Plugins

React Plugin (v1.1.0)

Custom commands, agents, and performance best practices for React/Next.js development.

Skills:

  • react-best-practices - 40+ performance optimization rules from Vercel Engineering

Commands: /component, /hook, /test


Flutter Plugin (v1.0.2)

Custom commands and agents for Flutter development with Dart.

Skills:

  • flutter-developer - Core Flutter development patterns
  • bloc-state-management - BLoC pattern implementation
  • riverpod-state-management - Riverpod patterns
  • flutter-tester - Testing strategies
  • owasp-mobile-security-checker - Mobile security analysis
  • pr-reviewer - Code review for Flutter
  • flutter-plugin - Plugin development

Commands: /widget, /screen, /model


Node.js Plugin (v1.1.0)

Custom commands, agents, and 25 NestJS skills for backend development.

Skills:

Category Skills
Core nestjs, api-controller, api-dto, api-feature-module
Data api-data-repository, api-schema-zod, database-migration, api-data-migration
Caching api-cache-redis, api-cache-analyzer
Queues api-queue-bullmq, api-queue-analyzer
Events api-event-rabbitmq
Auth api-auth-guards, api-decorator-custom
Testing api-test-unit, api-test-integration, api-test-e2e, api-test-runner
Review api-nestjs-reviewer, api-openapi-reviewer, api-migration-verifier
Observability api-tracing-otel
Other api-feature-cqrs, api-claude-sync

Commands: /api, /middleware, /model


Shared Plugin (v1.0.0)

Cross-platform utilities, workflows, and generic skills for all projects.

Skills:

  • orchestrator - Task orchestration
  • master-workflow - Workflow management
  • workflow - Workflow utilities
  • architecture-advisor - Architecture guidance
  • create-feature - Feature scaffolding
  • create-crud - CRUD generation
  • refactor - Refactoring assistance
  • review - Code review
  • debugger - Debugging help
  • lint-fix - Linting fixes
  • build-deploy - Build/deploy automation
  • run-tests / test-runner - Test execution

Rules: Orchestrator patterns, skill structure guidelines

Workflows: implementation-review.yaml, universal-review-loop.yaml


Git Hooks (v1.0.0)

Universal Husky git hooks with multi-language support and CLAUDE.md automation.

Installation

npm install -g rimthan

# For React projects
rimthan init react

# For Flutter projects
rimthan init flutter

# For Node.js projects
rimthan init nodejs

# For shared utilities
rimthan init shared

Repository Structure

rimthan-plugins/
├── manifest.json
├── react/
│   ├── .claude-plugin/plugin.json
│   ├── commands/
│   ├── agents/
│   ├── hooks/
│   └── skills/
│       └── react-best-practices/
├── flutter/
│   ├── .claude-plugin/plugin.json
│   ├── commands/
│   ├── agents/
│   └── skills/ (7 skills)
├── nodejs/
│   ├── .claude-plugin/plugin.json
│   ├── commands/
│   ├── agents/
│   ├── hooks/
│   └── skills/ (25 NestJS skills)
├── shared/
│   ├── .claude-plugin/plugin.json
│   ├── skills/ (13 generic skills)
│   ├── rules/ (6 meta rules)
│   └── workflows/ (2 yaml workflows)
└── git-hooks/

Version History

1.1.0

  • Added react-best-practices skill with 40+ performance rules from Vercel
  • Moved 25 NestJS skills to nodejs/skills/
  • Created shared/ for cross-platform utilities (13 skills, 6 rules, 2 workflows)
  • Removed mac/ folder (content redistributed)

1.0.2

  • Added flutter-tester and owasp-mobile-security-checker skills

1.0.0

  • Initial release with React, Flutter, and Node.js plugins

License

MIT


Maintained by RIMTHAN-LAB