Skill | Added | Review |
|---|---|---|
add-tools .agents/skills/add-tools/SKILL.md Create tool configurations for a Sim integration by reading API docs | 56 56 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: 6f514c1 | |
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 58 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6f514c1 | |
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 71 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: 6f514c1 | |
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 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6f514c1 | |
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 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6f514c1 | |
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 66 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: 6f514c1 | |
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 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6f514c1 | |
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 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6f514c1 |