ethereal-session-memory — for Claude Code ethereal-session-memory, ethereal, community, for Claude Code, ide skills, ### 2. Check Current State, ### 3. Report to Fernando, abc1234, Session, Memory

v1.0.0

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need ethereal session memory. Resumo localizado: Ethereal OS — The operating system for tattoo studios. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Recursos

Ethereal Session Memory
Purpose : Prevent context loss between sessions. Every session starts informed and ends documented.
Session Start Protocol
At the START of every new session:
Read Memory Files (in this order)

# Core Topics

ferundatattoo ferundatattoo
[1]
[0]
Updated: 3/28/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
46
Canonical Locale
en
Detected Body Locale
en

Cenario recomendado: Ideal for AI agents that need ethereal session memory. Resumo localizado: Ethereal OS — The operating system for tattoo studios. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Por que usar essa habilidade

Recomendacao: ethereal-session-memory helps agents ethereal session memory. Ethereal OS — The operating system for tattoo studios. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Melhor para

Cenario recomendado: Ideal for AI agents that need ethereal session memory.

Casos de Uso Práticos for ethereal-session-memory

Caso de uso: Applying Ethereal Session Memory
Caso de uso: Applying Purpose : Prevent context loss between sessions. Every session starts informed and ends documented
Caso de uso: Applying Session Start Protocol

! Segurança e Limitações

  • Limitacao: The Eye Fernando-only admin dashboard (/os/the-eye)
  • Limitacao: Requires repository-specific context from the skill documentation
  • Limitacao: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is ethereal-session-memory?

Cenario recomendado: Ideal for AI agents that need ethereal session memory. Resumo localizado: Ethereal OS — The operating system for tattoo studios. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install ethereal-session-memory?

Run the command: npx killer-skills add ferundatattoo/ethereal/ethereal-session-memory. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for ethereal-session-memory?

Key use cases include: Caso de uso: Applying Ethereal Session Memory, Caso de uso: Applying Purpose : Prevent context loss between sessions. Every session starts informed and ends documented, Caso de uso: Applying Session Start Protocol.

Which IDEs are compatible with ethereal-session-memory?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for ethereal-session-memory?

Limitacao: The Eye Fernando-only admin dashboard (/os/the-eye). Limitacao: Requires repository-specific context from the skill documentation. Limitacao: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ferundatattoo/ethereal/ethereal-session-memory. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use ethereal-session-memory immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

ethereal-session-memory

Ethereal OS — The operating system for tattoo studios. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Ethereal Session Memory

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Ethereal Session Memory

Purpose: Prevent context loss between sessions. Every session starts informed and ends documented.

Session Start Protocol

At the START of every new session:

1. Read Memory Files (in this order)

1. ~/ethereal/.claude/FAILURE_ANALYSIS_AND_PROTOCOL.md  (behavioral rules)
2. ~/ethereal/.claude/CLAUDE.md                          (project memory)
3. ~/ethereal/CLAUDE.md                                  (behavioral pointer)
4. ~/ethereal/docs/canon/ETHEREAL_CANON_V4.md            (business rules — skim Section 1-8)

2. Check Current State

bash
1# What branch am I on? 2cd ~/ethereal && git branch --show-current 3 4# Latest commits (what happened recently?) 5git log --oneline -10 6 7# Any uncommitted changes? 8git status 9 10# Sentry issues (is production broken?) 11# → Use Sentry MCP: search_issues

3. Report to Fernando

SESSION START REPORT:
- Branch: [branch]
- Last commit: [hash] [message]
- Uncommitted changes: [yes/no, what]
- Open P0 blockers: [from CLAUDE.md TODO section]
- Sentry status: [# of issues]
- Ready to work on: [what Fernando asks]

Session End Protocol

At the END of every session (before context runs out):

1. Update CLAUDE.md

Add to the "Completed" section:

### Completed (YYYY-MM-DD session N)
- **[Feature/Fix name]** (commit `abc1234`):
  - [What was done, 1-2 lines]
  - [Files changed]
  - [Status: complete/partial/blocked]

2. Update TODO Section

Move completed items to "Completed". Add new items discovered during session.

3. Push Memory Update

bash
1# Always push CLAUDE.md updates to repo 2git add .claude/CLAUDE.md 3git commit -m "memory: update session log [date]" 4git push

4. Context Handoff Document

If session is ending due to context limit, write a BRIEF handoff:

SESSION HANDOFF:
- Active task: [what was being worked on]
- Progress: [% complete, what's done, what's not]
- Next step: [exactly what to do next]
- Open files: [files currently being modified]
- Blocked on: [anything waiting on Fernando/Codex/external]

Ethereal Glossary (decode Fernando's shorthand)

TermMeaning
SAGEAutonomous AI agent system (brain + omni-brain + prime)
Mesa Real22-model consensus dispatch system
Canon8 immutable business rules (ETHEREAL_CANON_V4.md)
The EyeFernando-only admin dashboard (/os/the-eye)
Bridgeorchestrator-bridge-v2.ts — frontend↔backend HTTP layer
ConciergePublic-facing chat widget (PATH 1)
BrainInternal SAGE dashboard (PATH 2)
CodexOpenAI Codex assistant for parallel mechanical tasks
ManusExecution agent for specific delegated tasks
CRDCredits (SAGE credit system)
DoclingPython/FastAPI service on Railway
V33 APEXCurrent version status
ImperiumAI council decision system
BibliotecariaSemantic codebase indexing for Mesa
Arena de IdeasAdversarial debate system for proposals

Fernando Communication Patterns

PatternMeaningCorrect Response
ALL CAPSCritical importance / frustrationStop. Analyze. Don't code.
"analiza"He wants analysis, NOT codeDeliver analysis document
"estoy harto"He's frustrated with repeated failuresAcknowledge. Fix root cause.
"carajo" / "!!"Extreme emphasisThis is a MUST-DO, not a suggestion
"primero X"Do X FIRST, nothing elseDo X. Only X. Then ask about next.
Spanish instructionsKeep them in SpanishNEVER translate to English
"no me importa"He doesn't care about excusesJust do it correctly

Habilidades Relacionadas

Looking for an alternative to ethereal-session-memory or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor