Git & Workflow skills
Branching, PRs, commit messages, developer workflow, CLI tools. All free to download, install any skill with one command.
153 skills in Git & Workflow
RuleRoute — Trace Agent Rules
Deterministically resolve which Codex and Claude Code instruction sources apply to a repository path, including scope, shadowing, exclusions, and diagnostics.
Superpowers Lab
Lab environment for Claude superpowers
Varlock Skill for Claude Code
Secure environment variable management with Varlock. Use when handling secrets, API keys, credentials, or any sensitive configuration. Ensures secrets are never exposed in terminals, logs, traces, or Claude's context. Trigger phrases include "environment variables", "secrets", ".env", "API key", "credentials", "sensitive", "Varlock".
Bitbucket Automation
Automate Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always search tools first for current schemas.
Memory MCP Server
A high-performance, pure Rust Model Context Protocol (MCP) server that provides persistent, semantic, and graph-based memory for AI agents. Works perfectly with: Claude Desktop Claude Code (CLI) Cline / Roo Code Any other MCP-compliant client. Unlike other memory solutions that require a complex stack (Python + Vector DB + Graph DB), this project is a single, self-contained executable. ✅ No Extern
Filestash
This is a MCP plugin acting as an interface for AI agent to do stuff on a remote storage you have configured in Filestash, be it a FTP server, SFTP, S3, WebDAV, SMB, GIT, NFS, .... - demo server: https://demo.filestash.app/sse - release note: https://www.filestash.app/2025/04/01/mcp-feature/
Conductor Manage
Manage track lifecycle: archive, restore, delete, rename, and cleanup
Using Git Worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
pr-review-skill-generator
A skill that generates a skill to review PRs. Mine your last 100 merged PRs into an AI reviewer that knows your business logic, your team's past decisions, and the module that has burned you three times. Why · How it works · Quick start · FAQ · Roadmap AI code reviewers are great at syntax and generic best practices — and blind to everything that makes review actually hard: - the invariant your bi