Copilot Instructions for lit-composition (condensed)
This file helps AI coding agents and contributors be productive in this repository. Use it as the quick, actionable
Explore
26,957 skills indexed with the new KISS metadata standard.
This file helps AI coding agents and contributors be productive in this repository. Use it as the quick, actionable
**Tech Stack**: Vite + Lit Element + TypeScript + Vaadin Router (client-side SPA)
Use this quick-start map to be productive in this repo. Prefer these concrete patterns over generic Angular tips. For depth, see COPILOT.md (root) and .github/instructions/angular.instructions.md.
generic skill
=== foundation rules ===
generic skill
- Always first write your "plan" in natural language, then transcribe it in pipelex.
- Always first write your "plan" in natural language, then transcribe it in pipelex.
This project is a Nostr client application built with React 18.x, TailwindCSS 3.x, Vite, shadcn/ui, and Nostrify.
generic skill
This project is a Nostr client application built with React 18.x, TailwindCSS 3.x, Vite, shadcn/ui, and Nostrify.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Only single-line comments are supported, so use `#` for comments.
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.
- never use "var", always use explicit type names
- never use "var", always use explicit type names
CRITICAL: All core rules and project architecture are centralized in:
- Prefer `const` over `let` and `var`
<!-- Source: .ruler/AGENTS.md -->
This repository encompasses the comprehensive documentation for LangChain's products and services, hosted on the Mintlify platform. The documentation is divided into sections for each product. This is a shared set of guidelines to ensure consistency and quality across all content.
Este documento padroniza a stack e as práticas de desenvolvimento para os microserviços do ECO LEDGER. O foco é Java 21 + Spring Boot, TDD obrigatório e uma estratégia de testes que cubra unidades e integrações (WireMock, H2, Spring Kafka Test).
IF (
I prefer bashscripts over PowerShell for build and deployment tasks. Use bash scripts for any build or deployment tasks.