
Crosmos
- 5 repo stars
- Updated July 26, 2026
- crosmos-labs/crosmos
Context engineering for companies and agents
About
crosmos is a Claude Code skill in the AI & Agent Building category. Context engineering for companies and agents
- crosmos
- AI & Agent Building
- AI-coding skill
Crosmos by the numbers
- Data as of Jul 27, 2026 (Skillselion catalog sync)
/plugin marketplace add crosmos-labs/crosmos/plugin install crosmos@crosmos-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 5 |
|---|---|
| Last updated | July 26, 2026 |
| Repository | crosmos-labs/crosmos ↗ |
What it does
Context engineering for companies and agents
README.md
|
Crosmos — Persistent memory for enterprise AI. Connect your data sources, build a living knowledge graph, and give every agent your organization's full context. Docs · Console · X · GitHub · LinkedIn Turborepo · Bun · Next.js · shadcn/ui |
[!IMPORTANT] Crosmos is currently in beta.
Workspace
| Path | Description |
|---|---|
apps/app |
Console (port 3000) |
apps/web |
Landing page (port 3001) |
apps/docs |
Docs (Mintlify) |
packages/ui |
@crosmos/ui — shared components |
packages/graph |
@crosmos/graph — force-graph viz |
skills/ |
Agent skills (Crosmos Memory) |
Skills
Enables AI agents to automatically store and retrieve memories via the Crosmos MCP. Agents decide whether to ingest or search based on user intent — no explicit commands needed.
npx skills add crosmos-labs/crosmos # add to project
npx skills add crosmos-labs/crosmos -g # add globally
For details, see readme.
Commands
bun install # install
bun run dev # dev servers
bun run build # build all
bun run typecheck # typecheck all
bun run check:fix # lint + format