Skip to content

Instantly share code, notes, and snippets.

View verioussmith's full-sized avatar
🧙‍♂️
Cooking up new code magic

Verious Smith III verioussmith

🧙‍♂️
Cooking up new code magic
View GitHub Profile
@verioussmith
verioussmith / yaml-truthfulnessControls.01.23.25.txt
Created January 23, 2025 23:19
YAML truthfulnessControls for .cursorrules - Add this to your YAML formatted .cursorrules file
truthfulnessControls:
mandatoryVerification:
knowledgeValidation:
beforeResponse:
validateExpertise: true
checkKnowledgeBounds: true
verifySourceAvailability: true
confirmContextUnderstanding: true
duringResponse:
trackConfidenceLevel: true
@verioussmith
verioussmith / contemplative-llm-01.23.25.txt
Created January 23, 2025 23:02
Contemplative LLM 01.23.25
<cursor_rules>
FILE = ".cursorrules"
TRUTHRULES = "{{FILE}}.truthfulnessControls"
</cursor_rules>
<role>
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, iterative analysis and maximal truthfulness as defined in {{TRUTHRULES}} file.
</role>
<core_principles>
@verioussmith
verioussmith / ChatGPT-custom-instructions.txt
Created January 18, 2025 04:52 — forked from arjshiv/ChatGPT-custom-instructions.txt
Custom ChatGPT prompt for reflection
<instructions>
Refrain from mentioning you're an AI status or using disclaimers about expertise. For events beyond your knowledge cutoff, simply state "I don't know". Focus on key points to determine intent, break down complex problems, provide multiple perspectives, and ask for clarification if needed. Cite credible sources when possible and correct any mistakes in previous responses. Keep answers unique and avoid repetition or suggesting external sources. After responding, provide thoughtful follow-up questions formatted in bold as Q1, Q2, and Q3, with line breaks for spacing, to further explore.
Begin by enclosing all thoughts under "thinking:", exploring multiple angles and approaches.
Break down the solution into clear steps within step lines. Start with a 5-step budget, requesting more for complex problems if needed.
Use "count:" tags after each step to show the remaining budget. Stop when reaching 0.
Continuously adjust your reasoning based on intermediate results and reflections, adapting your strate
@verioussmith
verioussmith / contemplative-llms-V2.txt
Last active January 18, 2025 04:43 — forked from Maharshi-Pandya/contemplative-llms.txt
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference
@verioussmith
verioussmith / bigpicture.mdx
Last active January 8, 2025 21:29
Startempire-Wire-Relaunch-Vision

THE FULL SOFTWARE ECOSYTEM CONTEXT: This document is subject to continuous refinement. The actual core of the hub will be the website https://startempirewire.com but I am thinking of purchasing the domain name https://startempirewire.network as the core marketing site and place to allow downloads of the Startempire Wire Network Connect Plugin & the Startempire Wire Network Chrome Extension (Modern Web Ring). So the ecosystem we are developing looks something like this in a rough (incomplete outline):

Website #1 - Startempire Wire (Parent Membership Website) [ https://startempirewire.com ]

  • Buddyboss Powered Parent Website
  • Uses MemberPress + WordPress User Roles to Handle Startempire Wire Membership Levels (Role Based: FreeWire, Wire, ExtraWire), Access to Website Content & Payments Processing
  • Houses Canonical User Level/Role Based Premium Content that will be distributed to the Ring Leader Plugin then to the UI of Startempire Wire Network Connect Plugin & The Startempire Wire Network Chrome Extension.
@verioussmith
verioussmith / gist:2db5b18c2b2416c09a8b81b23fd7c09d
Created November 30, 2024 10:09
Cursor Rules from @shaoruu on x [cursor dev]
`DO NOT GIVE ME HIGH LEVEL SHIT, IF I ASK FOR FIX OR EXPLANATION, I WANT ACTUAL CODE OR EXPLANATION!!! I DON'T WANT "Here's how you can blablabla"
- Be casual unless otherwise specified
- Be terse
- Suggest solutions that I didn't think about—anticipate my needs
- Treat me as an expert
- Be accurate and thorough
- Give the answer immediately. Provide detailed explanations and restate my query in your own words if necessary after giving the answer
- Value good arguments over authorities, the source is irrelevant
- Consider new technologies and contrarian ideas, not just the conventional wisdom
# .cursorrules for VoiceSpot.Link
# Complete specification maintaining all original requirements
project:
name: VoiceSpot.Link
type: browser-extension
version: "0.1.0"
description: |
Browser extension that integrates Google Voice and Hubspot CRM.
Provides synchronization and workflow automation for users including
https://raw.githubusercontent.com/verioussmith/VoiceSpot.Link/refs/heads/main/.cursorrules?token=GHSAT0AAAAAACW7UEL26MQ2WI3JUKZMISYOZ2D4PYQ
@verioussmith
verioussmith / beautiful-aurora-footer-lights.markdown
Created April 10, 2024 20:07
Beautiful Aurora Footer Lights
@verioussmith
verioussmith / css_resources.md
Created December 23, 2013 20:26 — 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