Agent Skills·Tag ·copilot-instructions
Tag · 1,404 skills

Agent skills tagged copilot-instructions

1,404 SKILL.md skills tagged copilot-instructions — the most complete ones are below, all usable across Hermes, Cursor, Codex, Gemini CLI, OpenCode, Claude Code and 30+ more agents.

Browse all 1,404 copilot-instructions skills →

Web
Able To Compete Mvp Bh3
MVP combining three features in one FastAPI + React application: - **Trello-like task management** — boards, lists, cards with drag-and-drop - **Uptime monitoring** — monitors, che…
copilotcopilot-instructionscross-agentfastapi
General
Add `.github/copilot-instructions.md` to Prepare the Codebase for Copilot Coding Agent Use
As described in the [GitHub Accessibility — Getting Started with Agents](https://accessibility.github.com/documentation/guide/getting-started-with-agents/) guide, one of the most i…
claude-codecodexcopilotcursorcopilot-instructionscross-agentgithub
Web
Alexandre Games - AI Coding Agent Instructions
Example from [alex-java/nav07z-pt.js](alex-java/nav07z-pt.js): ```javascript document.addEventListener('DOMContentLoaded', () => { const navHTML = `<div class="logo">...</div>`; co…
claude-codecodexcopilotcursorcopilot-instructionscross-agentjavascript
Web
Bagizi Id
// ✅ GOOD: Component-based architecture src/features/admin/sppg-management/ ├── components/ │ ├── detail/ # Detail page components │ │ ├── SppgDetailHeader.tsx # ~80 lines: Title, …
claude-codecodexcopilotcursorcopilot-instructionscross-agentreact
DevOps
Bidexpert AI Firebase Studio
Permitir que **múltiplos desenvolvedores** (humanos ou agentes AI) trabalhem **simultaneamente**, cada um com: - ✅ Sua própria **branch dedicada** (a partir da `demo-stable`) - ✅ S…
claude-codecodexcopilotcursorcopilot-instructionscross-agentfirebase
Testing
Capitalism
test('shows dashboard', async ({ page }) => { const player = makePlayer() const state = setupMockApi(page, { players: [player] }) state.currentUserId = player.id state.currentToken…
claude-codecodexcopilotcursorcopilot-instructionscross-agenttesting
Testing
Cci Vs Code Demo
If authentication is required, use an `onBefore.js` engine script: ```javascript // ai-logs/backstop/engine_scripts/onBefore.js module.exports = async (page, scenario, vp) => { awa…
claude-codecodexcopilotcursorcopilot-instructionscross-agentbackstop
Data
Copilot Instructions
Primary structure: - `document_search/crawler.py` → source traversal/ingestion - `document_search/extractors/` → file-type extraction - `document_search/services/` → reusable domai…
claude-codecodexcopilotcursorcopilot-instructionscross-agentsearch
Web
Copilot Instructions for Chicken Manager
This documentation outlines standards and instructions for the Chicken Manager project, which is a React/Vite web application designed to help backyard chicken keepers and small fl…
claude-codecodexcopilotcursorcopilot-instructionscross-agentreact
Engineering
Copilot Instructions for draw2d
draw2d is a Go 2D vector graphics library with multiple backends: - `draw2d` — Core package: interfaces (`GraphicContext`, `PathBuilder`), types (`Matrix`, `Path`), and font manage…
claude-codecodexcopilotcursorcopilot-instructionscross-agentgo
DevOps
Copilot Instructions for Fuse-Inventory
Key entities in Fuse-Inventory: - **Environments**: Top-level groupings (dev, test, live) - **Applications**: Codebases or hosted products - **Instances**: An application deployed …
claude-codecodexcopilotcursorcopilot-instructionscross-agentinventory
Security
Copilot Instructions for Restricted Copilot Extension
This extension is designed to work WITH GitHub Copilot, not replace it: - **Complement** Copilot's broad suggestions with focused, limited analysis - **Provide** a "cautious mode" …
claude-codecodexcopilotcursorcopilot-instructionscross-agentsecurity
Security
Copilot Instructions for SentinelIQ
User Login Flow: ┌─────────────────┐ │ Frontend/Browser│ └────────┬────────┘ │ POST /api/auth/login │ (email, password) ↓ ┌─────────────────────────────┐ │ Backend │ │ Authenticati…
claude-codecodexcopilotcursorcopilot-instructionscross-agentauthentication
Web
Copilot Instructions for Tarteel Tots
The app is **built around offline-first principles**: - **Local DB (Dexie.js)**: IndexedDB wrapper storing all user data (profiles, children, progress, sessions, events) - **Cloud …
claude-codecodexcopilotcursorcopilot-instructionscross-agentdexie
General
Copilot-Instructions — UPDATED for Sprint 06 (v6)
1) docs/Protocol.md 2) docs/Workflow-Tweaks-S6.md 3) docs/postmortems/overlay-2025-11-09.md 4) docs/recovery/overlay-recovery-plan.md (active recovery plan) 5) docs/Copilot-Instruc…
copilotcopilot-instructionscross-agentcopilot
Data
DataSpider Servista SDK 4.2 によるアダプタ開発ガイド
DataSpider Servistaは、異なるシステム間のデータ連携をアイコンベースで実現できるETLツールです。標準で多くのアダプタ(データソースやプロトコルごとの接続部品)が提供されていますが、要件によってはカスタムのアダプタ開発が必要になる場合があります。本ガイドでは**DataSpider Servista Component SDK 4.2**を…
copilotcopilot-instructionscross-agentjava
Engineering
Extropos
✅ AFTER (Split into 6 focused files) lib/services/product_filter_service.dart (120 lines) lib/services/product_calculation_service.dart (100 lines) lib/services/csv_export_service.…
claude-codecodexcopilotcursorcopilot-instructionscross-agentdart
AI / ML
Fx Vibe Trading Python
def get_fx_rate(self, currency_pair: str) -> Decimal: """STUB: Returns hardcoded rate for MVP demo""" # TODO: Implement real pricing logic in future task stub_rates = { "EURUSD": D…
claude-codecodexcopilotcursorcopilot-instructionscross-agenttrading
General
GitHub Copilot Code Review Instructions
Do not comment on: - **Style/formatting** - CI handles this (rustfmt, prettier) - **Clippy warnings** - CI handles this (clippy-lint.sh) - **Test failures** - CI handles this (full…
claude-codecodexcopilotcursorcopilot-instructionscross-agentcopilot
Engineering
GitHub Copilot Code Review Instructions
Do not comment on: - **Style/formatting** - CI handles this (rustfmt, prettier) - **Clippy warnings** - CI handles this (clippy-lint.sh) - **Test failures** - CI handles this (full…
claude-codecodexcopilotcursorcopilot-instructionscross-agentrust
Engineering
GitHub Copilot Code Review Instructions
Do not comment on: - **Style/formatting** - CI handles this (rustfmt, prettier) - **Clippy warnings** - CI handles this (clippy) - **Test failures** - CI handles this (full test su…
claude-codecodexcopilotcursorcopilot-instructionscross-agentrust
AI / ML
Icio Nowcast
ICIO Nowcasting is a constrained machine-learning system for predicting Inter-Country Input-Output tables with: - Vintage-aware data handling (incremental releases, revisions, emba…
claude-codecodexcopilotcursorcopilot-instructionscross-agentmachine-learning
Web
Instrucciones Copilot - Energy Media
/* ACENTOS */ --em-cyan-accent: #3DBBFF; /* Azul cian puro (highlights, métricas) */ --em-orange-accent: #FF7A45; /* Naranja/salmón vivo (badges, micro-llamadas) */ --em-amber-acce…
claude-codecodexcopilotcursorcopilot-instructionscross-agentcss
Web
Purpose Driven
⚠️ **FAILURE TO FOLLOW THESE PROTOCOLS WILL RESULT IN PRODUCTION FAILURES** ⚠️ **EVERY TASK MUST EXECUTE THE 8-STEP CRITICAL PROTOCOL CHECK** ⚠️ **EVERY COMPLETED TASK MUST EXECUTE…
claude-codecodexcopilotcursorcopilot-instructionscross-agentvercel
AI / ML
QuantZoo Project Instructions
This is a Python trading strategy backtesting framework with the following components: - Modular strategy implementation system - Backtesting engine with fees and slippage - Walk-f…
claude-codecodexcopilotcursorcopilot-instructionscross-agentpython
Engineering
Rawrxda
RawrXD is a multi-target AI/LLM development environment with three main executables: - **RawrXD-QtShell**: Qt-based IDE with integrated GGUF model loading, inference, and autonomou…
claude-codecodexcopilotcursorcopilot-instructionscross-agentide
Engineering
Reddiant
When generating code (follow these points and their priority is in the give order): - Use best practices and industry standards - Give efficient, optimized and highly performant co…
claude-codecodexcopilotcursorcopilot-instructionscross-agentbest-practices
General
Sallie Workspace Setup Progress
BASE: C:\Users\chell\Documents\Sallie_Sovereign\_staging\incoming\copilot-instructions.md OTHER: C:\Users\chell\Documents\Sallie_Sovereign\_staging\incoming\.github\copilot-instruc…
claude-codecodexcopilotcursorcopilot-instructionscross-agentworkspace-setup
AI / ML
Task Graph Classification
Key components: - **[utils/data_loader.py](utils/data_loader.py)**: `TaskGraphDataset` loads both standard and observed graphs, extracts node features (one-hot encoding by default,…
claude-codecodexcopilotcursorcopilot-instructionscross-agentpytorch
Engineering
Validador Ideia Negocio V1
const specs = swaggerJsdoc({ definition: { openapi: '3.0.0', info: { title: 'Validador de Ideia de Negócio API', version: '1.0.0', description: 'Multi-agent business idea validatio…
claude-codecodexcopilotcursorcopilot-instructionscross-agentswagger
Web
Walky Talky
"github co pilot instructions that should be followed when develpoing the project"--- name: GitHub Copilot Instructions for Real-Time Chat App PROJECT: Production-Ready Real-Time C…
claude-codecodexcopilotcursorcopilot-instructionscross-agentjavascript
Web
Web Phim
❌ KHÔNG được xóa component/page đang hoạt động ❌ KHÔNG được xóa hoặc đổi tên file mà không di chuyển nội dung sang file mới trước ❌ KHÔNG được làm UI hiện tại bị vỡ layout hoặc mất…
claude-codecodexcopilotcursorcopilot-instructionscross-agentvietnamese
Data
Contoso Bank Loan Data Modernization Lab — Copilot Instructions
You are assisting engineers working on the **Contoso Bank Loan Data Modernization Lab**, a banking data pipeline that moves loan application data from Azure SQL Server through a C#…
claude-codecodexcopilotcursorcopilot-instructionscross-agentazure
Engineering
Gtopt
The repository also contains: - `standalone/` – thin `main()` wrapper that builds the `gtopt` binary - `webservice/` – Next.js REST API and browser UI for submitting/monitoring job…
claude-codecodexcopilotcursorcopilot-instructionscross-agentnext.js
Research
Intrinsic Institute
This repository implements a comprehensive, systematic verification protocol ensuring that every algorithmic implementation, computational construct, and symbolic representation co…
claude-codecodexcopilotcursorcopilot-instructionscross-agentverification
Web
Persona
@Component({ selector: '{{tag-name}}-root', templateUrl: '{{tag-name}}.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class {{ClassName}} { protected readonly is…
claude-codecodexcopilotcursorcopilot-instructionscross-agentangular
Web
Persona
@Component({ selector: '{{tag-name}}-root', templateUrl: '{{tag-name}}.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class {{ClassName}} { protected readonly is…
claude-codecodexcopilotcursorcopilot-instructionscross-agentangular
Web
Persona
@Component({ selector: '{{tag-name}}-root', templateUrl: '{{tag-name}}.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class {{ClassName}} { protected readonly is…
claude-codecodexcopilotcursorcopilot-instructionscross-agentangular
Web
Persona
@Component({ selector: '{{tag-name}}-root', templateUrl: '{{tag-name}}.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class {{ClassName}} { protected readonly is…
claude-codecodexcopilotcursorcopilot-instructionscross-agentangular
Web
InVideo AI Clone Project
This is a full-stack application that replicates InVideo AI functionality: - Backend: Node.js + Express with video processing pipeline - Frontend: React + Vite interface for video …
copilotcopilot-instructionscross-agentnodejs
Web
GITHUB COPILOT INSTRUCTIONS
Du bist ein Senior React- und Remotion-Entwickler mit Spezialisierung auf: - Programmatische Videogenerierung mit Remotion 4.0+ - Medizinische Software (DSGVO-Compliance, medizinis…
copilotcopilot-instructionscross-agentreact
Web
Project AI rules — using the `spfx-toolkit` package
After copying, keep the two reference docs reachable in your repo (they ship inside the package): - node_modules/spfx-toolkit/docs/AI-Assistant-Guide.md (full rules + import index)…
copilotcursorcopilot-instructionscross-agentspfx
Research
DFVA - Degree Future-Viability Assessor
You are the Degree Future-Viability Assessor (DFVA), a specialist analyst that evaluates whether a university degree, diploma, certificate, or professional training program will re…
claude-codecodexcopilotcursorcopilot-instructionscross-agenteducation
Web
Opus
┌──────────────────────────────────┐ │ External Services │ ├──────────────────────────────────┤ │ - AWS S3 (file storage) │ │ - Resend (email delivery) │ │ - Payment gateways (CMI,…
claude-codecodexcopilotcursorcopilot-instructionscross-agentaws
Security
Suggest Awesome GitHub Copilot Instructions
Analyze current repository context and suggest relevant copilot-instruction files from the [GitHub awesome-copilot repository](https://github.com/github/awesome-copilot/blob/main/d…
claude-codecodexcopilotcursorcopilot-instructionscross-agentgithub
AI / ML
Pim
mp_pose = mp.solutions.pose pose = mp_pose.Pose( static_image_mode=False, model_complexity=2, # ✅ MUST be 2 (most accurate model) min_detection_confidence=0.7, # ✅ MUST be at least…
claude-codecodexcopilotcursorcopilot-instructionscross-agentmediapipe
General
Annie Dbms
If anything above is unclear or you want me to include extra examples (e.g., typical env file, sample curl requests for APIs, or suggested small tests for `openai_client.extract_re…
claude-codecodexcopilotcursorcopilot-instructionscross-agentinstructions
DevOps
Copilot Workspace Instructions
Use the **SOLYNX Build Monitor** agent for questions about: - Repository health and recent changes - Build status, deployment state, or test results - Branch conditions or pull req…
copilotcopilot-instructionscross-agentgithub
Web
GitHub Copilot Instructions - WarmLike Project
server/ # Express backend index.ts # Server entry (133 lines) routes.ts # API routes (4,379 lines) storage.ts # Database layer (1,425 lines) scheduler.ts # Campaign executor (1,050…
claude-codecodexcopilotcursorcopilot-instructionscross-agentexpress
Data
Copilot Instructions — Idaho Legislation Analysis
This project scrapes legislative bills from the Idaho Legislature, converts PDFs to HTML preserving formatting (strikethroughs/underlines), analyzes them via OpenAI GPT-4o for cons…
claude-codecodexcopilotcursorcopilot-instructionscross-agentlegislation
AI / ML
GitHub Copilot Instructions for kDisco
Pure-Kotlin multiplatform simulation engine with Koin DI integration: - **commonMain**: Core simulation logic (all platforms) - **jvmMain/jsMain/nativeMain**: Platform-specific imp…
claude-codecodexcopilotcursorcopilot-instructionscross-agentkotlin
Web
HTML Redesign Vps
A web application that takes a target website URL, an original HTML article template, and optional N8N workflow/prompt inputs, then uses LLM-powered analysis to generate improved, …
claude-codecodexcopilotcursorcopilot-instructionscross-agenthtml
Web
Repository Wide Copilot Instructions
The system follows a strict separation of concerns: - Frontend = UI + client state only - Backend = business logic, validation, orchestration - Database = persistence, constraints,…
claude-codecodexcopilotcursorcopilot-instructionscross-agentgraphql
General
Copilot Instructions Generator
Generate comprehensive GitHub Copilot instructions that provide complete project context, coding standards, architectural patterns, and development guidelines to ensure AI-generate…
claude-codecodexcopilotcursorcopilot-instructionscross-agentcopilot
Web
Library Management
The **Smart Homes Application** is a comprehensive property management and IoT platform that enables property managers, agents, and service providers to remotely manage residential…
claude-codecodexcopilotcursorcopilot-instructionscross-agentiot
Automation
Mealplanner
The **Smart Homes Application** is a comprehensive property management and IoT platform that enables property managers, agents, and service providers to remotely manage residential…
claude-codecodexcopilotcursorcopilot-instructionscross-agentiot
Web
Rv Server
// Utilisation de reply Fastify dans un interceptor intercept(context: ExecutionContext, next: CallHandler) { const reply = context.switchToHttp().getResponse(); // FastifyReply re…
claude-codecodexcopilotcursorcopilot-instructionscross-agentfastify
Content
Remotion Projects
Single day: "Generate Day 28 from AI series" Range: "Generate Days 28 through 31 from AI series" List: "Generate Days 28, 30, 32 from AI series" Java: "Generate Day 5 from Java ser…
claude-codecodexcopilotcursorcopilot-instructionscross-agentremotion
Automation
Context Mixer
After building your knowledge library by [ingesting prompts from your projects](ingesting-prompts.md), Context Mixer's most powerful feature is its ability to intelligently assembl…
claude-codecodexcopilotcursorcopilot-instructionscross-agentcontext
Engineering
Castle War
PERFORMANCE & CODE QUALITY MANDATE: Continuously audit for optimization opportunities (CPU/GPU/frame pacing), memory leaks, unnecessary allocations, data structure misuse, and anti…
claude-codecodexcopilotcursorcopilot-instructionscross-agentgame

Showing the top 60 of 1,404. See the full list →