- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
bugfix
by acedergren
Autonomous bug fix workflow — diagnose from evidence, fix root cause, verify with tests, commit. No hand-holding. Use when given a bug report, failing test, error log, or broken CI.
phase-kickoff
by acedergren
"Scaffold a new development phase with branch, test shells, and roadmap entry. Use when starting a new feature phase or sprint to set up the development environment consistently."
quality-commit
by acedergren
Stage, lint, scan, review, and commit changes with full quality gates in a single standardized flow.
review-all
by acedergren
"Pre-PR review pipeline — runs security, API audit, and scope check agents in parallel. Read-only, no changes. Use before creating PRs or after completing a phase of work."
interview-plan
by bahayonghang
通过苏格拉底式访谈细化需求,直接调用原生 Plan 模式生成可执行计划。适用于需求细化、技术方案设计等场景。
action-builder
by armanzeroeight
Create custom GitHub Actions (composite, Docker, or JavaScript). Use when building reusable actions, creating custom workflow steps, or packaging logic for distribution. Trigger words include "create action", "custom action", "build action", "composite action", "Docker action".
by bahayonghang
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
git-commit-cn
by bahayonghang
生成符合约定式提交规范的中文 Git 提交信息。当用户请求创建 Git 提交、生成 commit 信息、或提及"提交代码"、"git commit"、"中文提交"时使用。自动分析代码变更,生成规范的中文提交信息,包含正确的类型前缀(feat/fix/docs等)和清晰的描述。
paid-agent
by daydreamsai
Builds and deploys a production-ready paid Lucid Agent from user requirements. Scaffolds with CLI, implements entrypoints, reviews code, tests, publishes to GitHub, and deploys to Railway. Use when: "create a paid agent for X", "build and deploy an agent", "make a monetized agent". Not for: automated topic discovery (agent-factory) or platform-hosted JS handlers (lucid-agent-creator).
gh-fix-ci
by bahayonghang
"Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL."
zotero-synth
by bahayonghang
Search, browse, and analyze Zotero libraries via zotero-mcp to summarize papers, generate topic or collection literature reviews, synthesize evidence with backlinks, and export BibTeX. Use when tasks involve Zotero collection browsing, collection-based review writing, paper summary, or evidence synthesis.
rust-cli-tui-developer
by bahayonghang
Expert guidance for Rust CLI and TUI development with official examples from clap, inquire, and ratatui libraries. Use when building command-line interfaces, terminal user interfaces, or console applications in Rust. Provides structured patterns, best practices, and real code implementations from official sources.
skill-manager
by bahayonghang
Lifecycle manager for GitHub-based skills. Use this to batch scan your skills directory, check for updates on GitHub, and perform guided upgrades of your skill wrappers.
nix-profile-manager
by YPares
Expert guidance for agents to manage local Nix profiles for installing tools and dependencies. Covers flakes, profile management, package searching, and registry configuration.
interactive-menu-builder
by vamseeachanta
Build multi-level interactive CLI menus for bash scripts
changelog-manager
by armanzeroeight
Maintains changelogs following Keep a Changelog format, categorizes changes by type. Use when updating CHANGELOG, preparing releases, or documenting version changes.
agenta-connection-issues
by vamseeachanta
'Sub-skill of agenta: Connection Issues (+2).'
git-sync-manager
by vamseeachanta
Multi-repository git synchronization patterns for batch operations
cli-productivity
by vamseeachanta
Essential CLI tools and shell productivity patterns for efficient terminal workflows
github-to-skills
by bahayonghang
Automated factory for converting GitHub repositories into specialized AI skills. Use this skill when the user provides a GitHub URL and wants to "package", "wrap", or "create a skill" from it. It automatically fetches repository details, latest commit hashes, and generates a standardized skill structure with enhanced metadata suitable for lifecycle management.
mermaid-expert
by bahayonghang
Expert guidance for Mermaid.js diagramming library. Create flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, git graphs, and block diagrams. Use when working with Mermaid syntax, creating diagrams, or visualizing complex concepts and workflows.
cloud-build-helper
by armanzeroeight
Configures Google Cloud Build pipelines with caching, parallel builds, and optimization. Use when setting up Cloud Build, optimizing build performance, or configuring CI/CD pipelines.
pyproject-toml
by vamseeachanta
Configure Python projects with pyproject.toml for modern packaging, tools, and dependency management
gh-bootstrap
by bahayonghang
一站式 GitHub 仓库配置初始化工具。