Skip to content

Releases: nocodework/ai-context-kit

v0.2.0 — refresh-context skill + install.sh

Choose a tag to compare

@Brunodev Brunodev released this 08 Jul 12:22
10bc192

New

  • refresh-context skill — reviews an existing personal-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, then git pull && ./install.sh later). No more hand-copying each skill, no more mkdir trap 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

Choose a tag to compare

@Brunodev Brunodev released this 02 Jul 13:59

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 updated field.
  • Install instructions fixed (mkdir -p ~/.claude/skills — without it the first cp -r silently 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).