Context-Kit: Open Source Tool for AI Assistant Configuration

Context-kit is an open source tool that generates project-specific configuration files and documentation for AI coding assistants. It addresses common configuration challenges for both beginners and experienced developers working with AI tools.
What It Provides
After selecting your tech stack and AI assistant at ck.collectiveai.tools, you download a zip file containing:
- Appropriate configuration files (
CLAUDE.md,.cursorrules,.windsurfrules, etc.) - Skill files with patterns and best practices for each tool in your stack
- Architecture Decision Records explaining why specific choices were made
.env.examplepre-filled for your selected stack
Supported Assistants and Features
The tool works with Claude Code, Cursor, Windsurf, GitHub Copilot, and Gemini CLI. It includes slash commands: /plan, /adr, /code-review, and /build-fix.
The project is open source and available on GitHub at github.com/Hyraze/context-kit, allowing developers to contribute or add their own stacks.
📖 Read the full source: r/ClaudeAI
👀 See Also

DecisionNode: CLI and MCP Server for Semantic Decision Storage
DecisionNode is a local-only CLI and MCP server that stores structured decisions as JSON, embeds them as vectors for semantic search, and makes them accessible across AI tools via MCP. It's MIT licensed and designed to work with Claude Code, Cursor, Windsurf, Antigravity, and other MCP clients.

Local Tool Visualizes Claude Code Session Data
A Python script reads Claude Code session data stored locally in ~/.claude/ and generates a scroll-driven visualization with D3.js charts showing daily activity, project breakdown, tool usage, and coding rhythm heatmaps.

Codeset improves coding agents with repo-specific context from git history
Codeset generates static files from git history that provide context like past bugs, root causes, and co-change relationships. Testing showed 5.3pp improvement on codeset-gym-python and 2pp on SWE-Bench Pro with OpenAI Codex.

Free macOS Menu Bar App Shows Real-Time Claude Usage Stats via SQLite Cookie Decryption
Claude Usage Tracker is a free macOS menu bar app that reads Claude desktop app encrypted SQLite cookies, decrypts them via Keychain, and displays session %, weekly limit, spend, and routine runs locally — no API key needed.