@insforge/agent-skills

Agent Skills for InsForge

View in AI SkillSafe app
36 downloads
0 stars
0 demos
SKILL.md

InsForge Agent Skills

Agent Skills to help developers using AI agents build applications with InsForge Backend-as-a-Service.

Installation

Using the skills registry

npx skills add insforge/insforge-skills

Claude Code

/install-skills insforge/insforge-skills

Available Skills

<details>
<summary><strong>insforge</strong> - InsForge Backend-as-a-Service Development</summary>

Build full-stack applications with InsForge. This skill provides comprehensive guidance for:

  • Database: CRUD operations, schema design, RLS policies, triggers
  • Authentication: Sign up/in flows, OAuth, sessions, email verification
  • Storage: File uploads, downloads, bucket management
  • Functions: Serverless function deployment and invocation
  • AI: Chat completions, image generation, embeddings
  • Real-time: WebSocket connections, subscriptions, event publishing
  • Deployments: Frontend app deployment to InsForge hosting

Key distinction: Backend configuration uses HTTP API calls to the InsForge project URL. Client integration uses the @insforge/sdk in application code.

</details>

<details>
<summary><strong>insforge-cli</strong> - InsForge CLI Project Management</summary>

Create and manage InsForge projects from the command line. This skill provides comprehensive guidance for:

  • Authentication: Login (OAuth/password), logout, session verification
  • Project Management: Create, link, and inspect projects
  • Database: Raw SQL execution, schema inspection, RLS, import/export
  • Edge Functions: Deploy, invoke, and view function source
  • Storage: Bucket and object management (upload, download, list)
  • Deployments: Frontend app deployment and status tracking
  • Secrets: Create, update, and manage project secrets
  • CI/CD: Non-interactive workflows using environment variables

Key distinction: Use this skill for infrastructure management via @insforge/cli. For writing application code with the InsForge SDK, use the insforge skill instead.

</details>

Usage

Once installed, AI agents can access InsForge-specific guidance when:

  • Setting up backend infrastructure (tables, buckets, functions, auth, AI)
  • Integrating @insforge/sdk into frontend applications
  • Implementing database CRUD operations with proper RLS
  • Building authentication flows with OAuth and email verification
  • Deploying serverless functions and frontend apps

Skill Structure

Each skill follows the Agent Skills Open Standard:

skills/
├── insforge/
│   ├── SKILL.md              # Main skill manifest and overview
│   ├── database/
│   │   ├── sdk-integration.md
│   │   └── backend-configuration.md
│   ├── auth/
│   │   ├── sdk-integration.md
│   │   └── backend-configuration.md
│   ├── storage/
│   │   ├── sdk-integration.md
│   │   └── backend-configuration.md
│   ├── functions/
│   │   ├── sdk-integration.md
│   │   └── backend-configuration.md
│   ├── ai/
│   │   ├── sdk-integration.md
│   │   └── backend-configuration.md
│   ├── realtime/
│   │   ├── sdk-integration.md
│   │   └── backend-configuration.md
│   └── deployments/
│       └── workflow.md
└── insforge-cli/
    ├── SKILL.md              # CLI skill manifest and command reference
    └── references/
        ├── login.md
        ├── create.md
        ├── db-query.md
        ├── db-export.md
        ├── db-import.md
        ├── functions-deploy.md
        └── deployments-deploy.md

Documentation Pattern

  • sdk-integration.md: How to use @insforge/sdk in frontend application code
  • backend-configuration.md: How to configure InsForge backend via HTTP API

Contributing

To create or improve skills, first install the skill-creator tool:

npx skills add anthropics/skills -s skill-creator

See CONTRIBUTING.md for guidelines on adding or improving skills.

License

MIT License - see LICENSE for details.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@insforge/agent-skills/verified)](https://skillsafe.ai/skill/@insforge/agent-skills/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@insforge/agent-skills/installs)](https://skillsafe.ai/skill/@insforge/agent-skills/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@insforge/agent-skills/scan)](https://skillsafe.ai/skill/@insforge/agent-skills/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@insforge/agent-skills/eval)](https://skillsafe.ai/skill/@insforge/agent-skills/)