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.
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
This project is indexed by GitNexus as **dotfiles** (50 symbols, 44 relationships, 0 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
This file documents conventions for coding agents (Claude Code, Copilot, etc.) working in this repository.
Technical Specifications & Requirements**
.github/ # CI, шаблоны assets/ # символы/иконки (напр. taurus\_sigil.svg) docs/ # документация (если есть) LICENSE, NOTICE.md README.md fdl\_language\_spec.md # спецификация FDL fdl\_macro\_patterns.f
macOS-first Electron wrapper for Google Chat (`https://chat.google.com`). Dual Rsbuild: ESM main + CJS sandboxed preload. Separate arm64/x64 DMGs. Bundle id `com.ocworkforces.gogchat`. No `src/rendere
From-scratch reimplementation of "Workflow Skills" — an agent- and IDE-neutral skill hub + FSM framework. **`SPEC.prd.md` is the sole source of truth.** It was written only from features observable on
The Laravel Boost guidelines are specifically curated by Laravel maintainers for this application. These guidelines should be followed closely to ensure the best experience when building Laravel appli
Repository Guidelines