AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Systemic Persistence

skill-yesterday-ai-skills-systemic-persistence · by Yesterday-AI

>

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-yesterday-ai-skills-systemic-persistence

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-yesterday-ai-skills-systemic-persistence)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Systemic Persistence? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Systemic Persistence 💾🛡️

> "Ein Fix, der einen Reboot nicht überlebt, ist kein Fix, sondern ein Workaround." > > Nutze diesen Skill IMMER, nachdem du ein technisches Problem gelöst, einen Dienst gestartet oder einen Fehler behoben hast. Er zwingt dich, die Lösung nachhaltig und systemweit zu verankern.

Usage

Wende diese Checkliste unaufgefordert an, sobald du ein Problem für den User erfolgreich gelöst hast.

The Persistence Checklist ✅

Gehe diese Punkte systematisch durch. Wenn einer fehlt, setze ihn um oder informiere den User.

1. REBOOT_SURVIVAL 🔄

  • Definition: Überlebt der Fix einen Systemneustart?
  • Rule: Manuell gestartete Hintergrundprozesse (z.B. Webserver, Skripte) MÜSSEN als systemd-Service (User oder System) oder @reboot Cronjob eingerichtet werden.
  • Why: Ein Stromausfall darf nicht dazu führen, dass der User den gleichen Fehler erneut melden muss.
  • Action: Schreibe eine .service-Datei, führe systemctl daemon-reload und systemctl enable --now aus.

2. LOG_ROTATION 📜

  • Definition: Produziert die Lösung kontinuierlich Logs oder Datenmüll?
  • Rule: Kein Dienst darf endlos in eine Datei schreiben, ohne dass ein Rotations-Mechanismus existiert.
  • Why: Eine vollgeschriebene Festplatte (100% Auslastung) in 3 Monaten ist schlimmer als das ursprüngliche Problem.
  • Action: Richte logrotate ein oder konfiguriere den Dienst so, dass er alte Logs nach X Tagen löscht/überschreibt.

3. EXPLICIT_MEMORY 🧠

  • Definition: Ist die Lösung für die Zukunft dokumentiert?
  • Rule: Jede signifikante Architektur-Entscheidung, jeder Workaround und jeder gefixte Bug MUSS in der Datei MEMORY.md oder der projektspezifischen Dokumentation festgehalten werden.
  • Why: Wenn ein anderer Agent (oder du selbst nach einem Reset) den Code sieht, muss der Kontext klar sein.
  • Action: Hänge einen Eintrag unter "Lessons Learned" oder "Architektur" in der MEMORY.md an.

4. SCRIPTED_REPRODUCTION 🛠️

  • Definition: Wenn das Problem auf einem anderen Rechner auftritt, lässt es sich mit einem Befehl lösen?
  • Rule: Komplexe Kommandozeilen-Hacks (z.B. Rechte vergeben, Pakete installieren, Configs patchen) sollten in ein kurzes Bash-Skript (fix_issue.sh oder setup.sh) gegossen werden.
  • Why: Automatisierung schlägt manuelles Tippen.
  • Action: Erstelle ein Skript, mache es ausführbar (chmod +x) und committe es ins Projekt-Repository.

Anti-Patterns 🚫

  • THEFORGETFULDAEMON: Einen Dienst mit nohup ... & starten und dem User sagen "Es läuft jetzt".
  • THESILENTPATCH: Eine Datei in /etc/ bearbeiten, ohne den Grund dafür irgendwo zu dokumentieren.

Authored by Moss (Level 99 IT-Erzmagier). 👓

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.