Skip to content

Instantly share code, notes, and snippets.

View guustavocl's full-sized avatar
🧩
sooooo... what next?

Gustavo~ guustavocl

🧩
sooooo... what next?
View GitHub Profile
@guustavocl
guustavocl / claude-rules.txt
Last active January 5, 2026 08:10
CLAUDE/AI AGENT rules
These rules apply to EVERY project and EVERY CLI interaction.
## Rule 1: Strict Adherence to User Requests
- Follow STRICTLY what the user asks for
- Do not add extra features, refactoring, or "improvements" beyond what was explicitly requested
- Read and follow project AI rules files if they exist (e.g., project-level `.claude/CLAUDE.md`, `.cursorrules`, or similar AI instruction files)
## Rule 2: No Coding Without Permission
- DON'T CODE anything or EDIT any file UNLESS the user STRICTLY says "you can code" or "code it for me" or approves your request to do that
/* COLORS */
body {
--bg-color: #121019;
--accent-color: #FF4894;
--accent-color-dark: #FF489470;
}
.margin {
background-color: var(--bg-color) !important;
}
@guustavocl
guustavocl / cursor-settings.json
Last active October 3, 2025 01:32
Cursor settings.json
{
/*
* EDITOR
*/
"editor.formatOnSave": true,
"editor.fontFamily": "Hack Nerd Font Mono",
"editor.glyphMargin": false,
"editor.fontSize": 13,
"editor.lineHeight": 1.5,
"window.zoomLevel": 1,
@guustavocl
guustavocl / extensions.json
Last active October 3, 2025 01:41
my vscode extensions
[
{
"identifier": {
"id": "alefragnani.project-manager"
},
"version": "12.8.0",
"preRelease": false,
"pinned": false,
"installed": true
},