SKILL.md
Context Kit
When to Use
Use this skill when the user wants to:
- Set up durable personal context files for Claude Code or another coding agent
- Compare Context Kit's Personal Context Artifact pattern with an existing memory or project-notes system
- Adapt a context template structure without copying private details into the chat
- Review whether a one-line installer or downloaded skill pack is appropriate before running it
- Create a safer, local-first plan for CRM notes, open loops, session digests, or morning briefings
Overview
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.
Safety Rules
- Do not run a remote install script until the user has seen the command, source repository, and target paths it will write to.
- Prefer cloning or downloading the repository for inspection before executing any installer:
git clone https://github.com/JDDavenport/context-kit.git cd context-kit sed -n '1,220p' scripts/install.sh - Never store passwords, API keys, recovery codes, private keys, session tokens, or payment details in personal context artifacts.
- If the user wants contact notes or CRM files, store only information they are comfortable keeping in local plaintext Markdown.
- Before adding these files to a repo, confirm
.gitignoreexcludes the chosen private context directory. - If adapting Context Kit to a team or company setting, separate personal context from company-confidential or customer-confidential information.
