- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
flow-simplify
by benkruger
"Phase 4: Simplify — invoke /simplify to refactor code for clarity, then auto-commit. Safe because tests already passed in Code phase."
backend-pr-review
by parhumm
Review backend PRs for security, performance, code quality, and testing gaps across any stack. Use when reviewing backend pull requests.
flow-init
by benkruger
"One-time project setup — configure workspace permissions, git excludes, and version marker. Run once after installing or upgrading FLOW. Usage: /flow:flow-init"
skill-update
by parhumm
Update an existing jaan-to skill following standards. Use when modifying or improving existing skills.
flow-learning
by benkruger
"Phase 7: Learning — review what went wrong, capture learnings, route each to its correct permanent home. Runs before the PR is merged. The only commits are CLAUDE.md and .claude/ changes."
flow-abort
by benkruger
"Abort the current FLOW feature. Closes the PR, deletes the remote branch, removes the worktree, and deletes the state file. Available from any phase. Use --manual for confirmation prompt."
study-notes-creator
by szeyu
Create organized, visual study notes with folder structures, diagrams, and example-based learning from source materials (PDFs, lecture notes, documentation). Use when creating structured learning materials, exam preparation notes, or educational documentation. Triggers - organize study notes, create visual learning materials, generate notes with diagrams, exam prep notes, example-based learning.
skill-create
by parhumm
Guide users through creating new jaan-to skills step-by-step. Use when building a new plugin skill.
flow-security
by benkruger
"Phase 6: Security — scan for security issues in the feature diff. In-flow: diff-only after Review. Standalone: full repo, report-only, no state file required."
flow-config
by benkruger
"Display the current FLOW configuration from .flow.json — version, framework, and per-skill autonomy settings."
learn-add
by parhumm
Add a lesson to a skill LEARN.md file, routing feedback to skill, template, or context learning. Use when capturing workflow lessons.
flow-commit
by benkruger
"Review the full diff, approve or deny, then git add + commit + push. Use at every commit checkpoint in the FLOW workflow."
flow-code
by benkruger
"Phase 3: Code — execute plan tasks one at a time with TDD. Review diff before each commit. bin/ci must pass before moving to the next task. Framework architecture standards enforced."
docs-update
by parhumm
Audit and maintain documentation quality using smart staleness checks. Use when reviewing or fixing documentation.
roadmap-add
by parhumm
Add a task to the jaan-to development roadmap. Use when adding new tasks or features to the plugin roadmap.
gh-pr-review
by samzong
Review a GitHub Pull Request as a responsible project owner using the gh CLI. Use when the user provides a PR URL (e.g. https://github.com/ORG/REPO/pull/N) or a PR number for the current git repo (prefer upstream, else origin) and wants an owner-grade review document review-N.md written in Chinese with copy-pastable GitHub comments in English. Scope the review to lines changed by the PR (do not nitpick unrelated pre-existing code), but apply best practices and flag any clear bugs, security issues, or CI failures caused by the change.
do-work
by bladnman
Task queue - add requests or process pending work
brainstorming
by TechNickAI
"Use when rough ideas need design before code, requirements are fuzzy, multiple approaches exist, or you need to explore options before implementation"
matt-pocock
by ajoslin
Routes software work through Matt Pocock planning and execution philosophy. Use when the user mentions Matt Pocock, PRD-first planning, PRD-to-issues decomposition, vertical slices, Ralph loop, behavior-first TDD, interface options, or refactor planning.
code-review
by nokonoko1203
Comprehensive code review combining PR review, self-review, and quality checks. Supports reviewing PRs by number or comparing branches.
design-principles
by nokonoko1203
Enforce a precise, minimal design system inspired by Linear, Notion, and Stripe. Use this skill when building dashboards, admin interfaces, or any UI that needs Jony Ive-level precision - clean, modern, minimalist with taste. Every pixel matters.
build-a-skill
by avibe-bot
"Use when creating or modifying a skill: follow SKILL.md rules, define commands and dependencies, validate locally, version correctly, and publish"
discover-a-skill
by avibe-bot
"Use when you need new capabilities: discover skills, inspect details, install to agents, run commands, and manage updates with askill"
ecosystem-guide
by spences10
Guide to spences10's Claude Code ecosystem. Use when user asks which tool to use, how tools relate, or needs help choosing between MCP servers, skills, or CLIs.