agentic-stack
A portable .agent/ folder containing memory, skills, and protocols that preserves knowledge when switching between multiple coding agent tools.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 2.1k
- Source
- skill-github
- Repository
- github.com/codejunkie99/agentic-stack
Overview
agentic-stack is a portable .agent/ folder containing memory, skills, and protocols. It can be inserted into various coding agent tools such as Claude Code, Cursor, Windsurf, OpenCode, OpenClaw, Hermes, or DIY Python, preserving its knowledge when switching tools. It also includes a local data layer that monitors activity across all agent tools, cron runs, active agents, token/cost estimates, and KPI summaries. Additionally, it can convert approved, edited runs into local flywheel artifacts such as audit logs, context cards, evaluation cases, training-ready JSONL, and readiness metrics.
Capabilities
- ▪Maintains memory and skills across tools
- ▪Local data layer monitors agent activity
- ▪Generates local dashboard exports
- ▪Exports approved run records
Use cases
Setup
Install via `pip install agentic-stack`, then initialize your project with `agentic-stack init`.
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I switch between tools?
Simply insert the .agent/ folder into the new tool.
How do I enable the tldraw skill?
Set `tldraw.enabled: true` in the config file and merge the MCP configuration.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.