.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/simstudioai/sim
home/skills/simstudioai/sim
simstudioai avatar

simstudioai/sim

33 skills

View on GitHub
$npx skills add simstudioai/sim
SkillInstalls
add-blockCreate or update a Sim integration block with correct subBlocks, conditions, dependsOn, modes, canonicalParamId usage, outputs, and tool wiring.—add-block-previewGate 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…—add-connectorAdd or update a Sim knowledge base connector for syncing documents from an external source, including auth mode, config fields, pagination, document mapping,…—add-enrichmentAdd a code-defined table enrichment (registry entry) under `apps/sim/enrichments/` backed by an ordered provider cascade, ensuring every provider tool it calls…—add-feature-flagAdd a runtime gated feature flag (AppConfig-backed on prod, secret fallback off-prod), gated by org id, user id, or admin—add-hosted-keyAdd 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.—add-integrationAdd a complete Sim integration from API docs, covering tools, block, icon, optional triggers, registrations, and integration conventions.—add-modelAdd a new LLM model to apps/sim/providers/models.ts with specs verified against the provider's live API docs (no hallucination)—add-settings-pageAdd a new Sim settings page, or audit existing settings pages for design-system compliance with the shared SettingsPanel layout.—add-toolsCreate tool configurations for a Sim integration by reading API docs—add-triggerCreate webhook or polling triggers for a Sim integration—babysitDrive a PR to a clean review (Greptile 5/5, zero open threads) — ships if needed, keeps it mergeable against staging, triggers Greptile/Cursor Bugbot, fixes…—cleanupRun all code quality skills — effects, memo, callbacks, state, React Query, emcn design review, url-state, and comments — analyzing in parallel, then applying…—councildb-migrateAuthor or review a Drizzle DB migration for zero-downtime safety — expand/contract phasing, backward-compatibility with the deployed app version, and writing…—design-taste-frontendemcn-design-reviewReview UI code for alignment with the emcn design system — components, tokens, patterns, and conventions—emil-design-engmake-interfaces-feel-bettermemory-load-checkReview PRs and diffs for unbounded memory loading, concurrency explosions, oversized payload materialization, and missing pagination or byte caps.—react-query-best-practicesAudit React Query usage for best practices — key factories, staleTime, mutations, and server state ownership—shipCommit, push, and open a PR to staging in one shot — runs the cleanup pass and, when migrations changed, the db-migrate safety review first—sim-helmInstall, upgrade, and operate the Sim Helm chart on Kubernetes.—validate-connectorValidate an existing knowledge base connector against its service's API docs—validate-integrationValidate an existing Sim integration (tools, block, registry) against the service's API docs—validate-modelValidate a model entry (or every model in a provider) in apps/sim/providers/models.ts against the provider's live API docs (no hallucination — reports what…—validate-triggerValidate an existing Sim webhook trigger against provider API docs and repository conventions—you-might-not-need-a-callbackAnalyze and fix useCallback anti-patterns in your code—you-might-not-need-a-commentAnalyze and fix redundant or self-explanatory inline comments — remove noise, promote genuine documentation to TSDoc—you-might-not-need-a-memoAnalyze and fix useMemo/React.memo anti-patterns in your code—you-might-not-need-an-effectAnalyze and fix useEffect anti-patterns in your code—you-might-not-need-stateAnalyze and fix unnecessary useState, derived state, and server-state-in-local-state anti-patterns—you-might-not-need-url-stateAnalyze and fix URL/query-param state anti-patterns — manual useSearchParams reads, hand-built query mutations, view-state trapped in useState, and objects in…—