Skip to main content
Back to registry

pocketbase-best-practices

greendesertsnow/pocketbase-skills

42 rules across 8 categories for PocketBase v0.36+, prioritized by impact.

Installs169
Install command
npx skills add https://github.com/greendesertsnow/pocketbase-skills --skill pocketbase-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
42 rules across 8 categories for PocketBase v0.36+, prioritized by impact. Try these with your AI agent to see the skill in action: Building a new feature: Fixing issues: Security review: Going to production: Load the relevant category for complete rule documentation with code examples: - coll-field-types : Use appropriate field types (json for objects, select for enums) - coll-auth-vs-base : Extend auth collection for users, base for non-auth data - coll-relations : Use relation fields, not manual ID strings - coll-indexes : Create indexes on frequently filtered/sorted fields - coll-view-collections : Use views for complex aggregations - coll-geopoint : Store coordinates as json field with lat/lng - rules-basics : Always set API rules; empty = public access - rules-filter-syntax : Use @request.auth, @collection, @now in rules - rules-request-context : Access request data via @request.body, @request.query - rules-cross-collection : Use @collection.name.field for cross-collection checks - rules-locked-vs-open : Start locked, open selectively - auth-password : Use authWithPassword for email/password login - auth-oauth2 : Configure OAuth2 providers via Admin UI - auth-token-management : Store tokens securely, refresh before expiry - auth-mfa : Enable MFA for sensitive applications - auth-impersonation : Use impersonation for admin actions on behalf of users - sdk-initialization :...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does pocketbase-best-practices do?

42 rules across 8 categories for PocketBase v0.36+, prioritized by impact.

Is pocketbase-best-practices good?

pocketbase-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does pocketbase-best-practices work with?

pocketbase-best-practices currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to pocketbase-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install pocketbase-best-practices?

npx skills add https://github.com/greendesertsnow/pocketbase-skills --skill pocketbase-best-practices

Related skills

Alternatives in Software Engineering