Total Skills
3
Skills published by ysoftman with real stars/downloads and source-aware metadata.
Total Skills
3
Total Stars
24
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
team
8
commit
8
lint-formatting
8
Start an agent team (3-5 teammates) in tmux panes for parallel collaborative work. Use when tasks can be parallelized across multiple files or concerns like review, testing, refactoring, or analysis. Also trigger when the user asks to work on multiple things at once, speed up a large task, or mentions "팀", "병렬", "parallel", "동시에", "나눠서".
Review changes, run lint/format, then create a git commit with English message. Use when user wants to commit, save changes, or says "커밋", "git commit", "git ci".
Run language-specific linters and formatters with full command reference. Use when user asks to lint, format, check style, or says "린트", "포맷", "lint", "format", "biome", "ruff", "clippy", "golangci-lint", "rumdl", "prettier", "shfmt". Also use when needing detailed command variants (check-only, fix-only, partial scope) beyond the standard fix-everything command.