Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- `git add` - Don't stage changes without permission
Sign in to like and favorite skills
git add - Don't stage changes without permissiongit commit - Don't commit without permissiongit push - Don't push to remote without permissiongit checkout - Don't switch branches without permissiongit merge - Don't merge branches without permissiongit pull - Don't pull changes without permissiongit reset - Don't reset history without permissionBefore making code changes:
After making changes:
For Git operations:
<type>: <short description> - Bullet point 1 - Bullet point 2 - Impact/metrics if applicable
Types: feat, fix, refactor, docs, style, test, chore, perf
feature/swipe-gestures)refactor/remove-theme-switcher)fix/navigation-bug)docs/update-readme)npm run build)--cb-* prefixdocs/ folderdocs/PRODUCT_VISION.md (concepts, principles) and docs/ROADMAP.md (MVP scope)docs/PROJECT_STATUS.md after completing tasksLast Updated: November 5, 2025
Created by: User request to prevent auto-commit issues