Skip to content

Instantly share code, notes, and snippets.

View SoMaCoSF's full-sized avatar

SoMaCo SoMaCoSF

View GitHub Profile
@SoMaCoSF
SoMaCoSF / env_template.rmd
Created December 22, 2024 06:28
Cursor Project Environment Configuration
---
title: "Environment Configuration Template"
author: "Cursor Development Team"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output:
html_document:
theme: united
toc: true
toc_float: true
---
@SoMaCoSF
SoMaCoSF / project_structure.rmd
Created December 22, 2024 06:28
Cursor Project Structure Template
---
title: "Cursor Project Structure Template"
author: "Cursor Development Team"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output:
html_document:
theme: united
toc: true
toc_float: true
---
@SoMaCoSF
SoMaCoSF / database_docs.rmd
Created December 22, 2024 06:28
Cursor Database Documentation Standards
---
title: "Database Documentation Standards"
author: "Cursor Development Team"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output:
html_document:
theme: united
toc: true
toc_float: true
---
@SoMaCoSF
SoMaCoSF / agentic_workflow_docs.rmd
Created December 22, 2024 06:43
Agentic Workflow Documentation System - Source of Truth for Multi-Agent Development
---
title: "Agentic Workflow Documentation System"
author: "Cursor Development Team"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output:
html_document:
theme: united
highlight: tango
toc: yes
toc_depth: 3
@SoMaCoSF
SoMaCoSF / Full Claude Replies.rmd
Created December 22, 2024 23:27
Linting: Definitions and method for linting directives for Cursor Compsoser IDE Agents
I'll help explain linting in the context of AI agents, particularly focusing on its role in code conversations.
Linting is the automated process of analyzing code to identify potential programming errors, bugs, stylistic issues, and
suspicious patterns. Auto-linting refers to tools that automatically fix these issues according to predefined rules and style guidelines.
In conversations with AI agents like Claude within Cursor:
1. Real-time Analysis
- Agents perform continuous code analysis as you write or discuss code
- They can identify syntax errors, style violations, and potential logical issues immediately
{
"description": "Cursor Control Plane Documentation",
"public": true,
"files": {
"cursor_control_plane_overview.html": {
"content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Cursor Control Plane - Technical Overview</title>\n <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css\" rel=\"stylesheet\">\n <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-tomorrow.css\" rel=\"stylesheet\">\n <link href=\"https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css\" rel=\"stylesheet\">\n <script src=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js\"></script>\n <style>\n .gradient-bg {\n background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);\n }\n .card {\n background: rgba(255, 255, 255, 0.05);\n backdrop-filte

YOLOREN.AI Composer Agent Linting Directives

Version: 1.0.0 Last Updated: $(Get-Date -Format "yyyy-MM-dd")

Overview

This guide defines linting directives for composer agents, ensuring consistent code quality and architectural patterns across the YOLOREN.AI ecosystem.

Directive Format

DIRECTIVE:

Linting for Composer Agents: The Simple Guide 🎨

Imagine you're teaching a robot to paint a picture. You want to give it clear rules about what colors to use, how to hold the brush, and where to paint. That's exactly what linting directives do for composer agents!

The Basics 🌟

Think of linting directives like a recipe card:

TELL_ROBOT:
@SoMaCoSF
SoMaCoSF / README.md
Created December 30, 2024 15:22
Cursor Workspace .ENV Themes - A guide to managing Cursor/VSCode workspace themes through environment variables

Cursor Workspace .ENV Themes

A guide to managing Cursor/VSCode workspace themes and settings through environment variables.

Overview

This guide shows how to configure your Cursor/VSCode workspace settings using .env files, allowing for:

  • Dynamic theme management
  • Project-specific configurations
@SoMaCoSF
SoMaCoSF / README.md
Created December 30, 2024 15:29
Cursor Workspace .ENV Themes - A guide to managing Cursor/VSCode workspace themes through environment variables

Cursor Workspace .ENV Themes

A guide to managing Cursor/VSCode workspace themes and settings through environment variables, with enhanced Cursor-specific features.

Overview

This guide shows how to configure your Cursor/VSCode workspace settings using .env files, allowing for:

  • Dynamic theme management
  • Project-specific configurations