Repository Guidelines
- `backend/`: Express API (controllers, routes, middleware, utils) plus SQL migrations under `config/migrations/`. Run-time uploads live in `backend/uploads/` (ignore in commits).
Explore
24,168 skills indexed with the new KISS metadata standard.
- `backend/`: Express API (controllers, routes, middleware, utils) plus SQL migrations under `config/migrations/`. Run-time uploads live in `backend/uploads/` (ignore in commits).
- `mini-app/`: Next.js (TypeScript) Telegram Mini App with workers and sockets; Drizzle migrations in `drizzle/`.
generic skill
Korea Stock Analyzer MCP bridges TypeScript services and Python market data to deliver investor-style reports. Follow this guide to navigate the codebase, keep tooling aligned, and ship reliable updates quickly.
Core library code lives in `src/yapcad`, with geometry primitives (`geom.py`, `geom3d.py`), boolean ops (`boolean/`), IO adapters (`io/`), and render helpers (`drawable.py`, `ezdxf_drawable.py`). Vendored helpers live under `src/yapcad/contrib`, with corresponding license notices in `third_party/`.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
- **Standalone build (current platform)**: `./build_standalone.sh`
electron/
- **Run main script**: `uv run python main.py`
====================================
The MCP server starts in `src/index.ts`, which wires prompts, utils, and every service registrar. Keep feature logic inside `src/services/<service>/` and export it through the folder’s `index.ts`. Prompts live in `src/prompts/`, shared auth/logging helpers in `src/utils/`, references in `docs/`, and
This is a Model Context Protocol (MCP) server providing full QuickBase database operations to AI agents. It enables agents to create tables, manage fields, query records, and handle relationships through standardized MCP tools.
This document provides comprehensive documentation for all service agents (services) in the Voice Grocery List App. These agents handle different aspects of the application's functionality and work together through the Service Manager pattern.
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.