All authors
gsaranti avatar

Claude Skills by gsaranti

github.com/gsaranti
13 skillsA× 130 installs1 views
Iris OffA

Pause Iris conversation capture for this project. Sets is_on to false in .iris-config.yaml so the hooks no-op until you run /iris-on. Existing chat logs and last-response files are preserved; /iris-sync and /iris-relay still work for reading what's already on disk.

ai-agentsbash
0
3
Iris OnA

Enable Iris conversation capture for this project. Sets is_on to true in .iris-config.yaml (creating the file if it doesn't exist) so the hooks fire normally on the next turn.

ai-agentsbash
0
3
Iris RelayA

Execute a plan that Codex produced. Reads the last Codex response from disk and treats it as a plan to implement. Use when the user wants Claude Code to pick up where Codex left off.

ai-agentsrust
0
3
Iris SyncA

Summarize what the user and Codex have been working on. Reads the Codex chat log from disk and returns a brief synthesis of the current state, recent work, and open threads. Use when you need context on what Codex is doing or has done.

ai-agents
0
3
Metis Build SpecA

Produce BUILD.md — the project's forward-looking architecture brief.

documentation
0
3
Metis Implement TaskA

Implement a planned task. Closes with a scope report.

developmentgo
0
3
Metis InitA

Finalize project-specific Metis setup. Thin wrapper around the plugin's init.sh — creates .metis/, populates .metis/config.yaml, splices a delimited block into CLAUDE.md, and writes a .metis/CURRENT.md stub.

tools
0
3
Metis Plan TaskA

Produce an implementation plan for a free-text task description. Plan stays in chat.

ai-agents
0
3
Metis ReconcileA

Read the docs corpus and produce SYNTHESIS.md, INDEX.md, CONTRADICTIONS.md, and QUESTIONS.md in .metis/.

documentation
0
3
Metis Review TaskA

Dispatch the metis-task-reviewer subagent to judge a diff against the task description and plan. Returns a verdict with per-criterion evidence.

ai-agentsgit
0
3
Metis Session EndA

Update .metis/CURRENT.md with the session handoff.

ai-agents
0
3
Metis Session StartA

Rehydrate a fresh session from on-disk state.

ai-agents
0
3
Metis Walk Open ItemsA

Walk captured open items one at a time, resolving each into the relevant source doc.

ai-agents
0
3