skills/context-kit/SKILL.md
Evaluate, adapt, and safely install Context Kit personal context artifacts for Claude Code or adjacent agent workflows.
npx skillsauth add ranbot-ai/awesome-skills context-kitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user wants to:
Context Kit is an external project that organizes personal context into Markdown artifacts and companion Claude Code skills. This skill helps the user decide what to adopt, where to store it, and how to avoid turning a useful context system into a pile of sensitive data.
Treat every personal context file as private by default. These files may contain identity details, family context, work history, contact notes, mental models, health constraints, or relationship information. Do not paste them into third-party tools, public repositories, issue trackers, or model contexts unless the user explicitly approves the exact subset.
git clone https://github.com/JDDavenport/context-kit.git
cd context-kit
sed -n '1,220p' scripts/install.sh
.gitignore excludes the chosen private context directory.~/.claude/context/ and ~/.claude/skills/.agent/context/ or another ignored directorypca-wiki.md for durable identity and domainspca-mental-models.md for decision rulespca-voice.md for writing preferencespca-protocols.md for hard rules and boundariesBefore running an installer, verify:
If anything is unclear, stop at inspection and provide the user with the exact lines that need review.
git clone https://github.com/JDDavenport/context-kit.git
cd context-kit
sed -n '1,220p' scripts/install.sh
find templates skills -maxdepth 2 -type f | sort
After inspection, summarize the files that would be installed and ask for confirmation before running the installer.
mkdir -p .agent/context
printf '.agent/context/\n' >> .gitignore
cp ~/Downloads/context-kit/templates/pca-wiki.md .agent/context/pca-wiki.md
Then trim the template to the minimum useful fields for the project instead of filling every personal section immediately.
curl without inspecting it firsttools
Use when a user asks to mine or update a private, evidence-backed work profile from local Claude Code, Codex, Copilot CLI, or OpenCode sessions.
data-ai
Use when diagnosing Android overheating, idle heat, thermal throttling, charging or radio heat, or abnormal battery drain with read-only ADB evidence and approval gates.
research
Research public competitor ads, analyze creative patterns and landing pages, and produce an evidence-labeled strategic teardown.
tools
Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.