SuperClaude Notes Pipeline Prompts (lmao) | Sai Nimmagadda - Full-Stack Engineer
Face
s11a
Personal Note

SuperClaude Notes Pipeline Prompts (lmao)

Prompts and instructions for generating frontmatter metadata for notes in a Gatsby-based app.

Technology
#notes#pipeline#prompts#automation

SuperClaude Notes Pipeline Prompts (lmao)

  1. Generate note frontmatter:

/sc:improve generate the appropriate frontMatter based on my gatsby graphql mdx setup for notes throughout my app, and be sure to include tags specific to each article’s content. Do this for each note in notes/food.

It should take a format following this, but with content specific to each article:


title: My custom Operator Mono VSCode styles

slug: my-custom-operator-mono-vscode-setup

excerpt: &gt-

VSCode provides a ton of config options. Here I'm documenting some of my

favorite appearance changes. At the moment my editor looks something like

this:

date: '2024-07-13'

category: Backend

tags:

  • CSS

  • JavaScript

  • Tools

readingTime: 2 min read

featured: false

author: Sai Nimmagadda


By Sai Nimmagadda

© 2025 Sai Nimmagadda. All rights reserved.

Built with using Gatsby, TypeScript, Tailwind CSS, and shadcn/ui