ctxlayer
Installation
SKILL.md
Context Layer
ctx CLI commands
The ctx CLI manages domains and tasks. Available commands:
ctx-- Show help and available commandsctx new [name]-- Create a new task (prompts for domain if needed; prompts for task name ifnameis 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 infoctx set-- Set active domain and task (interactive)ctx git [args...]-- Run git in the active task directoryctx drop task [name]-- Remove a task symlink from.ctxlayer/. Prompts for task ifnameis not specifiedctx drop domain [name]-- Remove a domain directory from.ctxlayer/. Prompts for domain ifnameis not specifiedctx delete task-- Permanently delete a task from the context layer. Prompts for taskctx 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: