AI SummaryA Copilot prompt that enforces strict coding standards (copyright headers, formatting, naming conventions) across C/C++ and multiple languages for teams building the gabriel teleoperation platform. Developers maintaining multi-language codebases with consistent quality requirements benefit most.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "gabriel-teleop-platform — Copilot Instructions" prompt rules to my project. Repository: https://github.com/augustodamasceno/gabriel-teleop-platform Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
A Modular Heterogeneous Teleoperation Platform That Feels Like a Video Game
Contact
> email: augustodamasceno@protonmail.com
Copyright Headers
Rule: Insert the following header at the very top of every new file. • Year: Current Year (e.g., 2026). • Author: Augusto Damasceno. • License: Use BSD-2-Clause for Open Source, LicenseRef-<BUSINESS>-Proprietary for Closed Source. Template (Open Source): `text /* • FILE DESCRIPTION • * Copyright (c) 2026, Augusto Damasceno. • All rights reserved. • * SPDX-License-Identifier: BSD-2-Clause */ ` Template (Closed Source): `text /* • FILE DESCRIPTION • * Copyright (c) 2026, <BUSINESS>. • All rights reserved. • * SPDX-License-Identifier: LicenseRef-<BUSINESS>-Proprietary • This software is proprietary and confidential. */ `
Indentation & Formatting
• Indentation: STRICTLY 4 spaces. No tabs. • Idempotency: Ensure functions are pure where possible. Retries must not duplicate side effects. Handle errors gracefully. ---
Code Style
• Brace Style: Allman Style (Braces always on a new line). • Switch Statements: Align case labels vertically with the switch keyword. • Include Guards: Use #ifndef _PROJECT_FILE_H format.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts