explaingit

anorak999/personal-prompts-by-anorak999

Analysis updated 2026-05-18

2Audience · developerComplexity · 1/5LicenseSetup · easy

TLDR

Three AI system prompts for code performance review, security auditing, and prompt optimization, each available in five formats for Claude, ChatGPT, Gemini, Llama, and Mistral.

Mindmap

mindmap
  root((Personal-Prompts))
    What it does
      Code performance review
      Security auditing
      Prompt optimization
    Prompt formats
      Claude XML
      ChatGPT Markdown
      Llama control tokens
      Gemini
      Mistral
    Use cases
      Audit existing code
      Security checks
      Improve vague prompts
    Setup
      No install needed
      MIT license
      Three Markdown files
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a structured performance audit on your codebase to find slow algorithms, memory leaks, and blocking I/O.

USE CASE 2

Get a security review of an API or service before deploying, with ranked findings and fix suggestions.

USE CASE 3

Turn a vague AI prompt into a precise, model-specific version using the ZETA four-step optimizer.

What is it built with?

Markdown

How does it compare?

anorak999/personal-prompts-by-anorak9990-bingwu-0/live-interpreter0xkaz/llm-governance-dashboard
Stars222
LanguagePythonPython
Setup difficultyeasymoderatehard
Complexity1/52/54/5
Audiencedevelopergeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

This repository is a collection of three system prompts designed to help developers get more consistent, structured output from AI assistants. The author has written each prompt in five versions, one formatted for each of the major AI models: Claude, ChatGPT, Gemini, Llama, and Mistral. The idea is that each model responds better to its own native syntax, so Claude gets XML, ChatGPT gets Markdown with JSON, and Llama gets special control tokens. The three prompts are named VECNA, BLOB, and ZETA. VECNA handles code performance reviews. You paste in a codebase, and the prompt instructs the AI to find specific performance problems: slow algorithms, memory leaks, blocking database calls, and concurrency bugs. The output comes as a ranked list of findings, each with a before-and-after comparison and implementation guidance. BLOB covers security auditing. It directs the AI to look for injection attacks, authentication bypasses, logic errors, race conditions, and weak error handling. Results include exact file and line numbers, a description of how each issue could be exploited, and a suggested fix. ZETA is a prompt optimizer. If you have a vague request you want to run through an AI, ZETA helps you rewrite it into something more precise and better tailored for the specific model you are using. It applies a four-step process: break down the request, diagnose what is missing, develop a better version, and deliver the result. All three prompts have been compressed by 32 to 62 percent compared to their original versions, according to the README. The author's goal was to keep the same quality of output while spending fewer tokens. Setup is simple: there is nothing to install. The repository is three Markdown files. Each file includes all five LLM variants. You copy the block matching your tool of choice, paste it into your chat session or API call, and follow it with your actual input. The license is MIT.

Copy-paste prompts

Prompt 1
Using the VECNA prompt framework, review this Python service for performance bottlenecks and rank your findings by impact: [paste code]
Prompt 2
Act as a security auditor using the BLOB prompt. Review this Node.js API for SQL injection, auth bypass, and race conditions: [paste code]
Prompt 3
Use the ZETA 4D methodology to improve this vague prompt: 'I need a script that processes CSV files and does something useful with the data.'
Prompt 4
I want to adapt the VECNA prompt to focus only on memory issues. Help me reorder the focus_areas section to deprioritize I/O and concurrency.
Prompt 5
What is the difference between the Claude XML and ChatGPT Markdown versions of the BLOB security audit prompt, and why does each format work better for its target model?

Frequently asked questions

What is personal-prompts-by-anorak999?

Three AI system prompts for code performance review, security auditing, and prompt optimization, each available in five formats for Claude, ChatGPT, Gemini, Llama, and Mistral.

What license does personal-prompts-by-anorak999 use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is personal-prompts-by-anorak999 to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is personal-prompts-by-anorak999 for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub anorak999 on gitmyhub

Verify against the repo before relying on details.