Coding conventions
- Class names use PascalCase (e.g., MyClass).
Explore
15,390 skills indexed with the new KISS metadata standard.
- Class names use PascalCase (e.g., MyClass).
- 指示された部分および内容以外は改変しないでください
- **No sycophancy**: Avoid "perfect", "absolutely", "excellent" - be direct and factual
Purpose: short, actionable guidance for any automated coding agent (Copilot-style) working in this repository.
- **Purpose**: Analyze Gmail messages for security threats and vulnerabilities
The HTML `datetime-local` input type is timezone-agnostic - it sends values like "2025-10-01T20:30" without timezone information. This creates a common web development challenge: how does the server know if this time is UTC, user's local time, or something else?
Key Principles
This is **zod-pg**, a TypeScript tool that generates Zod schemas and TypeScript types from PostgreSQL database schemas. The tool introspects PostgreSQL databases and creates type-safe validation schemas to keep TypeScript code in sync with database structure.
This blog application follows a modern, clean, and accessible design approach using Tailwind CSS. The design emphasizes readability, user-friendly interactions, and responsive layouts.
- **Main Module**: The main module is located in `src/GenieFrameworkExample.jl`.
globs:
This repository contains a SvelteKit family application with the following development setup:
iRPC is a Rust library providing a robotic node interaction protocol that supports both standard host environments and no_std embedded environments through feature-gated architecture.
You are helping with the **Darbot Windows Agent**, a powerful Windows automation agent that bridges the gap between AI language models and the Windows operating system at the GUI layer.
This project uses DaisyUI 5 with Tailwind CSS 4. Reference: https://daisyui.com/llms.txt
**FOLIO Stripes Testing Framework** - Cypress-based E2E testing toolkit for FOLIO library management system UI modules. Built around the "page object" pattern with reusable test fragments and interactors.
* Prioritize **minimal scope**: only edit code directly implicated by the failing test.
You are coding inside **Byway**, a modular plugin-based learning platform.
Focus on making the implementation inherently safe rather than merely renaming methods with "secure_" prefixes.
This is a multi-tenant Krav Maga academy management system built with TypeScript/Fastify backend and modular vanilla JavaScript frontend. The architecture emphasizes API-first design, modular isolation, and full-screen UI patterns.
MongOCOM (Mongo Object-COllection Mapper) is a lightweight Java Object-Document Mapping (ODM) library for MongoDB. It provides an annotation-based approach to map Java objects to MongoDB documents, similar to how JPA/Hibernate works for relational databases.
- [Instructions Overview](#instructions-overview)
convert2mermaid is a Node.js CLI tool that converts diagrams from various formats into Mermaid.js syntax. The tool currently supports Visio (.vsdx) files and is designed to be extensible for other formats like DrawIO and Excalidraw.
**Goal:** Update the GitHub Copilot instructions to ensure the user is prompted to proceed after every single step, providing maximum user control over the workflow.