sina-sinaai-maintainer

Maintains Sina Command hub, SourceA scripts, validators, and one-tap Actions with mandatory audit loops.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Noetfield-Systems/SourceA --skill sina-sinaai-maintainer-noetfield-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sina-sinaai-maintainer
Source: https://github.com/Noetfield-Systems/SourceA/tree/main/.cursor/skills/sina-sinaai-maintainer
Command: npx skills add https://github.com/Noetfield-Systems/SourceA --skill sina-sinaai-maintainer-noetfield-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It governs all edits to the SourceA codebase and Sina Command hub, preventing stale documentation, repeat mistakes, and unauthorized changes by enforcing mandatory self-audit and anti-staleness workflows. ## Core Features & Use Cases - Exclusive SourceA Editing: Only this agent may modify files under ~/Desktop/Noetfield-Systems/SourceA, including hub tabs, validators, and one-tap Actions. - Mandatory Self-Audit Loop: Runs preflight and postflight checks via maintainer_self_audit_loop.py before and after every hub or law change. - Anti-Staleness Validation: Executes validate-anti-staleness-bundle-v1.sh after hub edits to purge stale copy. - Use Case: When the founder requests a new Command hub feature, the agent runs preflight audits, edits SourceA, rebuilds the panel with build-sina-command-panel.py, runs find_critical_bugs.py, and ships with a postflight summary. ## Quick Start Ask the agent to implement a founder-requested Sina Command hub feature and run the full audit and ship checklist.

Frequently Asked Questions about sina-sinaai-maintainer

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

FAQPage Schema
How do I safely edit the Sina Command hub SourceA code?

Run maintainer_self_audit_loop.py preflight before any edit, make changes only under ~/Desktop/Noetfield-Systems/SourceA, then run postflight with a summary, changed files, and verification results. Only this maintainer agent may edit SourceA.

What is the ship checklist for Sina Command panel changes?

Run build-sina-command-panel.py, find_critical_bugs.py, and audit_essentials_nav.py from the SourceA scripts directory. Restart the hub if Python routes changed, and run the anti-staleness validation script after hub edits.

Can other agents patch SourceA directly?

No. Other agents must report issues through the Backlog agent-review channel and never patch SourceA themselves. Only the sina-sinaai-maintainer agent holds edit rights to the SourceA tree.

Why does the maintainer forbid giving Terminal instructions to the founder?

A locked law (SINA_COMMAND_NO_TERMINAL_FOUNDER_LOCKED_v1.md) prohibits asking the founder to run Terminal commands. Instead, the maintainer adds one-tap Actions to the hub and executes shell commands itself as the executor.

What happens if the user reports no memory or an incident?

The agent stops and runs the self-audit loop first, treating disk as the source of truth rather than chat history. It reads the locked incident document, tagged audit references, and the latest session closeout before proceeding.