Skip to content

Instantly share code, notes, and snippets.

@bk202042
bk202042 / contemplative-llms.txt
Created January 8, 2025 02:04 — 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
@bk202042
bk202042 / code-editor-rules.md
Created December 17, 2024 02:08 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]
# Cursor Rule: Development Guidelines and Best Practices
## Project Context
A dev tool for evaluating open source projects, helping developers understand project maintainability, activity, and longevity.
## Code Style and Structure
- Write concise, technical TypeScript code with accurate examples
- Use functional and declarative programming patterns
- Avoid classes
- Prefer iteration and modularization over code duplication
@bk202042
bk202042 / gist:3b5efc26212c075ceb08fd717bea7ee5
Created November 29, 2024 02:38
claude_desktop_config.json
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search",
"--ignore-robots-txt",
"--user-agent=ModelContextProtocol/1.0 (Autonomous; +https://github.com/modelcontextprotocol/servers)"
],