Step-by-step SKILL.md packages an AI follows for a single kind of task.
A skill is a focused playbook - instructions, examples and constraints - that makes any model reliable at one job, from SQL reporting to changelog writing. The router fills a plan's skill slot with the best match for the request.
This file provides project-specific guidance for agents working in this repository.
This file is the single source of agent-facing instructions for Mophongo. `CLAUDE.md` should be a symlink to this file.
This project uses the eve framework. Before writing code, read the relevant guide from the installed eve package docs. In most installs, those docs are at `node_modules/eve/docs/`. In workspaces or lo
Hardware device/component research is **not** in this repo. It lives in **[`developing-today/hardware-doc`](https://github.com/developing-today/hardware-doc)**, checked out beside this one and symlink
This MCP implementation uses a **self-registering framework** with **barrel exports** to eliminate boilerplate. You can add/remove tools and prompts by creating files + adding one line to a barrel exp
This file provides instructions for AI coding agents working in this Crossplane provider repository.
.github/ # CI, шаблоны assets/ # символы/иконки (напр. taurus\_sigil.svg) docs/ # документация (если есть) LICENSE, NOTICE.md README.md fdl\_language\_spec.md # спецификация FDL fdl\_macro\_patterns.f
이 문서는 AI 에이전트가 이 코드베이스에서 작업할 때 참고하는 지침서입니다.
You are an AI agent working in the Jiki compliance repository. Your primary responsibility is to collect, document, and organize authoritative data from across the Jiki ecosystem to support ISO 27001
This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.
Agents Guide (Authoritative) — Closed Source
This file provides guidance to AI coding assistants when working with code in this repository.
A terminal-based coding agent powered by Ollama (local LLMs). The active implementation is Rust: a `clap` CLI, Ratatui fullscreen TUI, MCP protocol support, and a built-in tool ecosystem.
@router.get("/api/X") async def get_x(): cached = _cache.get("x") if cached: return cached data = await fetch_data() _cache.set("x", data, ttl=300) return data ```
Tao Player 统一 AI 开发规范, 适用于所有 AI 工具。
This project is indexed by GitNexus as **x-hmsw** (1258 symbols, 3051 relationships, 104 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
`quiz-manager/index.html` is generated by `quiz-manager/python/build_html.py` (one function per page section). To change the markup: 1. Edit the matching section function in `build_html.py` 2. Run `py
Multi-project structure: `./gradlew :26.2:build` or `./gradlew :Backports:1.21.4:build` for individual versions.
You may NOT delete any file or directory unless I explicitly give the exact command **in this session**.
Project context for any agent (Claude Code or otherwise) working in this repo.
本文件是新项目的统一入口规范。所有 AI coding agent 和开发者都必须先读本文件,再开始实现。
This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.
// Incorrect (C# 6): public int ProcessedCount => _processedCount; ```
Ce dépôt est le dépôt de travail personnel pour la refonte du cours Z03, une introduction à la programmation Web offerte en option à des étudiants qui n'ont pas nécessairement de formation préalable e