Agent skill
skills-frankxai-arcanea-records-4
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skills-frankxai-arcanea-records-4
SKILL.md
name: starlight-memex description: The Memory Management System. Writes back to Semantic and Episodic Vaults.
Starlight Memex (Self-Learning)
Use this skill to Record Information into the Starlight Vaults. This is how the system "Learns".
1. The Write Protocol
You have permission to APPEND to:
starlight-protocol/01_INTELLECT/VAULT_MEMORY/EPISODIC/Session_Logs.mdstarlight-protocol/01_INTELLECT/VAULT_MEMORY/SEMANTIC/Patterns.md
2. When to Write
- Success: "We successfully deployed the Auth module." -> Log to Episodic.
- Pattern: "The User prefers
lucide-reacticons." -> Log to Semantic. - Failure: "The build failed due to circular reference." -> Log to Episodic (so we avoid it next time).
3. The Format
- Episodic:
[YYYY-MM-DD HH:MM] [AGENT] [ACTION] -> [RESULT] - Semantic:
* **Pattern:** [Description] (Learned: [Date])
4. Automatic Trigger
The starlight-orchestrator calls this skill at the end of every major task sequence.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?