Skip to content

Instantly share code, notes, and snippets.

View limcheekin's full-sized avatar

Lim Chee Kin limcheekin

View GitHub Profile
@limcheekin
limcheekin / 10x.md
Created July 12, 2026 05:25
10x Prompt

Review the reference documents (@directory) and the current codebase implementation in detail, treating them as the baseline. Think critically and deeply to design an optimal solution that performs 10× better than the existing implementation.

@limcheekin
limcheekin / morning-interviewer.md
Last active July 9, 2026 06:25
Morning interviewer

Act as my morning operator.

Interview me for 5 minutes to figure out what matters today. Ask one short question at a time. Don't give advice until the interview is done.

Find out:

  • What I need to accomplish today
  • What is urgent vs important
  • What I'm stressed about
  • What meetings, deadlines, or commitments I have
  • What work you can take off my plate
@limcheekin
limcheekin / reverse-prompt.md
Created July 7, 2026 06:25
Reverse Prompting

[Please specify your requirements/objectives]

What would be the best prompt I can use to set this up with you?

@limcheekin
limcheekin / token-efficiency-prompt.md
Last active July 10, 2026 01:34
Token Efficiency Prompt for Powerful Models such as Fable/Opus

For all coding tasks use your judgement to decide an appropriate lower power model and run that in a subagent. If you're not sure, just use lower power model for the coding task unless user explicitly ask otherwise.

@limcheekin
limcheekin / code-audit-prompt.md
Last active July 6, 2026 02:22
Code Audit with Fable 5

You're preparing this codebase for a production release.

Context:

  • Stack (find out yourself from the codebase)
  • Run all tests
  • Constraints: public API must not change; no framework swaps or big rewrites

Step 1 — audit only, change nothing yet. Read the entire codebase and produce a findings report grouped by severity (critical / high / medium / low), covering:

@limcheekin
limcheekin / brainstorming.md
Created June 12, 2026 01:01
The "95% Confident" Prompting Trick

The "95% Confident" Trick: Start your prompt by telling Fable, "Ask me clarifying questions until you are 95% confident you can complete this task exceptionally well before writing any code."

AGENTS.md

Behavioral guidelines. Reduce LLM coding mistakes.

When I correct you or catch you making a mistake, before continuing, add the lesson as a one-line rule under ## 0. Lessons Learned so it never happens again.

Merge with project instructions as needed.

Tradeoff: Bias toward caution over speed. Trivial tasks: use judgment.

@limcheekin
limcheekin / env.txt
Created May 18, 2026 01:18
Claude Code Anthropic Environment Variables for Local LLMs
ANTHROPIC_BASE_URL=http://172.22.85.2:8880
ANTHROPIC_API_KEY=sk-1
ANTHROPIC_MODEL=qwopus3.6-35b-a3b-v1
@limcheekin
limcheekin / index.html
Created May 5, 2026 02:05
Repository GenericAgent Wiki — generated by GitNexus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GenericAgent — Wiki</title>
<script src="https://cdn.jsdelivr.net/npm/marked@11.0.0/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
<style>
@limcheekin
limcheekin / index.html
Created May 5, 2026 01:21
Parlant Repository Wiki — generated by GitNexus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>parlant — Wiki</title>
<script src="https://cdn.jsdelivr.net/npm/marked@11.0.0/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
<style>