by codejunkie99
Native macOS workspace with one local knowledge graph across Claude Code, Codex, OpenCode, and Cursor.
# Add to your Claude Code skills
git clone https://github.com/codejunkie99/agentic-stack-desktopGuides for using ai agents skills like agentic-stack-desktop.
agentic-stack-desktop is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by codejunkie99. Native macOS workspace with one local knowledge graph across Claude Code, Codex, OpenCode, and Cursor. It has 52 GitHub stars.
agentic-stack-desktop's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/codejunkie99/agentic-stack-desktop" and add it to your Claude Code skills directory (see the Installation section above).
agentic-stack-desktop is primarily written in Python. It is open-source under codejunkie99 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agentic-stack-desktop against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Agentic Stack finds your local Claude Code, Codex, OpenCode, and Cursor history, turns approved material into a searchable knowledge graph, and lets every tool reference earlier conversations. Your source chats stay read-only and on your machine.
@ to get prompt-aware suggestions from Claude Code, Codex,
OpenCode, and Cursor across all detected projects and workspaces.@Claude, @Codex, @OpenCode, and @Cursor keep the same meaning wherever
you work.See the complete feature reference for workflows, storage, privacy boundaries, keyboard shortcuts, and current limits.
| Tool | Local history | @ references |
Knowledge import | Run from app |
|---|---|---|---|---|
| Claude Code | ✓ | ✓ | ✓ | ✓ |
| Codex | ✓ | ✓ | ✓ | ✓ |
| OpenCode | ✓ | ✓ | ✓ | — |
| Cursor | ✓ | ✓ | ✓ | — |
OpenCode and Cursor are read-only context sources in the current desktop. Agent execution uses the official Claude Code and Codex CLIs and their existing accounts. Agentic Stack does not copy provider tokens or implement a substitute OAuth client.
Download Agentic Stack for macOS
This preview supports Apple Silicon Macs running macOS 14 or later. Open the DMG, drag Agentic Stack to Applications, then launch it from there. Because the preview is not Apple-notarized, the first launch may require System Settings → Privacy & Security → Open Anyway. You can verify the published SHA-256 checksum.
For a normal first launch without the Gatekeeper dialog, install the same verified release from Terminal:
curl -fsSL https://raw.githubusercontent.com/codejunkie99/agentic-stack-desktop/main/scripts/install-macos.sh | bash
The installer requires no sudo. It verifies the pinned release checksum and
bundle signature before copying Agentic Stack into ~/Applications. Review
the installer before running it if you prefer.
Choose Agentic Stack → Check for Updates…. Sparkle 2 checks the HTTPS appcast, verifies the release with Agentic Stack's Ed25519 key, installs it, and relaunches the app. It can also check automatically after asking you first. The DMG remains the fallback if an update cannot install.
Your graph, conversations, agents, and settings remain in
~/Library/Application Support/Agentic Workspaces, outside the replaceable app
bundle. Back up that folder before a major migration.
Requirements: macOS 14+, Python 3.10+, Xcode Command Line Tools, and at least one supported coding tool.
git clone https://github.com/codejunkie99/agentic-stack-desktop.git
cd agentic-stack-desktop
./install.sh desktop --build
Then:
The app is currently ad hoc signed. For a local build, macOS may ask you to confirm the first launch. Sparkle 2 authenticates preview updates with EdDSA; Developer ID signing and notarization are a separate, optional route for Apple first-launch trust.
@ in all four toolsIn the desktop, open Tools → Connections → Use @ in tools → Enable in all four tools. The equivalent command is:
agentic-stack context install
This adds one reversible local MCP entry named agentic-stack to Claude Code,
Codex, OpenCode, and Cursor. A plain @ suggests relevant work from any of the
four tools. @Claude, @Codex, @OpenCode, and @Cursor narrow by tool, and
results can also be filtered by model or by primary agent/subagent role. It exposes:
recall_context — answer a natural question across sessions, subagents,
approved graph memory, and optional project context in one call;search_conversations — find matching local chats;read_conversation — read only the chat you selected;search_shared_memory — query the imported knowledge graph;prepare_context — build a fixed, budgeted context pack;recommend_model — suggest a model for a subtask