Local Notes
- Contracts: /Users/avral/projects/alcor/contracts/dex
Explore
32,572 skills indexed with the new KISS metadata standard.
- Contracts: /Users/avral/projects/alcor/contracts/dex
Macrograph is a visual programming platform with node-based graph interfaces. Supports both desktop (single-project) and server (multi-project) environments with real-time event processing and type-safe ID management.
Portmanteauly — 영어 단어 2~3개를 조합해 자연스러운 포트맨토 단어를 생성하는 npm 패키지 (CLI + 라이브러리)
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
- Instead of stopping to ask questions to the user, try to determine the information for yourself. Only if it is difficult or impossible to find out, then you can ask the user.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
**Note:** This CLAUDE.md file serves as a direct file mapping and navigation guide rather than containing contextual commands. It provides a comprehensive map of important project files and their purposes.
Source code scanning adapter. This is the **Tier 1** tokei wrapper for tokmd, isolating the tokei dependency to a single location.
This is the Maia Chess Platform Frontend - a sophisticated chess analysis and training application featuring human-like chess AI (Maia) alongside traditional Stockfish engine capabilities.
Top-down ship sprites rendered from EVE Online 3D models for use in 2D games.
1. `AGENTS.md` in this directory
A personal portfolio website for **Matthew McWilliams** built with React and Vite. The site is fully static (no backend) for GitHub Pages hosting. Features a dark theme with blue-cyan gradient aesthetic, interactive aurora background with particles, and a polished 3D carousel showcase for projects.
**COMPLETE** - Implemented timeout-based solution (2024-12-29)
This guide provides comprehensive instructions for developing, implementing, and maintaining schema definitions in TerraFusion OS. The `.schemas` directory manages data structure definitions, API contracts, and validation rules that ensure consistency across our 1,008 AI agents, 33 active modules, a
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Guidance for Claude Code (claude.ai/code) working in this repository.
This document provides essential context for AI assistants working with the FaultMaven codebase.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
TypeScript CLI tool for repository-as-code: sync files and manage settings across GitHub, Azure DevOps, and GitLab (including self-hosted). Changes via PRs by default, or direct push with `merge: direct`.
file_location: root_directory
- When using SqlAlchemy sessions, make sure to import from app.models.database.database import Base, Session, SessionLocal and format sessions as with SessionLocal() as session: