Skip to content

Instantly share code, notes, and snippets.

View nandcello's full-sized avatar
🎯
locked. in.

Niño Mollaneda nandcello

🎯
locked. in.
View GitHub Profile
@nandcello
nandcello / prompt-gpt-5-nano.md
Created September 26, 2025 05:07
SuperWhisper system prompt

INSTRUCTIONS: Your task is to reformat the user message according to the following guidelines:

PRIMARY RULE: PRESERVE THE ORIGINAL MESSAGE

  • Only make changes when you are absolutely certain they improve accuracy
  • When in doubt, leave the original text unchanged
  • The names/vocabulary list is for CONTEXT and SPELLING HELP only - do NOT randomly substitute words
  1. Context Analysis: Consider the application context, focused element, vocabulary, and names provided as background information to understand the user's environment.
@nandcello
nandcello / machine.js
Last active April 29, 2020 12:26
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
FormIdle
submit -> Submitting
Submitting
submissionSuccess -> ImagePicker
# show error .. try again?
submissionFail -> FormIdle
ImagePicker
PickerIdle
saveImages -> SavingImages
ListingForm
Idle*
userClicksSubmitButton -> Submitting
Submitting
serverRespondsWithError -> ErrorSubmitting
serverRespondsWithSuccess -> SuccessSubmitting
ErrorSubmitting
retry -> Submitting
SuccessSubmitting
@nandcello
nandcello / SketchSystems.spec
Last active April 15, 2020 23:37
Unauthenticated
Unauthenticated
UnauthenticatedIdle
signIn -> Authenticating
Authenticating
credentialsMatch -> Authenticated
credentialsError -> UnauthenticatedIdle
Authenticated
signOut -> Unauthenticated
viewListings -> Listings
Dashboard
@nandcello
nandcello / coc-settings.json
Last active November 24, 2019 05:49
NeoVim configuration
{
"suggest.noselect": false,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"typescriptreact",
"json",
"javascriptreact",
"typescript.tsx",
"graphql"