Sign In

@contextium/cli

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contextium/cli - npm Package Compare versions

Comparing version
1.10.8
to
1.10.9
+1
-1
package.json
{
"name": "@contextium/cli",
"version": "1.10.8",
"version": "1.10.9",
"description": "Command-line tool for managing Contextium documentation, agents, skills, and workflows — pipe context to AI coding assistants",

@@ -5,0 +5,0 @@ "keywords": [

---
name: ium:help
description: Show all available Contextium /ium: commands with descriptions. TRIGGER when user says things like: "what can Contextium do", "show Contextium commands", "help with Contextium", "what are the ium commands", "Contextium help", "what Contextium commands are available", "list Contextium skills", "show me what I can do with Contextium", "what commands does Contextium have", "how do I use Contextium", "Contextium cheatsheet", "show me all the ium commands".
description: Show all available Contextium /ium: commands and MCP capabilities with descriptions. TRIGGER when user says things like: "what can Contextium do", "show Contextium commands", "help with Contextium", "what are the ium commands", "Contextium help", "what Contextium commands are available", "list Contextium skills", "show me what I can do with Contextium", "what commands does Contextium have", "how do I use Contextium", "Contextium cheatsheet", "show me all the ium commands", "what can the Contextium MCP do".
allowed-tools: []

@@ -8,3 +8,5 @@ ---

<objective>
Display all available /ium: commands so the user knows what they can do with Contextium inside Claude Code.
Display everything the user can do with Contextium inside Claude Code — both the
/ium: slash commands and the capabilities available by simply asking in plain
English through the Contextium MCP server.
</objective>

@@ -17,13 +19,21 @@

╔══════════════════════════════════════════════════════════════╗
║ Contextium Commands (/ium:) ║
║ Contextium — Commands & Capabilities ║
╚══════════════════════════════════════════════════════════════╝
SLASH COMMANDS (/ium:)
GETTING STARTED
/ium:map-existing Map an existing project with 4 parallel agents — code,
AI tools, docs, and a Contextium migration plan. Run
this first on any existing project.
/ium:map-existing Map an existing project with 4 parallel agents —
code, AI tools, docs, and a Contextium migration
plan. Run this first on any existing project.
/ium:new-project Set up a new Contextium project from scratch —
auth, workspace, libraries, agents, skills, workflow
auth, workspace, libraries, agents, skills,
workflow
/ium:idea Voice a brand-new business, product or app idea
and get the full analysis — SWOT, market size,
competitors, build plan, RICE, timeline, costs,
and a go/no-go verdict
WORKSPACE

@@ -36,19 +46,100 @@ /ium:workspace Switch workspace with full context handoff —

CONTENT
/ium:code-audit Audit a codebase for quality & risk — security, tech
debt, fragile areas, coverage gaps, dependency risks
/ium:run Run an exact contextium CLI command (non-interactive)
/ium:code-audit Audit a codebase for quality & risk — security,
tech debt, fragile areas, coverage gaps,
dependency risks
/ium:run Run an exact contextium CLI command
(non-interactive)
/ium:new Create a new file in a context library
/ium:create Create an agent, skill, or workflow interactively
/ium:search Search docs by query, filename, or tag
/ium:workflow Load a workflow and sync its resources into context
/ium:resume-project Resume a project from a session handoff — picks up
exactly where you left off in the project plan
/ium:workflow Load a workflow and sync its resources into
context
/ium:resume-project Resume a project from a session handoff — picks
up exactly where you left off in the plan
MARKETPLACE
/ium:marketplace Browse, install, or publish skills, agents & MCP servers
/ium:marketplace Browse, install, or publish skills, agents &
MCP servers
MAINTENANCE
/ium:contextium Load the canonical Contextium CLI skill reference
/ium:update Update Contextium CLI and MCP server to latest versions
/ium:update Update Contextium CLI and MCP server to latest
/ium:help Show this help reference
────────────────────────────────────────────────────────────────
OR JUST ASK — no slash command needed
Everything below runs through the Contextium MCP server. Say it in
plain English and it happens.
YOUR DAY
"what's on my plate today" · "catch me up" · "anything new"
→ outstanding and overdue tasks, unread notifications and
@mentions, plus a suggested focus for the day
TASKS
"add a task to [project]" · "mark that done"
"what should I work on next" · "list my tasks"
"break this task down into steps"
PROJECT PHASES
"what phases are left" · "add a phase for [work]"
"mark phase 2 complete" · "reorder the phases"
"summarise the completed phases" · "tidy up the done ones"
LESSONS LEARNED
"record that as a lesson" → saves what broke, why, and the fix,
so the same mistake is avoided on every future project
"any lessons about caching?" · "what have we learned here"
NOTES & IDEAS
"remember this" · "jot this down" · "note that for [project]"
SEARCH & FILES
"find everything about [topic]" · "show me [file]"
"save this as a note in my [library] library"
"update my [document] with this" · "label this file [topic]"
"what files are in [library]"
COMMENTS & REVIEW
"add a comment on this file" · "what comments are open"
"resolve that comment"
SHARING
"share this file with a public link" · "list my share links"
"revoke that link"
TEAM & NOTIFICATIONS
"notify the team about this" · "what's unread"
"mark everything read" · "turn on do not disturb"
"email me a daily digest instead"
AGENTS, SKILLS & JOBS
"create an agent that reviews my copy"
"give that agent my [skill] skill"
"have my Reviewer check this document" → runs as a background
job you can check on later
"what agent jobs have run" · "is that job done yet"
IDENTITIES (voice & tone)
"create an identity for my brand voice"
"what identities do I have" · "use my [name] voice for this"
MARKETPLACE
"find an agent for [use case]" · "install that one"
"publish my skill to the marketplace"
LIBRARIES & TRASH
"suggest libraries for this project"
"what's in the trash" · "restore that library"
ACCESS
"request access to [library]"
DESIGN
"sync my Figma designs into my workspace"
SETUP SHORTCUTS
"just set up a project for [X]" — no questions asked
"research [topic] for me" — spins up a research workspace
```

@@ -55,0 +146,0 @@