Instructions file
Claude Code instructions for ozankasikci/agent-sessions: The .env file contains Apple credentials (APPLEID, APPLEPASSWORD, APPLETEAMID) needed for notarization.
Instructions file
Claude Code instructions for ozankasikci/agent-sessions: The .env file contains Apple credentials (APPLEID, APPLEPASSWORD, APPLETEAMID) needed for notarization.
Plugin Claude Code
Two frontier models, one job each. Claude plans and reviews; GPT-5.6 Sol writes the code via Codex CLI. The model that wrote the diff never grades it.
Skill Claude CodeCodex
Delegate implementation (or, when explicitly requested, research) to GPT-5.6 Sol (xhigh reasoning) via Codex CLI. Claude plans, orchestrates, and reviews; Sol writes the code.
ozankasikci/global-agent-memory
Skill Claude CodeCodex
Load project-aware Global Agent Memory context for the current task. Use as the basic context shortcut before substantial work.
ozankasikci/global-agent-memory
Skill Claude CodeCodex
Open the authenticated local Global Agent Memory dashboard when the user explicitly invokes this shortcut.
ozankasikci/global-agent-memory
Skill Claude CodeCodex
Save explicitly supplied durable knowledge as a review candidate in Global Agent Memory after duplicate detection.
ozankasikci/global-agent-memory
Skill Claude CodeCodex
Show the Global Agent Memory candidate review queue without approving, rejecting, or mutating memories.
ozankasikci/global-agent-memory
Skill Claude CodeCodex
Search Global Agent Memory in the current project for an exact fact, decision, error, convention, identifier, or known solution.
ozankasikci/global-agent-memory
Skill Claude CodeCodex
Retrieve and curate durable, project-aware knowledge through the Global Agent Memory MCP server. Use before substantial planning, implementation, refactoring, debugging, handoff preparation, or investigation when prior decisions, exact identifiers, recurring errors, verified solutions, preferences, or conventions may…
ozankasikci/global-agent-memory
MCP server Claude CodeCodexCursor +2
Local-first, project-aware durable memory through a versioned MCP interface. Runs locally from the global-memory-mcp Python package.