com um clique
obsidian-hotkeys-cheatsheet
obsidian-hotkeys-cheatsheet contém 7 skills coletadas de awaragi, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Prompt for a semantic version bump before starting implementation of a new feature, fix, or change — whether tracked via OpenSpec or not. Use at the very start of a new unit of work, before making the first code edit, to decide if/how to bump the version with npm run release:prepare. Not for continuing already-started work or trivial one-line tweaks.
Archive multiple completed changes at once. Use when archiving several parallel changes.
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.