awrshift/claude-starter-kit
Ready-to-use project structure for Claude Code agents — memory, context, skills, hooks. Based on 1000+ sessions.
Platform-specific configuration:
{
"mcpServers": {
"claude-starter-kit": {
"command": "npx",
"args": [
"-y",
"claude-starter-kit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h2 align="center">Turn Claude into an AI assistant that actually remembers your work.</h2>
<p align="center"> <a href="#the-problem">The Problem</a> · <a href="#3-steps-to-start">Quick Start</a> · <a href="#what-you-get">What You Get</a> · <a href="#superpowers">Skills</a> · <a href="#faq">FAQ</a> </p>
---
If you use Claude or ChatGPT in your browser, you know this feeling:
This kit fixes all of that.
It gives Claude a permanent memory, file access, and reusable skills — so every conversation picks up exactly where the last one left off.
| | Regular Chat 🌐 | With This Kit 🤖 | |---|---|---| | Memory | Forgets everything when you close the tab | Remembers your project details across sessions | | Your Files | You copy-paste documents into chat | Claude reads and edits your files directly | | Consistency | Drifts off-topic, ignores past instructions | Follows your rules and preferences every time | | Skills | Does whatever the base model can do | You can teach it new abilities (like asking Google AI for help) |
---
You don't need to know how to code. The whole setup takes about 5 minutes.
What you need first:
Then:
# 1.Loading reviews...