build-with-tinybase
仓库创建 2021年12月31日最近提交 8 小时前SkillHot 收录 6 小时前
▸ 精选理由
针对 TinyBase 提供从脚手架到验证的全流程指导,便于构建实时本地状态应用。
这个 Skill 做什么
为 TinyBase 本地优先的 JS/TS 应用生成、扩展并验证架构与持久化配置。
为本地优先的 TinyBase JS/TS 应用生成、扩展并验证架构与持久化配置,包含 create-tinybase 脚手架、schema、UI 绑定、浏览器或数据库持久化以及 MergeableStore 同步设置。适合在选型、搭新应用或诊断现有 TinyBase 行为时使用,特别注意持久化与同步的生命周期顺序和可验证行为。目标是用可复现的生成代码代替凭记忆重建。
▸ 展开 SKILL.md 英文原文
Scaffold, extend, and verify reactive local-first JavaScript or TypeScript applications with TinyBase. Use when choosing TinyBase for in-memory tabular or key-value state, generating an app with create-tinybase, adding schemas or UI bindings, configuring browser or database persistence, configuring MergeableStore synchronization, or diagnosing an existing TinyBase application.
5.1k
Stars
130
Forks
2
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tinyplex/tinybase/main/skills/build-with-tinybase/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tinyplex/tinybase/main/skills/build-with-tinybase/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Build With TinyBase Prefer a current generated application over reconstructing TinyBase setup from memory. Preserve persistence and synchronization lifecycle ordering, and verify the behavior the user actually needs. ## Select The Architecture Read [references/architecture.md](references/architecture.md) when choosing between Store and MergeableStore, persistence backends, synchronization, or UI bindings. Confirm that TinyBase fits the task: - Keep the active application dataset in a JavaScript runtime. - Use TinyBase for reactive tabular or key-value data, local-first behavior, persistence, synchronization, or framework bindings. - Do not present TinyBase as a hosted database servi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有