task-tracking
This skill enables agents to manage tasks using the bundled bash script task_tracking.sh, located in the skill's scripts folder.
Prerequisites
Requires jq for JSON processing. Install via your system package manager if not already available.
How It Works
The script stores task data in a .tasks directory. It automatically finds the correct location by:
- Walking up from your current directory to find an existing
.tasksdirectory - If not found, creates
.tasksin your current directory
This means:
- ✅ Works from any subdirectory once
.tasksexists - ✅ No need to remember or navigate to workspace root
- ⚠️ Initial setup: be in your desired workspace root when creating the first task list
More from emeraldwalk/skills
golang-coding
Scaffolds a Go project with multi-architecture build scripts and a universal entry-point loader. Use when bootstrapping a new Go CLI tool or service, setting up a Go project structure, or creating cross-platform Go binaries.
3docs-reading
Parses technical documentation corpora (Markdown or Godot XML) into a local SQLite database with full-text and semantic search, then queries them via a CLI tool. Use when an agent needs to read, search, or reference documentation for a library, framework, or engine — especially large docs that would exceed context limits.
2layout-inspecting
Inspects the visual layout of a web page and returns a JSON tree of layout-relevant boxes — sections that stand out via background color or border color changes. Use when an agent needs to understand page structure, identify UI regions, verify layout, or describe what a page looks like without processing screenshots. Triggers on requests like "inspect the layout", "what does the page look like", "get the page structure", "analyze the UI layout", or "show me the visual regions of the page".
1