What problem does it solve?
This Skill eliminates the guesswork and inconsistency of contributing to the marmite Rust static site generator codebase by providing clear, standardized guidelines for code quality, testing, documentation, and contribution workflows, reducing onboarding friction for new contributors and ensuring consistency across all changes.
Core Features & Use Cases
- Standardized Development Workflows: Pre-defined commands for formatting, linting, testing, and serving the project, plus explicit rules for safe Rust practices, error handling, and naming conventions.
- Comprehensive Contribution Checklists: Step-by-step requirements for all change types (code updates, new features, bug fixes, PRs), including mandatory test coverage, documentation updates, and template synchronization.
- Use Case: A developer adding a new stream taxonomy feature to marmite can follow this Skill to ensure their code passes all lint checks, includes unit and integration tests, updates all relevant reference documentation, and aligns with the project's backward compatibility requirements without missing required steps.
Quick Start
Use the marmite-development skill to guide your contribution of a new feature or bug fix to the marmite codebase, following all outlined code quality, testing, and documentation requirements.