## Why The git plugin only covered a partial slice of common git workflows. This adds the remaining skill set (branches, commits, history, remotes, submodules, workflow, worktrees) plus a git-orchestrate agent so the plugin can handle end-to-end git automation instead of a handful of commands. ## Implementation Notes Each new skill was validated against its research docs and org conventions after initial authoring, which surfaced hallucinated version pins, factual errors, and completeness gaps that were corrected in the same pass rather than left for follow-up. ## Impact Bumps the git plugin to 1.3.0. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
34 lines
1.8 KiB
Markdown
34 lines
1.8 KiB
Markdown
# Sources
|
|
|
|
## context7-pre-commit-com
|
|
|
|
- **URL:** context7:/pre-commit/pre-commit.com
|
|
- **Description:** Official pre-commit.com documentation — installation, configuration schema, CLI reference, hook authoring, advanced features, troubleshooting
|
|
- **Contributing files:** SKILL.md, references/hooks-by-language.md
|
|
- **Research doc:** plugins/git/docs/research/docs/pre-commit/{overview,configuration,cli-reference,hook-authoring}.md
|
|
- **Status:** `extracted`
|
|
|
|
## pre-commit-com
|
|
|
|
- **URL:** https://pre-commit.com/
|
|
- **Description:** Pre-commit framework homepage — full docs covering install, config, CLI, hook authoring, stages, local hooks, meta hooks, hazmat helpers, CI integration
|
|
- **Contributing files:** SKILL.md, references/hooks-by-language.md
|
|
- **Research doc:** plugins/git/docs/research/docs/pre-commit/{overview,configuration,cli-reference,hook-authoring}.md
|
|
- **Status:** `extracted`
|
|
|
|
## context7-pre-commit-hooks
|
|
|
|
- **URL:** context7:/pre-commit/pre-commit-hooks
|
|
- **Description:** Official pre-commit-hooks collection — all available hook IDs with options and examples
|
|
- **Contributing files:** references/hooks-by-language.md
|
|
- **Research doc:** plugins/git/docs/research/docs/pre-commit/hooks-reference.md § pre-commit-hooks (official collection)
|
|
- **Status:** `extracted`
|
|
|
|
## pre-commit-hooks-github
|
|
|
|
- **URL:** https://raw.githubusercontent.com/pre-commit/pre-commit-hooks/main/README.md
|
|
- **Description:** Official pre-commit-hooks README — complete hook listing with all args, categories, deprecated hooks, and latest version (v6.0.0)
|
|
- **Contributing files:** references/hooks-by-language.md
|
|
- **Research doc:** plugins/git/docs/research/docs/pre-commit/hooks-reference.md § pre-commit-hooks (official collection), § Deprecated hooks
|
|
- **Status:** `extracted`
|