sina-noetfield-local

Maintains Noetfield local documents SSOT within the Noetfield-All-Documents workspace.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a local single source of truth (SSOT) consistent is hard when hierarchy indexes, registry JSON files, and schema decisions drift out of sync. This Skill confines all local document maintenance to the Noetfield-All-Documents workspace so the SSOT stays coherent and separated from cloud repositories. ## Core Features & Use Cases - Hierarchy Index Maintenance: Updates HIERARCHY_INDEX.md L0-L3 laws to keep the document structure authoritative. - Registry Validation: Validates registry/source_of_truth_registry.json and the golden_edge_case schema. - Scoped Safety Boundaries: Never edits the ~/Desktop/Noetfield cloud repo or SourceA, routing public shipping to the sina-noetfield-cloud agent. - Use Case: When a new document decision is made under _under-analysis, use this Skill to record the decision locally and update the registry without touching cloud-synced folders. ## Quick Start Ask the agent to update HIERARCHY_INDEX.md and validate the source_of_truth_registry.json in the Noetfield-All-Documents workspace.

Frequently Asked Questions about sina-noetfield-local

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

FAQPage Schema
How do I maintain a local single source of truth for documents?

Keep all SSOT edits inside one designated workspace, here Noetfield-All-Documents, and update the hierarchy index and registry JSON together. This Skill enforces that boundary so local truth never drifts into cloud repositories.

What files does the Noetfield local agent manage?

It manages HIERARCHY_INDEX.md L0-L3 laws, registry/source_of_truth_registry.json, the golden_edge_case schema, the prompts/loop-suggestions-100.json local pack, and _under-analysis decisions.

Can this agent edit the Noetfield cloud repository?

No. The Skill explicitly forbids edits to ~/Desktop/Noetfield (cloud) and ~/Desktop/SourceA. Public shipping work is delegated to the separate sina-noetfield-cloud agent.

When should research go through the agent hub pipeline instead?

Strategic analysis or research should pass through the agent hub pipeline before being promoted to orders. The local agent only records validated decisions in the local SSOT.

What are the limitations of a local-only SSOT approach?

A local-only SSOT cannot publish or synchronize content to shared cloud repositories by itself. You need a separate cloud-facing agent or manual process to ship approved changes publicly.