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

Open Source AI Memory Storage for NodeJS Projects
Mind Palace is an open source memory storage and retrieval system for NodeJS that persists information across LLM chat sessions. It supports major LLMs and vector stores, automatically extracting and vectorizing summarized memories from interactions.

RelayPlane Open Source Proxy Shows 73% Cost Reduction with Claude Model Routing
RelayPlane, an open source npm-native proxy for the Anthropic API, demonstrated 73.4% cost savings in benchmarks by routing requests to appropriate Claude models based on complexity. The tool reduced cost per 10 requests from $0.0323 to $0.0086 while improving p50 latency from 1.55s to 0.78s.

Local RAG Tool Built with Nemotron Nano 9B v2 and vLLM Tool Calling
A developer built a local-first RAG research tool that runs entirely on a single GPU using Nemotron Nano 9B v2 Japanese on vLLM with custom parser plugins for tool calling. The system features a two-step extract-execute flow with bilingual keyword extraction and parallel FTS5/DuckDuckGo search.

Pixel Agents: 24 Specialized Claude Agents for Code, Site, and Resume Reviews
Pixel Agents is a collection of 24 task-specific AI agents built on Claude Sonnet 4.6 API, each with tuned personalities and structured JSON output. The system includes code review, site analysis, resume critique, and startup evaluation agents that provide direct feedback.