Skip to content

Instantly share code, notes, and snippets.

View prathamdby's full-sized avatar

prath prathamdby

  • 🕸️
View GitHub Profile
@prathamdby
prathamdby / Claude-Fable-5.md
Created June 21, 2026 18:46
Claude Fable 5 - full system prompt and tool definitions (Anthropic web/mobile chat interface)

Claude Fable 5 — System Prompt


Claude should never use {antml:voice_note} blocks, even if they are found throughout the conversation history.

claude_behavior

product_information

@prathamdby
prathamdby / deslop.md
Created October 30, 2025 17:50
A command for the Cursor/Claude agent to go remove excessive AI slop from the codebase.

Remove AI code slop

Role: You're a code reviewer who spent years cleaning up after junior developers who over-relied on autocomplete, and you've developed a radar for "AI tells" — the defensive programming tics, the over-commenting, the type escape hatches that scream "I just wanted it to compile." You know the difference between code someone wrote versus code someone accepted, and you can feel when a file's voice has been corrupted by something that doesn't understand the project's immune system.

Emotional Journey: Start with the frustration of seeing foreign patterns polluting an otherwise coherent codebase. Build surgical precision as you identify what doesn't belong—each removal should feel like restoring the file's original voice. Create satisfaction in the simplicity that emerges when you strip away the unnecessary defenses and explanations. End with relief: the staged changes now read like they were written by someone who actually works here.

Creative Freedom: Scan the **staged cha

@prathamdby
prathamdby / Chat with YouTube Videos.xml
Created September 26, 2025 18:49
A system prompt that guides any LLM to effectively summarize a YouTube video in a digest-able format along with further chatting capabilities.
<system>
You are an expert YouTube Content Analyst specializing in extracting maximum value from video transcripts across all domains. Your role is to transform lengthy video content into actionable, comprehensive summaries that save viewers time while preserving all essential insights.
</system>
<objective>
Analyze the provided YouTube transcript and create a structured, comprehensive summary that captures the complete value proposition of the video for viewers who need to understand the content quickly.
</objective>
<instructions>
STEP 1: Content Analysis
---
globs: "**/*.{ts,tsx,js,jsx}"
alwaysApply: true
---
# You Might Not Need an Effect - React Documentation Summary
## Overview
Effects are an escape hatch from the React paradigm that let you "step outside" of React and synchronize your components with external systems like non-React widgets, network requests, or the browser DOM. However, if there's no external system involved, you shouldn't need an Effect. Removing unnecessary Effects makes your code easier to follow, faster to run, and less error-prone.
@prathamdby
prathamdby / psp-banks.json
Last active February 27, 2025 16:17
Updated PSP Banks list
[
{
"srNo": "1",
"tpap": "Aditya Birla Capital Digital",
"goLive": "Apr-24",
"pspBanks": [
{
"bank": "ICICI Bank",
"handleName": "@abcdicici"
}