Context staged
Skill recallnet/codecontext/packages/claude-plugin/skills/context-staged
Force agents to read critical context left by other agents, enforced by linting and freshness checks.
npx -y skills add recallnet/codecontext --skill context-stagedAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Check all staged files for stale @context annotations before committing. Use as a pre-commit verification step.
SKILL.md
0.8 KB, 133 tokens by cl100k_base, as published. Nobody here has run it
Run the codecontext staged check across all files in the git staging area.
npx codecontext --staged
If stale annotations are found:
- List each stale annotation with its file, line, and reason.
- For each, recommend either:
- Bumping
[verified:YYYY-MM-DD]to today if the context is still accurate. - Updating the annotation summary if the context changed.
- Removing the annotation if the code it described was deleted.
- Bumping
- Do not proceed with the commit until all annotations are verified.
If all annotations are fresh, confirm that the staged files are clear to commit.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.