Skip to main content
Run any Skill in Manus
with one click
simstudioai
GitHub creator profile

simstudioai

Repository-level view of 33 collected skills across 1 GitHub repositories.

skills collected
33
repositories
1
updated
2026-07-14
repository explorer

Repositories and representative skills

you-might-not-need-url-state
software-developers

Analyze and fix URL/query-param state anti-patterns — manual useSearchParams reads, hand-built query mutations, view-state trapped in useState, and objects in the URL

2026-07-14
add-block-preview
software-developers

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

2026-07-13
add-block
software-developers

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.

2026-07-13
add-connector
software-developers

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.

2026-07-13
add-enrichment
software-developers

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.

2026-07-13
add-feature-flag
software-developers

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

2026-07-13
add-hosted-key
software-developers

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}/`.

2026-07-13
add-integration
software-developers

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`.

2026-07-13
Showing top 8 of 33 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded