Git AI Agent Skills
AI agent skills for Git workflows. Branching strategies, commit conventions, PR reviews, and version control best practices.
54 listings
Security Ownership Map
Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters).
Varlock Claude Skill
Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits
MCP Server Tidb
MCP ServerMCP server implementation for TiDB (serverless) database. - uv (Python package installer) Go tidbcloud.com to create a free TiDB database cluster Configuration can be provided through environment variables, or using .env: - TIDBHOST - TiDB host address, e.g. 'gateway01.us-east-1.prod.aws.tidbcloud.com' - TIDBPORT - TiDB port (default: 4000) - TIDBUSERNAME - Database username, e.g. 'xxxxxxxxxx.\ '
Gitflow Workflow
RulesGitflow Workflow Rules. These rules should be applied when performing git operations.
Wiki Changelog
Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in the repository.
Node.js MongoDB JWT Express React
RulesBackend: Node.js with Express.js