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
Agentalmanac: A Catalog of 23 MCP Servers with Paste-Ready JSON Configs
Reddit user catalogues 23 MCP servers with paste-ready configs for Claude Desktop, Cursor, and Continue. Routes around archived servers to maintained alternatives. Hosted demo runs on Cloudflare Workers.

Fixing OpenClaw's Blind Spots: Building a Sitemap to Fetch All Anthropic Blogs
OpenClaw's browser tool fails to discover all Anthropic blogs because they're hosted across multiple URLs. A user fixed this by feeding a generated sitemap, then packaged the solution as a shareable skill.

Automating Claude Desktop Release Notes from Minified Electron Apps
A developer created an automated pipeline using Claude Sonnet and Opus 4.6 to generate release notes for Claude Desktop on Linux, addressing the lack of official release notes from Anthropic. The system extracts, normalizes, and analyzes minified Electron app code as part of a CI/CD workflow.

Trepan: Local VS Code Security Auditor for AI-Generated Code
Trepan is an open-source VS Code extension that acts as a security gatekeeper for AI-generated code suggestions. It uses Ollama to run local security audits against project-specific rules in a .trepan/system_rules.md file.