System

Audit PAI infrastructure integrity, session memory, and exposed secrets across workflows.

186|24|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/Steffen025/pai-opencode --skill system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: System
Source: https://github.com/Steffen025/pai-opencode/tree/main/.opencode/skills/System
Command: npx skills add https://github.com/Steffen025/pai-opencode --skill system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures ongoing health and reliability of the PAI system by performing integrity checks, documenting sessions, and scanning for secrets. It centralizes maintenance tasks to reduce manual overhead and prevent drift.

Core Features & Use Cases

  • Integrity checks: Detect and report broken references, outdated configurations, and validation gaps across the system.
  • Document sessions: Capture and store session context to MEMORY for auditability and knowledge sharing.
  • Secret scanning & security: Identify exposed credentials or sensitive data patterns to reduce risk.
  • Use Case: An operator runs a system health sweep before releasing a new PAI upgrade to ensure references are valid, transcripts are archived, and secrets are not leaked.

Quick Start

Install or activate the System skill to kick off a maintenance cycle that validates references, archives state, and scans for secrets. Then inspect the generated updates and logs to confirm system integrity.

Frequently Asked Questions about System

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an integrity audit on my system infrastructure?

To run an integrity audit, activate the maintenance cycle to validate references, check configurations, and scan for security gaps. It detects broken references and reports validation gaps across development and production workflows to ensure system reliability.

What is the best way to scan for exposed secrets before a production release?

Scanning for exposed secrets involves running a security validation sweep to identify sensitive data patterns and credentials. This process reduces risk by detecting leaked secrets across code references and memory updates before deploying a production release.

How do I document session context for auditability and knowledge sharing?

Documenting session context requires capturing and storing session transcripts directly into memory. This archives state for auditability, ensuring that session documentation is preserved and accessible for future knowledge sharing and review.

Does this integrity check approach work for both development and production workflows?

Yes, integrity checks apply across both development and production workflows. The system validates references, archives state, and scans for secrets in either context, providing transparent and observable outcomes for operators managing any environment.

How do I detect broken references and outdated configurations in my system?

Detecting broken references and outdated configurations is done by performing an integrity check during a maintenance sweep. The system automatically identifies and reports these validation gaps to prevent infrastructure drift and maintain health.

Why does my system health sweep need to archive state and validate references?

A system health sweep needs to archive state and validate references to prevent drift and reduce manual overhead. Archiving state ensures auditability, while validating references guarantees ongoing infrastructure reliability before upgrades.