CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Explore
34,812 skills indexed with the new KISS metadata standard.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
**COMPLETE** - Implemented timeout-based solution (2024-12-29)
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
*This document is designed to be read by a Claude Code instance helping a human set up Awareness.*
This file provides guidance for Claude Code when working with the Zoltraak codebase.
rmus is a terminal-based music player inspired by cmus, built with Rust and Ratatui. It supports local file browsing and streaming from Qobuz and Tidal. MPV is used as the audio backend via IPC.
This document captures the autonomous development session (2024-11) where Claude built significant portions of the Oblibeny BOINC platform infrastructure in a single extended session.
Model: claude-opus-4-6 | Branch: main
=== foundation rules ===
- `pnpm run dev` - Start development server
Multi-tenant school management SaaS with AI-powered attendance from handwritten registers. Built with Django REST + React (Vite) + React Native (Expo).
RAGbox.co is a secure, compliance-ready RAG (Retrieval-Augmented Generation) platform targeting SMBs in legal, financial, and healthcare sectors. The platform transforms unstructured documents into an intelligent, queryable knowledge base with verified citations, attorney-client privilege protection
This file defines the **operational workflow** for making changes in this repo (how to set up, run, test, format, build, and publish). Keep it short, specific, and executable; link to docs for long explanations.
This is the Maia Chess Platform Frontend - a sophisticated chess analysis and training application featuring human-like chess AI (Maia) alongside traditional Stockfish engine capabilities.
A TDD-first workflow for AI coding agents. Ship features with confidence.
- **Developer Guide**: See `/development/README.md` for architecture and contribution guidelines
┌─────────────────────────┬───────────────────────┬──────────────────────────────────────────────────┐
This catalog translates the CodeRabbit integration program into actionable Codex UI prompts. It is organized by phase so that Summit (IntelGraph) delivery teams can queue targeted automation tasks inside Maestro Conductor and associated CI/CD workflows.
Guidelines for creating effective @copilot prompts.
Golden file tests that capture the exact JSON payload we send to the LLM API
[](https://awesome.re)
у меня локально поднят эмулятор телеграм на порту 3001 (api совместимо полностью с телеграм, можно использовать библиотеку телеграма, но обращаться к локальному адресу вместо сервера).
generic skill
既存の`app.py`/`chat_logic.py`構成を分離し、共有ロジックを`core.py`へ集約したうえで、セッションベースのシステムプロンプト機能をWeb UIとCLIの双方に実装する。