All authors
kensaurus avatar

Claude Skills by kensaurus

github.com/kensaurus
157 skillsA× 152B× 50 installs49 views
Workflow Parallel AgentsA

Run multiple agents in parallel via git worktrees, cloud agents, or multi-model comparison. Use for "run agents in parallel", "best-of-N", "compare approaches", "multi-model", "parallel worktrees".

ai-agentsgonode
0
9
Workflow PrA

Manage an existing PR lifecycle — review, bot feedback, conflicts, merge. Use when opening a PR from an already-committed branch, addressing review, or merging. Uncommitted working tree to merge-ready → workflow-release-prep.

ai-agentsjavascripttypescript
0
9
Workflow Quality GateA

Pre-release quality gate: test-red-team, audit-security, audit-bundle-size, audit-performance, test-unit. Use when "is this ready to ship?", "quality gate", "pre-release checklist". Gate soundness → audit-gate-logic. Working tree to a PR → workflow-release-prep.

ai-agentsgoapi
0
9
Workflow RefactorA

Scoped behavior-preserving refactor: map dependencies, change structure, run affected tests. Use when "refactor this", "reduce duplication", "improve readability". Dead code → plan-dead-code. Repo-wide anti-patterns → audit-code-quality. Bulk transform → burndown-full / audit-codemod-safety.

ai-agentstypescriptgo
0
9
Workflow Release PrepA

Apply-now: take the local working tree to a merge-ready PR against main — review, self-critique, split if needed, commit, push, open PR, drive CI green. Do not merge. Use when "prepare this for a PR", "get my working tree merge-ready". Existing PR → workflow-pr. Product launch → workflow-launch-ready.

ai-agentsgocode-review
0
9
Workflow Ship And ObserveA

Take merged, repository-green code all the way to a verified, monitored production release for any app stack. Use when "ship it", "deploy to production", "release this", "go live", "roll this out", "promote to prod", or "cut a release" for a running application (not an npm package — use deploy-npm for that).

ai-agentsgodocker
0
9
Workflow Spec TddA

Stop vibe-coding with a spec → plan → TDD loop before writing a line. Use when "spec first", "TDD", "do it properly", or LLM output keeps being wrong. End-to-end feature through PR → workflow-build-feature. One named bug → workflow-fix-and-ship.

ai-agentsgoreact
0
9