CtrlK
BlogDocsLog inGet started
Tessl Logo

sim

github.com/simstudioai/sim

Skill

Added

Review

add-tools

.agents/skills/add-tools/SKILL.md

Create tool configurations for a Sim integration by reading API docs

56

add-model

.agents/skills/add-model/SKILL.md

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

58

add-integration

.agents/skills/add-integration/SKILL.md

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

71

add-hosted-key

.agents/skills/add-hosted-key/SKILL.md

Add hosted API key support to a tool so Sim provides the key (metered and billed to the workspace) when a user has not brought their own. Use when adding a `hosting` config to a tool under `apps/sim/tools/{service}/`.

add-feature-flag

.agents/skills/add-feature-flag/SKILL.md

Add a runtime gated feature flag (AppConfig-backed on prod, secret fallback off-prod), gated by org id, user id, or admin

59

add-enrichment

.agents/skills/add-enrichment/SKILL.md

Add a code-defined table enrichment (registry entry) under `apps/sim/enrichments/` backed by an ordered provider cascade, ensuring every provider tool it calls has hosted-key support. Use when adding a per-row table enrichment that fills cells via existing Sim tools.

72

add-connector

.agents/skills/add-connector/SKILL.md

Add or update a Sim knowledge base connector for syncing documents from an external source, including auth mode, config fields, pagination, document mapping, tags, and registry wiring. Use when working in `apps/sim/connectors/{service}/` or adding a new external document source.

66

add-block

.agents/skills/add-block/SKILL.md

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.

66

add-block-preview

.agents/skills/add-block-preview/SKILL.md

Gate a block's visibility — ship an unreleased block as a preview (hidden until revealed via AppConfig/env), reveal it to admins/orgs, GA it, or kill-switch a shipped block

68