insforge
Client-side SDK for database CRUD, authentication, storage, edge functions, AI, and real-time messaging.
Install
npx skills add https://github.com/insforge/agent-skills --skill insforgeStats
| Total installs | 2,501 |
| Weekly installs | 2.5K |
| GitHub stars | 12 |
| First seen | Jan 26, 2026 |
| Source | @insforge/agent-skills |
Summary
- Six core modules: Database (CRUD, filters, RPC), Auth (sign up/in, OAuth, sessions), Storage (upload/download/delete), Functions (edge function invoke), AI (chat, image generation, embeddings), and Real-time (WebSocket channels, publish/subscribe)
- All SDK methods return { data, error } objects; database inserts require array format and storage operations need both url and key saved to database
- Real-time channels use SQL triggers to auto-publish database changes; RLS policies control subscribe and publish access via realtime.channels and realtime.messages tables
- Includes RLS policy patterns for common scenarios (order access, chat membership) and best practices for channel pattern creation and trigger configuration
Tags
Related skills
| Skill | Installs | vs insforge |
|---|---|---|
| ontology | 2,110 | -391 |
| clerk-webhooks | 2,725 | +224 |
| python-testing | 1,961 | -540 |
| flutter-caching-data | 2,307 | -194 |
| flutter-working-with-databases | 2,221 | -280 |
FAQ
- How many installs does insforge have?
- insforge has 2,501 total installs and 2.5K installs this week.
- Where is insforge hosted?
- insforge is published by @insforge/agent-skills at https://github.com/insforge/agent-skills.
- How many GitHub stars does insforge have?
- insforge has 12 GitHub stars.
- When was insforge first indexed?
- OrangeBot.AI first indexed insforge on Jan 26, 2026.
- How do I install insforge?
- Run: npx skills add https://github.com/insforge/agent-skills --skill insforge