Agent skill · AI & Agents

context-kit

Evaluate, adapt, and safely install Context Kit personal context artifacts for Claude Code or adjacent agent workflows.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill context-kit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Declared author: JDDavenport
Path: skills/context-kit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 1. Do no

What's inside
Steps it walks through
  1. When to Use
  2. Overview
  3. Safety Rules
  4. Setup Workflow
  5. Installation Review Checklist
  6. Examples
  7. Example: Inspect before installing
  8. Example: Create a private project-local context directory
  9. Best Practices
  10. Common Pitfalls
  11. Limitations
Commands it runs
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
mkdir -p .agent/context
printf '.agent/context/\n' >> .gitignore
cp ~/Downloads/context-kit/templates/pca-wiki.md .agent/context/pca-wiki.md
More from agentic-awesome-skills
All skills →
About this skill
What does the context-kit skill do?

Evaluate, adapt, and safely install Context Kit personal context artifacts for Claude Code or adjacent agent workflows.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill context-kit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going