Repository instructions for working on nativeprompt, a command-line tool that rewrites prompts for different AI coding agents and explains the changes. They define which files are off-limits and what work belongs in the codex/ folder.
Instructions for Frameproof, an offline tool that examines videos and answers questions about their contents with time and frame references. It uses local video downloading, processing, and transcription tools, so API keys are not required.
A video analysis tool that indexes speech and visible screen text in recordings from YouTube, Loom, Zoom, Kinescope, or local MP4 files. It links claims about the screen to exact frames and time codes, while reporting sections that were not visually covered.
A video-analysis skill that indexes speech and screen content in videos, including online recordings and local files, and links findings to timestamps and frames.
An agent-based software-development system that guides work from a short request to a tested, demonstrated piece of software. It uses checkpoints for planning and verification and explains conclusions in plain language.
Runs when the agent finishes a response, executing verify-gate.py and session-lesson.py via python3 (2 commands). From edvardgrishin27/superstack-plugin.
A troubleshooting skill for finding the first broken link in a system's chain of steps. It uses one diagnostic script and reports the failed step, what was tried, and one next command.
A guided workflow for building a new product or a large feature from an initial description to a working, checked result. It emphasizes asking focused questions, keeping explanations short, and proving that the result works.
A rollback skill for undoing the latest settings change made by the system. It first shows what would be restored from a backup and waits for explicit approval before changing anything.
A voice-controlled stop switch for SUPERSTACK, the verification system described in the instructions. It lets a person pause or resume that system without typing a terminal command.
A one-line status skill that reads the system's current work state and gives exactly one next step. It checks pause status, the work specification, and verification status.