Loading...
Loading...
Found 7,870 Skills
Clone, pull, and manage GitHub repositories using SSH authentication. Handles yousufjoyian repos and third-party repos.
Use when writing new functions, adding features, fixing bugs, or refactoring by applying TDD principles - write failing tests before implementation code, make them pass, then refactor.
Unified code review system — dispatches the right review agents for the situation. Use when reviewing code for quality, bugs, compliance, or before merging.
Use when a session produced reusable insights, when the user says "learn from this", "remember this", or "improve yourself", or after completing a complex task where patterns were discovered
Refactor code after tests pass. The "Refactor" phase of Red-Green-Refactor.
Build the project, commit all changes, and deploy directly to main. Use when deploying changes to production.
Review, organize, and commit pending changes. Split into logical commits, stage carefully, and write clear Conventional Commit messages. Use when the user asks to commit, stage changes, or organize work into commits.
Creates new skills for the Antigravity agent environment. Use when the user asks to create a skill, build a skill, or generate a skill structure.
Commit and push vault changes to Git with smart commit messages. Auto-stages files, creates meaningful commits, and syncs with remote. Use after making vault changes or at end of day.
Manages Git worktrees for isolated parallel development. Creates worktrees in .github/worktrees/ with symlinked .env files.
Generate commit messages following conventional commits and commit staged changes. Use when creating commits or when user invokes /commit.
Interactive brainstorming session, then optionally create a Project or capture knowledge