Agent Development Guidelines
This document provides guidelines for AI agents working on this algorithms repository.
Explore
13,234 skills indexed with the new KISS metadata standard.
This document provides guidelines for AI agents working on this algorithms repository.
This repository contains 100+ infrastructure-as-code recipes for High Performance Computing (HPC) on AWS. Each recipe includes CloudFormation templates, documentation, and assets for deploying HPC infrastructure using services like AWS Parallel Computing Service (PCS), ParallelCluster, Research and
This file provides instructional context for future interactions with the LowCal-dev repository. It is generated from an analysis of the repository structure, key files, and documentation present in the project. It aims to guide how the AI should approach tasks related to this codebase.
Purpose
Guidance for contributing to "A Journey Through the Unknown". This repository contains the React front end and Firebase Cloud Functions that power the playable sci-fi adventure.
This file provides guidance to LLM agents when working with code in this repository.
The project balances a few key goals:
The Stan models live in `code/` (e.g., `code/bsplines.stan`, `code/csplines.stan`) with companion R helpers such as `code/smoothing_diagnostics.R`. High level examples reside in `examples/`, including combined Stan/R workflows like `examples/hierarchical_regional_splines.R`. Tests are plain R script
IPINFO is a Go-based web service that provides IP geolocation information through multiple API endpoints.
This repository provides a Rust workspace for the Temporal Core SDK and related crates. Use this
Kreativium Beta v2 runs on Vite, React, and TypeScript. Core source lives in `src/`, with
This repository is an Obsidian-based “second brain” vault. Contributions focus on clear Markdown notes, consistent folder prefixes (000–600), and maintainable dashboards. Keep edits small and well-labeled, preserve internal links, and prefer improving structure over adding redundancy.
- `cmd/obsidian-tmdb-cover` hosts the CLI entry; `internal/app` orchestrates vault traversal while `internal/{note,tmdb,content,tui,util}` handle markdown, API, rendering, and helpers.
- SPA entrypoint flows from `index.html` to `app/main.tsx` and finally into `app/App.tsx`.
This project contains an Electron-based desktop app for manipulating CSV data. The JavaScript code uses ES modules and a small Node-based test suite.
UI integration tests live in `tests/`, organized by surface (`ads`, `scix`) with shared fixtures in `tests/common.ts` and typed helpers under `tests/interfaces`. Authentication state and recorded sessions sit in `playwright/.auth`. Support code such as Gmail providers is under `provider/`, and data
Audience: agentic coding assistants and maintainers working in this repo.
This document provides guidelines for AI coding agents working on the Whatsun project.
generic skill
- `src/pages/` 负责声明 Astro 路由,只保留轻量页面逻辑并组合 `layouts/` 与 `components/`。
- Place all FastAPI code under `app/`; `app/main.py` should expose the `FastAPI` instance and register routers.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
A React-based task prioritization web application implementing the Eisenhower Matrix methodology. Built with TypeScript and Create React App, featuring local browser storage for data persistence.
Please follow Handmade manifesto ideas of minimal abstraction, simple data structures, and linear straightforward code.