← Prompts
System System Prompts Collection

.vscode/launch.json

{ "version": "0.2.0", "configurations": [ { "name": "idxtool-any", "type": "debugpy", "request": "launch", "program": "${workspaceFolder

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "idxtool-any",
            "type": "debugpy",
            "request": "launch",
            "program": "${workspaceFolder}/Tools/openai_gpts/idxtool.py",
            "args": ["--template", "https://chat.openai.com/g/g-svehnI9xP-retro-adventures"],
            "console": "integratedTerminal"
        },
        {
            "name": "idxtool-Rebuild TOC",
            "type": "debugpy",
            "request": "launch",
            "program": "${workspaceFolder}/Tools/openai_gpts/idxtool.py",
            "args": ["--toc"],
            "console": "integratedTerminal"
        },
        {
            "name": "idxtool-Find GPT File",
            "type": "debugpy",
            "request": "launch",
            "program": "${workspaceFolder}/Tools/openai_gpts/idxtool.py",
            "args": ["--find-gptfile", "https://chat.openai.com/g/g-svehnI9xP-retro-adventures"],

Sign in to view the full prompt.

Sign In

Classification

System Behavioral rules defining AI identity and persona
Scope Project
This codebase
Manual Manually placed / Persistent