{"id":29629071,"url":"https://github.com/node0/walk-with-me--climbing-gear","last_synced_at":"2026-02-05T06:31:28.445Z","repository":{"id":305023332,"uuid":"1021645425","full_name":"Node0/walk-with-me--climbing-gear","owner":"Node0","description":"This is the public facing tools and techniques repository that accompanies \"Walk With Me\" the book.","archived":false,"fork":false,"pushed_at":"2025-07-17T21:07:35.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-20T20:46:19.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Node0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-17T18:02:54.000Z","updated_at":"2025-07-17T21:07:38.000Z","dependencies_parsed_at":"2025-07-18T00:39:41.123Z","dependency_job_id":"60f7874e-f265-4a03-8d42-85419e146244","html_url":"https://github.com/Node0/walk-with-me--climbing-gear","commit_stats":null,"previous_names":["node0/walk-with-me--climbing-gear"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Node0/walk-with-me--climbing-gear","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fwalk-with-me--climbing-gear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fwalk-with-me--climbing-gear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fwalk-with-me--climbing-gear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fwalk-with-me--climbing-gear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Node0","download_url":"https://codeload.github.com/Node0/walk-with-me--climbing-gear/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Node0%2Fwalk-with-me--climbing-gear/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-21T09:34:26.422Z","updated_at":"2026-02-05T06:31:28.431Z","avatar_url":"https://github.com/Node0.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg width=\"64\" height=\"64\" alt=\"Minimalist_Mountaineering_Emblem_simple_readme_size\" src=\"https://github.com/user-attachments/assets/17ea2db4-af36-4752-96d1-2088e16f2da8\" /\u003e   Walk With Me: Climbing Gear\n\n\u003e *\"Every ascent requires tools. Some you forge, some you find, others you inherit. \"* This repo contains the gear we packed for the climb.\"*\n\nThis is the **toolkit repository** for the book *Walk With Me: A Human’s Guide to Cognitive Ascent*.\n\nWhere the book serves as trail guide and expedition journal, this repo houses the **field tools** used along the way—from system prompts to Socratic analyzers, from generative simulators to debugging rituals.\n\nEverything here was used in practice, refined through metacognitive recursion, and shared so you too can climb with intention.\n\n---\n\n## 🏛️ Repository Structure\n\nThis repo is organized by **tool type** at the top level. Each folder contains submodules or toolkits targeting specific functions, platforms, or model families.\n\n```\n.\n├── prompting/\n│   └── system_prompts/\n│       └── chatgpt/\n│           └── ITPS_system_prompt_design.md\n│       └── claude/\n│           └── (forthcoming)\n│\n├── generators/\n│   └── prompt_generation/\n│       └── ...\n│\n├── analyzers/\n│   └── socratic_analyzers/\n│       └── ...\n│   └── corpus_analyzers/\n│       └── ...\n│\n├── simulators/\n│   └── generation_simulators/\n│       └── ...\n│\n├── debuggers/\n│   └── chat_debug_tools/\n│       └── ...\n│\n├── visualizers/\n│   └── generative_system_visualizers/\n│       └── ...\n```\n\n---\n\n## 📂 Folder Index\n\n### `prompting/`\n\nCore prompts, prompt engineering scaffolds, and interaction design patterns.\n- `system_prompts/`: Persistent identity, tone, and mode configuration prompts.\n- `task_prompts/`: Disposable task-specific prompts and roleplay scaffolds.\n\n### `generators/`\nPrompt generators and template-based scaffolds.\n- `prompt_generation/`: DSL-style prompt expansion tools, combinators, and hybrid templates.\n\n### `analyzers/`\nRecursive thought tools for evaluating ideas and outputs.\n- `socratic_analyzers/`: Dialectical scaffolds like the Chapter Scrutiny Template.\n- `corpus_analyzers/`: Tools for evaluating prompt sets, logs, or output batches.\n- `cleaners/`, `prompt_qualifiers/`, `corpora_tools/`: For grooming and qualifying input sets.\n\n### `simulators/`\nMulti-agent simulators, generation rituals, and modeling aids.\n- `generation_simulators/`: Prompt rituals for emulating recursive cognition or roleplay frames.\n\n### `debuggers/`\nPrompts and workflows for unblocking, tracing, and refining failing outputs.\n- `chat_debug_tools/`: LLM-to-LLM self-debug, fail-mode classifiers, and recovery techniques.\n\n### `visualizers/`\nTools for conceptual mapping, semantic topology, and prompt flow visualization.\n- `generative_system_visualizers/`: Latent map renderers, recursive diff visualizers, prompt tree renderers.\n\n---\n\n## 🛠️ Featured Tools\n\n| Tool | Type | Location |\n|------|------|----------|\n| ITPS (Inflection-Tuned Persona Switching) | system prompt | `prompting/system_prompts/chatgpt/ITPS_system_prompt_design.md` |\n| Chapter Scrutiny Template | Socratic analyzer | `analyzers/socratic_analyzers/chapter_scrutiny_template.md` |\n| Prompt Drift Visualizer | visualizer (planned) | `visualizers/generative_system_visualizers/` |\n\n---\n\n## 🌿 License\n\nAll contents licensed under **CC BY-NC-SA 4.0** unless otherwise noted.\n\nUse, remix, adapt — but please credit the climb.\n\n---\n\n## 🌌 Guiding Principle\n\n\u003e *\"Every cognitive ascent leaves traces.\n\u003e These are mine. You're welcome to use them for yours.\"*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode0%2Fwalk-with-me--climbing-gear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode0%2Fwalk-with-me--climbing-gear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode0%2Fwalk-with-me--climbing-gear/lists"}