pocketbase-developing

Initialize PocketBase projects, manage dev servers, and inspect schemas.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/emeraldwalk/skills --skill pocketbase-developing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pocketbase-developing
Source: https://github.com/emeraldwalk/skills/tree/main/pocketbase-developing
Command: npx skills add https://github.com/emeraldwalk/skills --skill pocketbase-developing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pocketbase, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of developing with PocketBase, providing tools for project initialization, dev server management, and schema inspection.

Core Features & Use Cases

  • Project Initialization: Automates the setup of a new PocketBase project with directory structure, Go module, and environment configuration.
  • Dev Server Management: Offers commands to start, stop, and reset the development server.
  • Schema Inspection: Allows you to inspect and validate the current schema of your PocketBase project.
  • Use Case: When starting a new PocketBase project, use this Skill to quickly set up your project environment and start the development server.

Quick Start

Run the init command to set up a new PocketBase project, then use start to launch the development server.

Frequently Asked Questions about pocketbase-developing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a new PocketBase project from scratch?

To set up a new PocketBase project, run the initialization command to automatically generate the directory structure, configure the Go module, and establish environment variables.

How do I start and manage my PocketBase development server?

You can manage your PocketBase development server by using dedicated commands to start, stop, and reset the local server instance during application development.

Can I inspect my PocketBase schema during development?

Yes, you can inspect and validate your current PocketBase schema to ensure your database structure aligns with your application requirements during the development process.

Do I need Go installed to initialize a PocketBase project?

Yes, initializing a PocketBase project requires a Go module setup, meaning the Go development environment must be configured prior to project initialization.