Skip to main content
simstudioai
GitHub creator profile

simstudioai

Repository-level view of 43 collected skills across 2 GitHub repositories.

skills collected
43
repositories
2
updated
Aug 29, 2026
repository explorer

Repositories and representative skills

add-column-type
unclassified

Add a new table column type to Sim — registry entry, icon, storage shape, coercion, and the behavioral hooks the grid and API read. Use when adding a value kind under `apps/sim/lib/table/column-types/`.

Aug 29, 2026
add-integration
unclassified

Add a complete Sim integration from API docs, covering tools, block, icon, optional triggers, registrations, resolved-secret/model-input safety, and integration conventions. Use when introducing a new service under `apps/sim/tools`, `apps/sim/blocks`, and…

Aug 29, 2026
add-model
unclassified

Add a new LLM model to apps/sim/providers/models.ts with specs verified against the provider's live API docs (no hallucination)

Aug 29, 2026
add-block
unclassified

Create or update a Sim integration block with correct subBlocks, conditions, dependsOn, modes, canonicalParamId usage, outputs, and tool wiring. Use when working on `apps/sim/blocks/blocks/{service}.ts` or aligning a block with its tools.

Aug 28, 2026
add-tools
unclassified

Create tool configurations for a Sim integration by reading API docs

Aug 28, 2026
add-trigger
unclassified

Create webhook or polling triggers for a Sim integration

Aug 28, 2026
tool-registry-boundary
unclassified

Keep the executable tool registry out of client-reachable module graphs — when to read `@/tools/metadata` instead of `getTool`, how to measure whether an import edge pulls the registry, and how to regenerate the metadata artifacts. Use when touching…

Aug 28, 2026
validate-integration
unclassified

Validate an existing Sim integration (tools, block, registry, and resolved-secret/model-input boundaries) against the service's API docs and Sim execution conventions

Aug 28, 2026
Showing 8 of 38 collected skills.
Showing 2 of 2 repositories
All repositories loaded