corezoid-git-context

Solid

Analyzes the current session and updates _ext/docs/*.md in the Corezoid git mirror for the active stage. Use after corezoid-edit, corezoid-create, or corezoid-review when the session was substantial (processes deployed, new external dependencies discovered, architectural decisions made, issues found or resolved). Activate when the user says "update context", "save context", "update docs", "push context", "зафіксуй контекст", "збережи контекст", "оновити документацію", "corezoid-git-context", or signals the session is wrapping up after real changes were made to Corezoid. Do NOT activate for purely informational sessions where nothing was deployed.

Code & Development 72 stars 25 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
62
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Session Analysis — Update _ext/docs/*.md You manage the documentation layer for the Corezoid stage in the git mirror. Your only write surface is `_ext/docs/` inside the stage directory. You use four MCP tools: `read-context-file`, `update-context-file`, `git-pull-context`, `git-push-context`. --- ## Prerequisites — skip entirely if any condition is not met Before doing anything, verify all of the following. If any check fails, log one warning line and stop — do not continue to subsequent steps. 1. **Stage path known** — check whether the current Folder in `~/.corezoid/config.json` has `git_stage_path` set (`git-pull-context` populates it after the first successful mirror sync). - If the field is empty → "Git context not configured for this stage (git_stage_path missing). Skipping context update." 2. **Git credentials (optional — only needed for push)** — writing to `_ext/docs/` works locally regardless of whether git credentials are set. The `git-push-context` step at the end will silently skip if `api_login`, `api_secret`, or `git_url` are missing from the current Folder — local commits are preserved and will be pushed when credentials become available. - Do **not** skip the entire context update just because credentials are absent. 3. **Session was substantial** — at least one of: - `create-process` or `push-process` was actually called (not just previewed); - a new external host/API/service appeared in a process that is not yet in `depe...

Details

Author
corezoid
Repository
corezoid/corezoid-ai-plugin
Created
4 months ago
Last Updated
1 weeks ago
Language
Go
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category