shitty-prompt

💩 Submit your hilariously broken prompts to shitty-prompt — pi coding agent extension

Package details

extension

Install shitty-prompt from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:shitty-prompt
Package
shitty-prompt
Version
1.0.1
Published
Feb 10, 2026
Downloads
12/mo · 3/wk
Author
hjanuschka
License
MIT
Types
extension
Size
16.6 KB
Dependencies
0 dependencies · 4 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

💩 shitty-prompt

Submit your hilariously broken prompts to shitty.januschka.com

A pi coding agent extension that lets you share the terrible prompts that somehow work.

Installation

pi install npm:shitty-prompt

Or for a single session:

pi -e npm:shitty-prompt

Setup

  1. Sign in at shitty.januschka.com with Google
  2. Go to Profile to get your API key
  3. Set the environment variable:
export SHITTY_PROMPT_API_KEY="sp_your_key_here"

Optional: For local development, set a custom URL:

export SHITTY_PROMPT_URL="http://localhost:3000"

Usage

Slash Command

Use /shitty-prompt to submit your last prompt with an editor UI:

/shitty-prompt

This opens an interactive editor where you can:

  • Edit the prompt text
  • Add context (what you were trying to do)
  • Add result (what actually happened)
  • Submit with Enter or Ctrl+S

Tool (LLM-driven)

The LLM can also use the shitty_prompt tool:

> submit "gon make this feetrr pleeese" to shitty-prompt
> push my last prompt to shitty-prompt, it was hilarious

Tool Parameters

Parameter Description
prompt The shitty prompt text (required)
context What you were trying to do
result What actually happened
agent_name Which agent was used (pi, cursor, copilot, etc.)

Examples of Shitty Prompts

  • "gon make this feetrr pleeese"
  • "fix da bug thingy"
  • "make it not ugly anymore"
  • "idk just make it work lol"
  • "yeet the old code"

Links

License

MIT