Loading...
Loading...
Found 28 Skills
Use when encountering merge conflicts - handle conflicts cleanly, verify resolution, and maintain code integrity
lazygit terminal UI for git. Use for git operations.
Sync .env files from git root repository to worktrees. Use when asked to sync env, copy env, environment file, or when working in a git worktree that is missing a .env file. Automatically detects missing .env in worktrees.
Commit staged changes with appropriate commit messages
Split git changes into context-based micro-commits
OrchestKit skill directory. Use when you want to see available skills or need help.
Verify all implementation is done, then deliver the plan. Part of the Plot workflow. Use on /plot-deliver.
Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session
Clone, pull, and manage GitHub repositories using SSH authentication. Handles yousufjoyian repos and third-party repos.
Rebase E2E test snapshots based on failed tests from the PR comments.
Executes implementation plans with smart task grouping. Groups related tasks to share context, parallelizes across independent subsystems.
Enforces using git stash before file deletion and prohibits direct rm/unlink commands. Use when deleting files, cleaning up codebase, or removing tracked/untracked files. MUST ALWAYS be applied when file deletion is needed.