synapse

Manage SYNAPSE rule injection via domain and manifest configuration.

Updated May 6, 2025
One-click install
npx skills add https://github.com/rodrigo-altissimo/qiartificial --skill synapse-rodrigo-altissimo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: synapse
Source: https://github.com/rodrigo-altissimo/qiartificial/tree/main/.claude/skills/synapse
Command: npx skills add https://github.com/rodrigo-altissimo/qiartificial --skill synapse-rodrigo-altissimo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users understand and manage the SYNAPSE context engine so they can reliably configure, troubleshoot, and control how contextual rules are injected into prompts.

Core Features & Use Cases

  • Domain and manifest management: Create, register, and toggle domains that define context rules using KEY=VALUE files.
  • 8-layer context pipeline explained: Diagnose how L0 through L7 layers run in order and how layer priority affects final injected output.
  • Bracket-aware behavior: Understand how FRESH, MODERATE, DEPLETED, and CRITICAL brackets change which layers are active and how much gets injected.
  • Debugging and troubleshooting: Use engine status and debug views to verify loaded domains, rule counts, and bracket/session state.

Quick Start

Ask: "How do I check the current SYNAPSE status and which domains are active right now?"

Frequently Asked Questions about synapse

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

FAQPage Schema
How do I troubleshoot context injection issues in my prompt pipeline?

To troubleshoot context injection, use the SYNAPSE engine's status and debug views to verify loaded domains, rule counts, and bracket state. Inspect the eight-layer pipeline to ensure layer activation rules and context brackets are functioning correctly.

How does an 8-layer context pipeline control prompt rule injection?

An 8-layer context pipeline manages rule injection by running layers L0 through L7 in strict order. Final injected output depends on layer priority and active context brackets, which dynamically control the volume of injected context.

How do I configure domain manifests for context management?

Configure domain manifests by creating and registering scoped domains using KEY=VALUE files. Toggle these domains to define specific context rules and apply star-command or CRUD workflows to ensure correct <synapse-rules> output.

What do FRESH, MODERATE, DEPLETED, and CRITICAL brackets do in context management?

FRESH, MODERATE, DEPLETED, and CRITICAL brackets control injection volume by changing which pipeline layers remain active. These bracket states dynamically adjust how much context gets injected based on the current runtime state.

Why are my scoped domains not showing up in the injected prompt output?

Scoped domains may not appear in injected output due to incorrect manifest configuration or inactive layer priority. Use engine status views to verify loaded domains, check bracket state, and ensure domain registration workflows were correctly applied.

Can I inspect runtime state without altering the active context layers?

Yes, you can inspect runtime state safely. Use the SYNAPSE engine's debug views to verify loaded domains, rule counts, and bracket state without modifying the active context layers or altering the ongoing prompt injection behavior.