Instructions
These instructions define how GitHub Copilot should assist with this Go project. The goal is to ensure consistent, high-quality code generation aligned with Go idioms, the chosen architecture, and our team's best practices.
Explore
11,797 skills indexed with the new KISS metadata standard.
These instructions define how GitHub Copilot should assist with this Go project. The goal is to ensure consistent, high-quality code generation aligned with Go idioms, the chosen architecture, and our team's best practices.
- `src/pages/` 负责声明 Astro 路由,只保留轻量页面逻辑并组合 `layouts/` 与 `components/`。
This repository contains `mnvkd`, a C server-authoring toolkit built around a virtual kernel with coroutine, actor, service and application frameworks.
This document outlines key information needed by coding agents to work in this repository. It outlines the rules to follow during work, and provides helpful commands and tips to facilitate development.
`docker compose up` to run the docker container
- `pages/` drives Nuxt 4 routing, while shared UI lives in `components/`; drop reusable logic in `libs/` and server handlers under `server/api/`.
This project generates structured ground truth data for validating calculations used in machine learning framework by using PyTorch for executing and the gradienttracer framework. The data is stored in GGUF format for use in neural network testing and validation.
We are a team of Pokémon trainers utilizing PokeAPI (https://pokeapi.co/) as the primary source
This file defines agents and their respective roles for the `scjson` project. Each agent is responsible for a specific transformation, validation, or extraction task.
`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/`,
LoRA Prep is a macOS-first toolkit that prepares LoRA training images. It ships both a SwiftPM CLI executable (`LoRAPrep`) and a SwiftUI desktop app; both surfaces share the same Vision/Core Image pipeline and should remain feature-parity replacements for the legacy `loraPrep.sh` script (which now s
- `cmd/`: Cobra-based CLI commands (`build`, `serve`, `init`, `freeze`, `test`, etc.).
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
These instructions define how GitHub Copilot should assist with this Go project. The goal is to ensure consistent, high-quality code generation aligned with Go idioms, the chosen architecture, and our team's best practices.
- `mobile/`: Flutter app + MCP server; code in `lib/`, design system in `design_system/`, env samples in `environments/`.
This project is a personal profile website built using the [Hugo](https://gohugo.io/) static site generator and the [Toha](https://themes.gohugo.io/themes/toha/) theme. It leverages Hugo Modules for theme management and Node.js/npm for handling front-end dependencies and asset processing.
- `arduino-cli` を用いたスケッチのサンプル集を保守する
1. Objetivo Principal e Visão Geral
Remember to also check out docs/DDD.md and docs/TDD.md for deeper dives into Domain-Driven Development and Test-Driven Development practices.
This document outlines the core technologies, coding principles, and structural guidelines for developing this application. Its purpose is to ensure consistency, maintainability, and adherence to best practices.
This repository is a dojo for AI agents to battle out policy ideas for the UK.
- **`main.tex`:** Canonical resume source for the active branch; keep edits minimal and focused on the target role.
This Next.js 14 app router project keeps routes under `src/app`, with each folder exposing a `page.tsx` and optional `loading.tsx` or `layout.tsx`. Shared UI lives in `src/components` (domain folders such as `sections`, `ui`, `forms`), while `src/lib`, `src/hooks`, and `src/types` host cross-cutting
- You are building a production GPU accelerated terminal emulator for macOS that should: