Releases: nocodework/ai-context-kit
Releases · nocodework/ai-context-kit
Release list
v0.2.0 — refresh-context skill + install.sh
New
refresh-contextskill — reviews an existingpersonal-context.md/company-context.md, tells you how stale it is, goes section by section, fills gaps against the current template, and rewrites. The build skills create; this one keeps them current.install.sh— one command to install or update all skills (./install.sh, thengit pull && ./install.shlater). No more hand-copying each skill, no moremkdirtrap on a fresh machine.
Also since v0.1.0
- Community groundwork: issue/PR templates, Code of Conduct, roadmap, Discussions.
- README: a "Part of NoCodeWork open source" section, the NoCodeWork logo, and a one-picture overview poster (EN + PL).
Re-run ./install.sh (or re-copy the skills) after updating.
v0.1.0
First tagged release.
- Two Claude Code skills (
personal-context,company-context) that interview you in your language and write the context file — with an update flow (existing files get read and updated, not overwritten) and core-first interviews you can cut short. - Markdown templates and filled-in examples, English and Polish, with privacy notes and a
Last updatedfield. - Install instructions fixed (
mkdir -p ~/.claude/skills— without it the firstcp -rsilently mis-places the skill on a fresh machine). - "Use your context in any AI tool" guide updated: current Cursor rules format (
.cursor/rules/*.mdc), a public-GPT Knowledge warning, and agent CLIs (AGENTS.md,GEMINI.md, Copilot instructions).