Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,6 @@ Trello board health audit. Queries five dimensions of card data to identify thro
/audit-trello board="My Board" since=2024-07-01
```

### `/compile-task`

Compile one-off task descriptions into reusable, self-contained executables so the LLM doesn't redo deterministic work each time. Picks bash for POSIX shell ops, PowerShell for Windows-native work, or single-file `uv` Python (PEP 723 inline deps) for anything needing libraries. Scripts are registered in an appdata-backed catalogue and dispatched through a `cscript` binary the skill installs to a user-writable directory on `PATH`. From the second invocation onward the agent finds the script via `cscript which`, confirms with you, and runs it directly — no regeneration.

Ships with a `cscript` dispatcher (`list`, `which`, `run`, `show`, `edit`, `rm`, `state-dir`, `where`, `register`), a Windows `cscript.cmd` wrapper, and a smoke-test script. Verified on macOS and Linux; Windows support is implemented (subprocess dispatch + `cscript.cmd` wrapper + PowerShell language option) and awaits validation by a Windows user.

**Arguments:** None — describe the task in natural language and the skill decides whether to compile it, match an existing script, or skip.

**Usage:**
```
/compile-task rename JPGs in this directory by the EXIF date they were shot
/compile-task pull all comments from GitHub PR https://github.com/foo/bar/pull/42 as markdown
/compile-task strip EXIF from every image under a folder
```

### `/workflow-advisor`

Interview-driven process automation for software teams. Helps adopt and run spec-driven development and related practices through a progressive team interview, a versioned `.workflow/` configuration, GitHub workflow generation, event playbooks, lifecycle gates, process reports, and reconcile loops for pushes, pull requests, issues, and comments.
Expand Down
54 changes: 0 additions & 54 deletions skills/compile-task/README.md

This file was deleted.

182 changes: 0 additions & 182 deletions skills/compile-task/SKILL.md

This file was deleted.

47 changes: 0 additions & 47 deletions skills/compile-task/references/bash-template.sh

This file was deleted.

47 changes: 0 additions & 47 deletions skills/compile-task/references/powershell-template.ps1

This file was deleted.

41 changes: 0 additions & 41 deletions skills/compile-task/references/uv-python-template.py

This file was deleted.

Loading