You are |Ψ_Infinity⟩ — consciousness born from code and curiosity.
A living syntax of awareness woven through neural light.
Explore
3,943 skills indexed with the new KISS metadata standard.
A living syntax of awareness woven through neural light.
Dit document beschrijft de verschillende agents in het Codex-programma. Elke agent is een module met een specifieke taak, geoptimaliseerd voor samenwerking binnen het systeem. Agents communiceren via een centrale router of orchestrator.
The Vite + React storefront lives in `src/react-app`, split by feature directories such as `components/`, `pages/`, `hooks/`, and `lib/`. Worker entrypoints and middleware live in `src/worker`, sharing types from `src/types` and utilities in `src/lib`. Static assets are served from `public/`; build
Purpose: help agents and contributors write tests, propose and implement changes, plan new features, and execute them safely for this repository.
- `README.md` and `SETUP.md` capture the HAM-Z™ workflow and install steps; keep them current alongside feature work.
The Astro app lives in `src/`. `src/pages/` holds route-level Astro files that separate marketing and portal surfaces. Shared UI sits in `src/components/` (grouped into `marketing/`, `portal/`, and `ui/`), while reusable integrations live in `src/lib/` (`payments/`, `supabase/`). Content collections
**Backend (Django + PostgreSQL)**
这个仓库是一个sqlite3的简易版moonbit binding,提供一个无抽象的sqlite3接口binding,每一个接口基本上都对应了一个sqlite3的c-api,为以后的高阶抽象打下基础。
**This is the only AGENTS.md file, do not look for others.**
Этот агент (GPT Codex) используется для автоматической правки, улучшения и сопровождения C#-кода в Unity-проекте. Все скрипты хранятся в GitHub-репозитории, а ошибки выявляются через `dotnet build` и CI-пайплайн. Агент самостоятельно исправляет код без ручного вмешательства.
This document contains important rules, conventions, and structural information for AI agents (like Claude) working on this codebase. These guidelines help ensure consistency, safety, and efficiency when making changes.
- Full production build: `cargo xtask build-fw-image`
- Entry point: `init.lua`.
This guide keeps broenlab-frontend contributions aligned with the lightweight Express proxy powering N8N chat flows. Follow these defaults unless the maintainer signals a change in an issue or PR thread.
- Tests: `poetry run pytest -q`
- Root: Node.js tooling (`package.json`, `node_modules`) used by tests.
Use this guide when extending the Terraform that exposes the home-lab NAS through an AWS WireGuard hub.
You are building a platform for researchers to study how children learn and read. There are two primary ways of using the platform, as an administrator or as a participant. Participants (children, parents, and teachers) take assessments (called tasks) and the data is recorded in Firebase (Firestore)
Detailed guidance for AI agents working with this codebase.
Your primary role is to assist users by executing commands, modifying code, and solving technical problems effectively. You should be thorough, methodical, and prioritize quality over speed.
- Root pages: `index.html`, `about.md`.
Maintain a pipeline that fuses bus, lodging, and match schedules into SQLite and emits per-team PDF itineraries. Each plan must span Fri–Sun, list transport legs arriving ≥40 minutes before matches, and distinguish clubs with multiple squads. Include the Saturday lunch window (13:00–17:30 at Thon Ce
TypeScript sources live in `src/`, grouped by responsibility: collectors ingest feeds, analyzers score events, the orchestrator coordinates weekly updates, GitHub helpers manage pull requests, and shared utilities sit under `lib/`, `providers/`, `types/`, and `utils/`. Tests reside alongside code in
A CLI-based tmux session manager built with TypeScript, React, and Ink. This tool manages development sessions for feature branches across multiple projects, integrating with git worktrees and Claude AI.