This skill empowers Claude to architect and implement Rimitive modules, the fundamental units of composition in the Rimitive library. It provides precise guidance on using defineModule to declare dependencies, handle lifecycle events like init and destroy, and export clean implementation types for TypeScript consumers. Whether you are extending the reactive signal system, building custom adapters for view engines, or creating modular services, this skill ensures your code follows established best practices for testability, instrumentation, and maintainability.
Key Features
010 GitHub stars
02Factory patterns for configuration-bound adapters
03Automatic dependency resolution and injection via compose()
04Instrumentation support for advanced debugging and profiling
05Lifecycle management with init and destroy hooks
06Standardized module definition using defineModule
Use Cases
01Building complex, typed services with internal dependencies and strictly defined interfaces.
02Developing library-agnostic adapters for DOM manipulation or cross-platform view engines.
03Extending core reactive primitives like signals, computed values, or effects.