with one click
symfonion
symfonion contains 3 collected skills from dakusui, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Conventions and structure for writing bash scripts in the SyMFONION project. Use this skill whenever you are asked to write, create, or significantly modify a bash script (.sh file) in this project — including bootstrap scripts, helper scripts, CI scripts, or any other shell scripts. Apply it even if the user just says "write a script to do X" without explicitly mentioning conventions.
Step-by-step guide for releasing SyMFONION to Sonatype Central. Use this skill whenever the user wants to cut a release, publish a new version, run mvn release:prepare/perform, or deploy SyMFONION to Maven Central. Trigger on phrases like "release symfonion", "cut a release", "publish a new version", "do the release", or any mention of mvn release in the context of this project.
Keep a feature branch up to date with the main branch using rebase. Use this skill whenever the user wants to sync, update, or rebase their feature branch onto main (or master), after another PR has merged, when they are getting behind on main, or when they want to avoid merge conflicts before opening or updating a PR. Trigger on phrases like "sync my branch", "rebase onto main", "pull main into my branch", "update my branch", "I'm behind main", or "pull after the PR merged".