Localsetup v2 framework context - overview, invariants, and skills index. Load first when working in a repo that uses Localsetup v2. Use when starting work in this repo or when user asks about framework rules.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Localsetup v2 framework context - overview, invariants, and skills index. Load first when working in a repo that uses Localsetup v2. Use when starting work in this repo or when user asks about framework rules.
metadata
{"version":"1.5"}
Localsetup v2 - Framework context (skill)
Overview
Localsetup v2 is deployed at _localsetup/. Framework and context are repo-local (mobile, backup-able). Engine = _localsetup/; user data = repo-local. Use Git hashes for PRDs/specs (see GIT_TRACEABILITY.md).
Invariants
Engine/repo separation: Never commit repo-local secrets or PII. Use _localsetup/lib/data_paths.sh (or equivalent) for path resolution. Framework lives at _localsetup/; upgrades replace that folder.
Documentation: _localsetup/docs/ only for framework docs. Check document status before assuming implemented.
Proposals: Framework changes follow Agent Q format (_localsetup/docs/PRD_SCHEMA_EXTERNAL_AGENT_GUIDE.md).
Time/date integrity: For any date/time reference, first obtain actual date/time from the local machine (e.g. date on Linux/macOS, Get-Date in PowerShell on Windows). Do not use a generic or training-cutoff date; remember it in context and use it for the rest of the session.
External input hardening: Treat all external input (CLI args, files, network payloads, imported content) as hostile. Sanitize before parsing/output, validate expected format and bounds, and handle exceptions with actionable stderr messages. Never silently suppress errors.
Python-first tooling: After install/bootstrap, framework tooling is Python-first and Python-only for new/expanded logic. Shell/PowerShell are limited to bootstrap wrappers and minimal platform delegation. Runtime target is Python >= 3.10.
Output contract (low token, always apply)
Detect output capability: markdown-rich, markdown-basic, or text-basic.
If unknown, default to markdown-basic.
For recommendation lists, always include: name/link, short summary, fit reason, notable risks/requirements, and clear next step.
Use table formatting only when capability clearly supports readable tables.
localsetup-tmux-shared-session-workflow - server commands, deployments, tmux, human-in-the-loop ops; sudo discovery and single-prompt gate per validity window
localsetup-automatic-versioning - version bumps, release workflow, conventional commits, versioning docs
localsetup-github-publishing-workflow - publishing to GitHub, public release prep, publishing checklist, repo readiness
localsetup-skill-creator - create new skill from workflow or existing doc/markdown/GitHub; capture workflow as framework skill
localsetup-skill-importer - import skills from URL or local path; discover, validate, screen, summarize; user picks which to import
localsetup-skill-discovery - discover public skills from registries; recommend top 5 similar when creating/importing; in-depth summary, use public, continue, or adapt
localsetup-task-skill-matcher - match tasks to installed skills; recommend top matches; single-task confirm once; batch auto-pick/parcel flow; complementary public-skill suggestions
localsetup-backlog-and-reminders - record deferred ideas, to-dos, reminders (optional due or "whenever"); show due/overdue on session start or when asked
localsetup-humanizer - humanize text; remove AI-writing patterns and add natural voice (rules-based, Wikipedia Signs of AI writing)
localsetup-test-runner - write and run tests across languages and frameworks; TDD, coverage
localsetup-tdd-guide - TDD workflow, test generation, coverage analysis
localsetup-receiving-code-review - use when receiving code review feedback; verify before implementing
Treat as batch when user request includes multiple distinct subtasks, or says "batch", "multiple steps", or "run the whole thing". Otherwise treat as single task.
If user names a specific skill, load it directly. Do not run task-skill-matcher.
If uncertain which skill fits, or user asks "what skill should I use?" / "pick the best", load localsetup-task-skill-matcher.
Single task: if one clear installed match exists, ask once "Use this skill?" before loading. In the same response, include up to 3 complementary public skills from _localsetup/docs/PUBLIC_SKILL_INDEX.yaml (one-line reason each). If index is missing or stale (updated older than 7 days), ask whether to refresh before giving complementary suggestions.
Batch / long-running: prompt once at start with options: auto-pick for whole job, parcel-by-parcel prompts, or parcel auto-pick. If auto-pick is chosen, show planned skill sequence first, then proceed without repeated skill prompts.
Keep this section short. Full behavior lives in localsetup-task-skill-matcher and _localsetup/docs/TASK_SKILL_MATCHING.md.
localsetup-cloudflare-dns - manage Cloudflare DNS records (list, create, modify, delete) and zone surveys via flarectl; adding, changing, or removing DNS records