.kilocode/skills/suneido-database/SKILL.md
Reference for Suneido database query language
npx skillsauth add apmckinlay/gsuneido suneido-databaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
request = query query sort [ reverse ] column [ , ... ]
query = table history(table) query where expression query project columns query remove columns query join query query times query query union query query intersect query query minus query query rename column to column [ , ... ] query extend column [ = expression ] [ , ... ] query summarize columns, [ column = ] function column [ , ... ] ( query )
update = insert { column: value [ , ... ] } into query insert query into table update query set column = expression [ , ... ] delete query
Usage: query summarize [by-columns,] [column =] function column
Functions:
max: Maximum valuemin: Minimum valuetotal: Sum of valuesaverage: Average of valuescount: Count of valueslist: List of valuesNote: If no name is specified, the result column is named function_column (e.g. total_quantity).
query join [ by (fields) ] query
query leftjoin [ by (fields) ] query
Note: by (fields) is an assertion only. Use rename to control join fields.
tools
Reference for Suneido language syntax and semantics
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.