How this skill is triggered — by the user, by Claude, or both
Slash command
/nova:listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call Nova's `list_apps` tool with no arguments.
Call Nova's list_apps tool with no arguments.
Render the apps as a markdown table with columns: Name, Status, Last
Updated, ID. Use the app_id value from each entry for the ID column.
Frame the output naturally — talk like you would to a colleague, not
a script. A short one-line opener before the table, the table itself,
and (if next_cursor is present in the response) a casual one-line
closer offering to fetch more. Don't reuse the same phrasing every
time and don't read out instructions like "Ask for more to continue."
If the response has zero apps, skip the table entirely and say
something brief — e.g. that the user doesn't have any Nova apps yet
and could try /nova:build to make one.
npx claudepluginhub voidcraft-labs/nova-marketplace --plugin novaGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.