AI Agent Instructions for Planning Poker
- **Always use shell.nix**: Run commands with `nix-shell --run "command"` on NixOS systems
Explore
3,034 skills indexed with the new KISS metadata standard.
- **Always use shell.nix**: Run commands with `nix-shell --run "command"` on NixOS systems
- `src/tree_rewriter/`: core library. Primary entry points: `rewrite`, `when`, `bottom_up`, `first`, `all`, and `_` (wildcard).
This document outlines the necessary steps to set up the build environment for the Harvey application on a Debian-based Linux system.
This document describes the multi-agent architecture for the AI-powered cryptocurrency trading system.
* Use comments to explain the purpose of code, but not to explain what trivial code is doing. Code should generally be self-explanatory through clear naming.
`naeural_core/` houses the runtime: `main/` orchestrates startup, `business/` contains pipeline plugins and the testing harness, `comm/` handles transports, and `serving/` wraps model execution. Runtime artifacts land in `_local_cache/`, created on demand. Optional packages live under `extensions/`,
- Runtime entrypoints live in `device.py` and `constants.py`, orchestrating Ratio1 pipelines implemented in the upstream `naeural_core` package.
- [Remix](https://remix.run)
- Respond in Japanese
対話とコメントアウト、ドキュメントの作成には日本語を使ってください。わたしは日本語話者です。
The app is a SvelteKit project targeting Vercel via `@sveltejs/adapter-vercel`. Core UI and logic reside in `src`, with routable pages in `src/routes` (e.g. `+page.svelte`) and shared modules exported through `src/lib`. Global assets such as the favicon live under `src/lib/assets`, while files meant
This file provides guidance to AGENTS when working with code in this repository.
- **Local pipeline**: `task pipeline:local` - Runs format, lint, build, test, coverage, and docs
This Strapi dashboard keeps custom behaviour inside `src/plugins/ceramic-feed`, which exposes server hooks and CLI utilities. Core configuration lives in `config/` (database, plugins, middleware) and reads from environment variables. Static assets and the Strapi admin build output go in `public/`. T
- Day-to-day coordination with LLM/AI agents is done in **Chinese**.
This file provides guidance for AI agents working on async coding tasks in the AngstromSCD monorepo.
- `README.md` and `SETUP.md` capture the HAM-Z™ workflow and install steps; keep them current alongside feature work.
This is a Maven multi-module workspace anchored by `pom.xml`. Core runtime logic lives in `fiber-gateway-server` (Netty HTTP server), `fiber-gateway-httpclient` (async outbound client), `fiber-gateway-proxy` (routing, filters), and `fiber-gateway-script` (interpreter and AOT pipeline). Shared primit
This document describes the AI agents and automation workflows in the Dharma Radio project.
This file provides guidance to Claude Code for F# development in this repository.
Use this guide to align contributions with PlatformTools’ Kotlin Multiplatform setup before opening a pull request.
A production-ready full-stack React application template with integrated Express server, featuring React Router 6 SPA mode, TypeScript, Vitest, Zod and modern tooling.
This site uses Hugo with the Blowfish theme. `content/` holds page bundles such as `content/blog/<year>/<month>/<slug>/index.md` with co-located assets. Layout overrides live in `layouts/`, pipeline assets in `assets/`, static pass-through files in `static/`, and environment-specific overrides in `c
- `init.lua` bootstraps LazyVim, loads `lua/lazy-init.lua`, and wires globals, options, and keymaps.