com um clique
start-project
Start a new project — creates a page and offers a data-source handoff
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Start a new project — creates a page and offers a data-source handoff
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Capability discovery — the canonical answer to 'what can you do?' and 'what do I say to ...?'
Close skill — draft resolution comment, sync backends, redirect to next task
Start skill — begin task with optional backend sync
End-of-day wrap-up skill — daily summary and status update
Morning brief skill — prioritized daily summary
Reconcile skill — detect wiki/backend drift and let the User resolve it via four moves
| name | start-project |
| description | Start a new project — creates a page and offers a data-source handoff |
Create a project page and offer to wire up external data sources for it.
$ARGUMENTS — project title (e.g., "Personal finances", "Housing search", "Home expenses")
Create the project page via Bash:
rubber-ducky --json page create project "$ARGUMENTS"
Capture the slug from the JSON response (path ends in <slug>.md).
Seed the ## Description section. Suggest a one-line description based on the title (e.g., for "Personal finances" → "Track spending, accounts, and monthly review."). Ask the user to accept or edit. Write the chosen line into the page body using the Edit tool — replace the empty section under ## Description with the line.
Offer the data-source handoff. Ask once: "Want to wire up data sources for this project now, or come back to it later?"
/add-data-source <slug> next." Don't invoke it inline — it's a separate skill with its own elicitation flow.wiki/projects/<slug>.md with a seeded description.Lightweight. This skill's only job is page creation plus a clean handoff. Save the conversational depth for /add-data-source.