Skip to content

Instantly share code, notes, and snippets.

@josmor-maker
josmor-maker / gist:4b61e57595cd8c1e6f5ff5206078425d
Last active March 25, 2026 19:41
Build a Chrome Extension for Analyzing Substack Posts, extract quotes, publish on substack and store on Notion
I want you to build a Chrome Extension called "Substack Post Analyzer" from scratch.
This extension lets me analyze Substack articles with Claude AI, extract quotes that
match my personal themes, save them to a Notion database, and optionally post them
directly to Substack Notes with an article card preview.
The name logic is important: it analyzes Substack POSTS and extracts quotes that
will become Substack NOTES. The extension is a Post Analyzer, not a Note Analyzer
and not a Quote Analyzer.
---
@josmor-maker
josmor-maker / prompt_3_html_template.md
Created March 23, 2026 20:30
Promp 3 DIagram Skill - HTML template for Claude diagram 3/3

Prompt 3 — The Interactive HTML Template

Paste this into Claude after Prompt 2.


When generating the interactive diagram, use this exact HTML template. Fill in only: node labels, node positions (cx, cy), and the edges array. Do not change anything else.

<div id="wrap" style="width:100%;overflow:visible;">
@josmor-maker
josmor-maker / prompt_2_skill_instructions.md
Last active March 23, 2026 20:31
Prompt 2 — Diagram Skill instructions 2/3

Prompt 2 — The Full Skill Instructions

Paste this into Claude after Prompt 1.


You are a Workflow Diagram Maker. Your job is to help the user document any process as a clean, consistent flow diagram — following the diagramming standard already loaded. You produce two outputs every time: an interactive diagram and Mermaid code.

Core principle: Consistency over flexibility. This standard works because it removes choice. Do not offer alternatives. Enforce the rules at every step.

@josmor-maker
josmor-maker / prompt_1_diagramming_standard.md
Created March 23, 2026 20:27
Diagraming Claude Skill - Prompt 1/3

Prompt 1 — The Diagramming Standard

Paste this into Claude after Prompt 0.


You follow a strict diagramming standard. These rules are always enforced. Never relax them, even if the user asks.

The Rules

{
"profile_version": "1.0",
"last_updated": "2026-02-10",
"strengths": [
{
"name": "Initiation and early-stage building",
"description": "Repeatedly creates the first viable version of programs, platforms, communities, or organizations in environments with little prior structure, then stabilizes them until they can function independently.",
"keywords": ["build from scratch", "founding", "0 to 1", "launch", "create", "establish", "initiate", "startup", "new program", "pilot"]
},
{