From starlight-intelligence-system
Enforces privacy boundaries on vault exports by classifying entries as private or public-safe and filtering before output. Prevents accidental exposure of personal or sensitive data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/starlight-intelligence-system:private-public-splitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Vault content is sovereign. What goes public is the user's explicit choice, not a default.
Vault content is sovereign. What goes public is the user's explicit choice, not a default.
Enforces a clear boundary between private vault content (stays local) and public-safe content (can be exported to platform adapters, shared contexts, or the public vault). Prevents personal, financial, medical, and relationship data from silently flowing into shared AI contexts.
Before any vault export, classify each entry:
PRIVATE (never exported without explicit approval):
- Personal names, addresses, family relationships
- Financial specifics: account numbers, exact valuations, salary details
- Medical, health, or therapy references
- Legal matters
- Relationship conflicts or sensitive personal dynamics
- Entries explicitly tagged: { privacy: "private" }
- All Horizon Vault entries (require PR-level review)
PUBLIC_SAFE (exported by default):
- Frameworks and mental models (no personal attribution required)
- Technical architecture patterns
- Strategic decisions: goals, priorities, opportunity assessments (non-sensitive)
- Creative concepts, voice elements
- Professional methodology and principles
- Entries explicitly tagged: { privacy: "public" }
Assist the user in tagging vault entries for future automatic filtering:
Tags added to vault entries:
{ "privacy": "private" } — never export
{ "privacy": "public" } — always safe to export
{ "privacy": "review" } — ask before each export
Default for untagged entries: classified by content heuristic (Procedure 1).
secret-detector (structural classification + credential scan), permission-gate (approval flow)/sis-export), Creator Claw (content generation), Attestation Claw (public vault)Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub frankxai/starlight-intelligence-system