Clean Commit Workflow
When generating commit messages for this repository, follow the **Clean Commit** workflow.
Explore
42,388 skills indexed with the new KISS metadata standard.
When generating commit messages for this repository, follow the **Clean Commit** workflow.
When generating commit messages for this repository, follow the **Clean Commit** workflow.
When generating commit messages for this repository, follow the **Clean Commit** workflow.
When generating commit messages for this repository, follow the **Clean Commit** workflow.
This repository contains example scripts and an agentic research framework for the [Numerai data science tournaments](https://numer.ai/). AI coding agents can use this file to understand how to help with Numerai-related tasks.
<title>Cloudflare Workers Monorepo Guidelines for AmpCode</title>
This guide covers best practices for building environments with `verifiers` and using them to train and evaluate LLMs. It is downloaded automatically using the setup script below (which has likely already been run if you're reading this). See `environments/AGENTS.md` for more details.
This guide covers best practices for building environments with `verifiers` and using them to train and evaluate LLMs. It is downloaded automatically using the setup script below (which has likely already been run if you're reading this). See `environments/AGENTS.md` for more details.
- **Do** match the interpreter requirement declared in `pyproject.toml` (Python ≥ 3.12) and install `requirements.txt` plus `requirements-dev.txt` before running tools.
This guide covers best practices for building environments with `verifiers` and using them to train and evaluate LLMs. It is downloaded automatically using the setup script below (which has likely already been run if you're reading this). See `environments/AGENTS.md` for more details.
This file provides context for AI agents working with the Socialify codebase.
> **Note:** Essential information only. Keep context window lean.
**Repository**: https://github.com/vnstock-hq/vnstock-agent-guide/
This document helps AI agents work effectively in this codebase.
---
---
==============================
- `src/` holds the TypeScript source. Key areas are `src/algorithms/`, `src/utils/`, `src/models/`, `src/types/`, and the public entry at `src/index.ts`.
This document provides instructions and guidelines for AI agents (like Claude) working on this React Boilerplate project.
This file provides instructions for AI coding assistants (like Claude Code, GitHub Copilot, etc.) working with students in this course.
- **Theme CSS**: `style.css` (frontend only)
This project implements a chess coaching application with AI agents that can analyze chess positions, suggest moves, and provide strategic advice. The system combines a modern React frontend with a Python-based AI agent backend.
Core application logic lives in `src/`, with `pdanet_gui_v2.py`, `connection_manager.py`, and `stats_collector.py` orchestrating the GTK interface, connection state machine, and telemetry. Shell automation resides in `scripts/` (for carrier bypass, NetworkManager helpers, and docs tooling). Systemd-
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.