remove LUCA-specific refs from public agentic-os skills #77

Open
opened 2026-05-28 00:06:03 +00:00 by coilysiren · 0 comments
Owner

Problem - public coilysiren/agentic-os ships skills that name LUCA explicitly. LUCA is Kai-personal observability substrate, not generic infrastructure. The references create a logical cycle: agentic-os ships pre-commit hooks that LUCA consumes, and LUCA is referenced from skills that ship in agentic-os.

Concrete refs to remove

In coilysiren/agentic-os/.agents/skills/:

  • tooling-mcp-servers/SKILL.md - the whole "Auto-reach: the Luca stack (staging by default)" section. Names repo-recall-staging, luca-staging, session-lattice, plus the prod variants. Description mentions Luca-stack staging.
  • coding-shape-observability/SKILL.md - description and body name "luca substrate," link target ../../../../luca/skills/tooling-luca-meta-loop/SKILL.md.
  • coding-github/SKILL.md - bullet pointing at ~/projects/coilysiren/luca/skills/autonomous-dispatch.
  • tooling-skill-authoring/SKILL.md - "LUCA-driven cold-skill pruning" phrase.
  • warp/launch_configurations/claude-luca.yaml - whole file is LUCA-specific.

Action

Move every LUCA-specific reference into Kai-private surfaces:

  • The MCP-server enumeration moves to agentic-os-kai/.agents/skills/tooling-mcp-servers/ (the private mirror, which already exists and supersedes the public one for Kai's hosts).
  • The observability skill body keeps the OTel content but drops the named-LUCA paragraphs, or splits into a public stub plus a Kai-private extension.
  • The github skill loses the autonomous-dispatch bullet here; move it into the Kai-private equivalent.
  • claude-luca.yaml moves out of coilysiren/agentic-os/warp/ into coilysiren/agentic-os-kai/warp/ (or wherever Kai-private warp launch configs live).

Validation

After the move, the validator added in #FJ1 should pass: no coilysiren/agentic-os skill or warp config names any non-baseline coilysiren/* repo. Baseline allow-list is coily, agent-guard, cli-guard, self.

Out of scope

  • The schema redesign and validator themselves. Separate issue (#FJ1).
  • Any LUCA-shaped content that already lives in agentic-os-kai. Stays put.

Prior art

  • agentic-os README: "Anything that would help any user of agentic-os, not just Kai."
**Problem** - public `coilysiren/agentic-os` ships skills that name LUCA explicitly. LUCA is Kai-personal observability substrate, not generic infrastructure. The references create a logical cycle: agentic-os ships pre-commit hooks that LUCA consumes, and LUCA is referenced from skills that ship in agentic-os. ## Concrete refs to remove In `coilysiren/agentic-os/.agents/skills/`: * `tooling-mcp-servers/SKILL.md` - the whole "Auto-reach: the Luca stack (staging by default)" section. Names `repo-recall-staging`, `luca-staging`, `session-lattice`, plus the prod variants. Description mentions Luca-stack staging. * `coding-shape-observability/SKILL.md` - description and body name "luca substrate," link target `../../../../luca/skills/tooling-luca-meta-loop/SKILL.md`. * `coding-github/SKILL.md` - bullet pointing at `~/projects/coilysiren/luca/skills/autonomous-dispatch`. * `tooling-skill-authoring/SKILL.md` - "LUCA-driven cold-skill pruning" phrase. * `warp/launch_configurations/claude-luca.yaml` - whole file is LUCA-specific. ## Action Move every LUCA-specific reference into Kai-private surfaces: * The MCP-server enumeration moves to `agentic-os-kai/.agents/skills/tooling-mcp-servers/` (the private mirror, which already exists and supersedes the public one for Kai's hosts). * The observability skill body keeps the OTel content but drops the named-LUCA paragraphs, or splits into a public stub plus a Kai-private extension. * The github skill loses the autonomous-dispatch bullet here; move it into the Kai-private equivalent. * `claude-luca.yaml` moves out of `coilysiren/agentic-os/warp/` into `coilysiren/agentic-os-kai/warp/` (or wherever Kai-private warp launch configs live). ## Validation After the move, the validator added in #FJ1 should pass: no `coilysiren/agentic-os` skill or warp config names any non-baseline `coilysiren/*` repo. Baseline allow-list is `coily`, `agent-guard`, `cli-guard`, self. ## Out of scope * The schema redesign and validator themselves. Separate issue (#FJ1). * Any LUCA-shaped content that already lives in `agentic-os-kai`. Stays put. ## Prior art * `agentic-os` README: "Anything that would help any user of agentic-os, not just Kai."
coilysiren added
P2
and removed
P1
labels 2026-05-31 07:00:05 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/agentic-os#77
No description provided.