core-development - Core Package Development Guidelines for @monque/core
Guidelines for adding functionality to the @monque/core package
Tags
Updated: 2026-02-14Capabilities
Typical Inputs
Typical Outputs
What this skill does
- implement new features
- fix bugs
- refactor code
- write unit tests
- write integration tests
- create documentation
Inputs
- source code files
- TypeScript configuration
- test files
- documentation templates
- database schemas
- event definitions
Outputs
- new functionality
- bug fixes
- refactored code
- unit tests
- integration tests
- API documentation
Requirements
- TypeScript environment
- Bun runtime
- MongoDB for integration tests
- TypeDoc for documentation
- Testcontainers for database tests
- strict type checking
