ctxlayer

Installation
SKILL.md

Context Layer

ctx CLI commands

The ctx CLI manages domains and tasks. Available commands:

  • ctx -- Show help and available commands
  • ctx new [name] -- Create a new task (prompts for domain if needed; prompts for task name if name is not specified)
  • ctx import -- Import a task from any domain as a symlink into .ctxlayer/ (sets active when config is empty)
  • ctx status -- Show the active domain and task, plus git tracking info
  • ctx set -- Set active domain and task (interactive)
  • ctx git [args...] -- Run git in the active task directory
  • ctx drop task [name] -- Remove a task symlink from .ctxlayer/. Prompts for task if name is not specified
  • ctx drop domain [name] -- Remove a domain directory from .ctxlayer/. Prompts for domain if name is not specified
  • ctx delete task -- Permanently delete a task from the context layer. Prompts for task
  • ctx delete domain -- Permanently delete a domain from the context layer. Prompts for domain

Configuration lives at .ctxlayer/config.yaml in the current working directory with two fields:

Installs
13
GitHub Stars
2
First Seen
Feb 18, 2026