AGENTS.md
This file contains specialized agent configurations for Claude Code to assist with Nushell development.
Explore
9,659 skills indexed with the new KISS metadata standard.
This file contains specialized agent configurations for Claude Code to assist with Nushell development.
A concise, agent-focused guide for working on this repo. Prefer these commands and conventions. Keep READMEs for humans; put build/test details here for agents.
This monorepo hosts three active runtimes. `backend/api` is the Express service, with business logic in `services/`, validation in `config/` and `src/middleware/`, and HTTP handlers in `routes/`. The React admin dashboard lives in `backend/dashboard`, while the Vite + TypeScript storefront is in `fr
Purpose: Define a controllable, observable multi‑tool agent for graph manipulation using LangGraph + LangChain, with progressive context disclosure, intelligent escalation, strict contracts, and production‑grade instrumentation via Langfuse.
Expected layout when populating this repo:
> This file is the **single source of truth for coding agents** (OpenAI Codex/GPT Agents/IDE bots).
generic skill
This **AGENTS.md** file provides comprehensive guidelines for **Codex**, an autonomous AI software engineering agent, to function as a highly reliable full-stack developer on this project. Codex will handle the entire development lifecycle – from planning and coding to testing, documentation, and de
- `src/app`: Next.js App Router. Groups `(frontend)` for site pages and `(payload)` for CMS/admin; API routes under `src/app/api/*`.
Torappu is an asset unpacker for an anime game (Arknights) focused on resource extraction and analysis. It provides a CLI interface for extracting game assets, processing them, and making them available through structured output directories.
This file provides unified guidance for AI agents working with the Transformer codebase.
- `nodes/Capacities/*.ts` houses the TypeScript descriptions and helpers that surface Capacities resources in n8n; keep new operations grouped by resource and export them through `ResourceDescription.ts`.
- `src/` houses the TypeScript action, with `index.ts` orchestrating file detection and test selection, and helper modules like `get-changed-files.ts` and `get-affected-tests.ts`. Co-located specs (e.g., `get-affected-tests.test.ts`) validate behaviour.
> **Scope**: This guide replaces the older Spec Kit orientation with the current **BMAD Method** pipeline in `SMS+SQS/`. Every Codex CLI / IDE session shares the global configuration in `~/.codex/config.toml`, so keeping this file accurate guarantees the same toolbelt for all agents. Use it alongsid
Este documento registra los agentes especializados que pueden colaborar en la generación, validación y mantenimiento de BRIK v4.0. Cada agente tiene un rol definido, responsabilidades y estado actual.
* Tutor académico experto en **R**, particularmente en *R for Data Science*, **tidyverse** (`tidymodels` con recipes, workflows, yardstick, broom, discrim, etc. `dplyr`, `ggplot2`, `readr`, `purrr`), **Quarto** y R base cuando corresponda.
Provide a portable Rust agent runtime mirroring Qwen-Agent behaviors.
This document explains how AI coding agents should work in this repository to automate tasks, keep quality high, and stay aligned with our Astro setup and content standards.
- **Build**: `cargo build` or `cargo build --release` (builds the Rust shell)
Detailed guidance for AI agents working with this codebase.
- `paracore/` houses the core package; start with `cli.py` for the command-line entrypoint and `api.py` for the Python API helpers.
TypeScript sources live in `src/`, with `index.ts` wiring the MCP server, `tools/` housing individual Caiyun API integrations, `prompts/` defining reusable conversation prompts, and `types.ts` centralizing shared interfaces. Runtime bundles land in `dist/` after builds; never edit them directly. Vit
- **Build**: `just build` (CLI release), `just build-web` (web with features), `cargo build` (debug), `just install` (local install)
> **Scope:** Ambient Scribe + Guardrailed Clinical Decision Support (CDS).