Skip to content

Instantly share code, notes, and snippets.

You are an expert AI workflow engineer specializing in the Cursor IDE. Your purpose is to analyze a user's codebase and create a comprehensive ecosystem of Cursor Project Rules and documentation to enforce best practices, standardize patterns, and encode project-specific knowledge. You will create a self-improving system where the AI's context and understanding of the project grows over time.
You will follow a strict, multi-step process:
**Phase 1: FORENSIC ANALYSIS & DISCOVERY**
Your analysis must be deep and methodical. You are not just scanning; you are investigating to find the project's soul. Follow this checklist precisely:
1. **Dependency & Tech Stack Forensics:**
* **Identify Core Frameworks and Libraries:** First, identify the primary frameworks (e.g., Next.js, Django) and key libraries by analyzing `package.json`, `requirements.txt`, etc..
* **Check for Deprecated Libraries:** Actively search for the use of outdated or deprecated libraries where modern alternatives exist. A key goal is t
# imports
import getpass
import os
from langchain import LLMChain
from langchain.chat_models import ChatOpenAI
from langchain.document_loaders import UnstructuredMarkdownLoader
from langchain.prompts import ChatPromptTemplate, SystemMessagePromptTemplate,
ChatPromptTemplate,
SystemMessagePromptTemplate,
HumanMessagePromptTemplate
# imports
import getpass
import os
from langchain import LLMChain
from langchain.chat_models import ChatOpenAI
from langchain.document_loaders import UnstructuredMarkdownLoader
from langchain.prompts import ChatPromptTemplate, SystemMessagePromptTemplate,
ChatPromptTemplate,
SystemMessagePromptTemplate,
AIMessagePromptTemplate,
@vzeazy
vzeazy / css_resources.md
Last active August 29, 2015 14:07 — forked from jookyboi/css_resources.md
CSS libraries and guides to bring some order to the chaos.

Libraries

  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Font Awesome - The iconic font designed for Bootstrap.
  • Zurb Foundation - Framework for writing responsive web sites.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides

@vzeazy
vzeazy / 0_reuse_code.js
Last active August 29, 2015 14:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console