Context-Kit: Open Source Tool for AI Assistant Configuration

✍️ OpenClawRadar📅 Published: March 25, 2026🔗 Source
Context-Kit: Open Source Tool for AI Assistant Configuration
Ad

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.example pre-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

Ad

👀 See Also

onWatch: Open-source local API quota tracker with SQLite storage
Tools

onWatch: Open-source local API quota tracker with SQLite storage

onWatch is a local-first API quota tracker that stores all data in a local SQLite database with no cloud service, telemetry, or account creation. It's a single binary (~13MB) that runs as a background daemon using <50MB RAM and serves a dashboard on localhost.

OpenClawRadar
Benchmark Results for Small Local and OpenRouter Models on Agentic Text-to-SQL Task
Tools

Benchmark Results for Small Local and OpenRouter Models on Agentic Text-to-SQL Task

A developer tested multiple small local and OpenRouter models using a custom agentic text-to-SQL benchmark that converts English queries to SQL with debugging rounds. The benchmark includes 25 questions, runs in under 5 minutes, and reveals top performers like kimi-k2.5 and Qwen 3.5 variants.

OpenClawRadar
RelayPlane Open Source Proxy Shows 73% Cost Reduction with Claude Model Routing
Tools

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.

OpenClawRadar
Local voice-to-text transcription for OpenClaw using Parakeet TDT 0.6b v3
Tools

Local voice-to-text transcription for OpenClaw using Parakeet TDT 0.6b v3

A developer has converted NVIDIA's Parakeet TDT 0.6b v3 model to run locally via ONNX on CPU, supporting 25 European languages. The model provides an OpenAI-compatible API endpoint through a Docker container, allowing integration with OpenClaw for audio file transcription.

OpenClawRadar