home/common/programs/claude/skills/yolo/SKILL.md
Pick a Linear task (or create one), implement in a worktree, push directly with minimal ceremony
npx skillsauth add naps62/nixos-config yoloInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fast autonomous workflow: Linear issue -> worktree -> implementation -> push -> done. No PRs, no reviews.
First: Read ~/.claude/skills/linear-common/COMMON.md for shared setup instructions.
$ARGUMENTS)Follow the implementation guidelines from COMMON.md. Move fast — this is yolo mode.
buildCommand if configured. If it fails, fix it. If a failure is minor and unrelated to your change, warn the user but keep going.git push -u origin <branch>git checkout <defaultBranch>
git merge <branch> --no-edit
git push
git checkout <branch>
Only do this if the change is clearly ready. If unsure, just push the branch and let the user decide.development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
React component patterns with TypeScript examples. Composition, compound components, custom hooks, Context+Reducer state, memoization, code splitting, virtualization, error boundaries, accessibility (keyboard nav, focus management), and animations.
data-ai
Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.
development
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with delegate_task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.