Generate a conventional commit message from staged git changes. Use this skill when the user wants to create a commit message for their staged changes.
Stephanvs/dotfiles
SkillsMP has collected 4 skills from Stephanvs/dotfiles. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 6
- GitHub forks
- 1
Skills in this repository
Showing 4 of 4 collected skills.
Decomposes complex problems into objective, constraints, assumptions, primitives, and causal mechanisms, then rebuilds solutions from the fundamentals. Use when solving ambiguous problems, debugging root causes, planning systems, evaluating tradeoffs, or when…
Bevy game development guidance for Rust/Bevy projects, covering ECS architecture, system scheduling, events, helper utilities, project structuring, and build/performance profiles. Use when designing, reviewing, or refactoring Bevy game code; adding…
Design and build software with high cohesion, low coupling, composition-first structures, and functional-style defaults (TigerStyle-inspired).