Claude Code plugins for various development stacks used by the RIMTHAN-LAB team.
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
Custom commands and agents for Flutter development with Dart.
Skills:
flutter-developer- Core Flutter development patternsbloc-state-management- BLoC pattern implementationriverpod-state-management- Riverpod patternsflutter-tester- Testing strategiesowasp-mobile-security-checker- Mobile security analysispr-reviewer- Code review for Flutterflutter-plugin- Plugin development
Commands: /widget, /screen, /model
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
Cross-platform utilities, workflows, and generic skills for all projects.
Skills:
orchestrator- Task orchestrationmaster-workflow- Workflow managementworkflow- Workflow utilitiesarchitecture-advisor- Architecture guidancecreate-feature- Feature scaffoldingcreate-crud- CRUD generationrefactor- Refactoring assistancereview- Code reviewdebugger- Debugging helplint-fix- Linting fixesbuild-deploy- Build/deploy automationrun-tests/test-runner- Test execution
Rules: Orchestrator patterns, skill structure guidelines
Workflows: implementation-review.yaml, universal-review-loop.yaml
Universal Husky git hooks with multi-language support and CLAUDE.md automation.
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 sharedrimthan-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/
- Added
react-best-practicesskill 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)
- Added
flutter-testerandowasp-mobile-security-checkerskills
- Initial release with React, Flutter, and Node.js plugins
MIT
Maintained by RIMTHAN-LAB