Agent Guidelines
Welcome to Chronicler. These notes are for coding agents working in this repository.
Explore
5,498 skills indexed with the new KISS metadata standard.
Welcome to Chronicler. These notes are for coding agents working in this repository.
## Project Structure & Modules
Don't check for null with `if (!someVar)`. Check for null with `if (someVar === null)`.
This project is tunacode, much like you! It's a TUI code agent that can be used to code and debug code or general agentic tasks.
Progressive Web App for The Blue Alliance, a data archive site for the FIRST Robotics Competition, built with TanStack Start / Router, TypeScript, and Tailwind CSS.
This document defines baseline expectations for all contributors to maintain code quality, test coverage, and project stability.
generic skill
This repository hosts various Tampermonkey user scripts. Follow these rules to keep them consistent.
This file contains guidelines for agentic coding agents working on the Velo codebase.
ArchDesigner employs a sophisticated multi-agent AI system built on advanced Chain-of-Thought (CoT) reasoning patterns. Each agent is a specialized serverless function that performs specific tasks with high accuracy, transparency, and security.
Focus on code style during code review. Make the code style comments priority P2,
Project: OpenTweak
English | [中文](AGENTS_ZH.md)
- Every CLI build must run the MCP smoke test (`bun run test:mcp`).
This document provides guidelines for AI agents working on this codebase.
- Primary package manager: install deps via `bun install`.
This provides essential guidance for AI coding agents working on this repository.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Claude runs with `--dangerously-skip-permissions`. Before executing any of
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Generate images using OpenAI's GPT-Image-1 model. This tool is specifically designed for GPT-Image-1, which returns base64 data (unlike DALL-E which can return URLs).
**Layer**: 3 (Builders)
Replace the `stitch_cost()` function in `utils/utils_stitcher_cost.py` with learned models, compare multiple architectures, and integrate the best model into the pipeline. Get updates from AGENTS.md and CLAUDE.md.