pear-dashboard-module-author

Create, edit, and publish Pear dashboard modules using public S3 authoring files.

Updated May 15, 2026
One-click install
npx skills add https://github.com/Pear-Commerce/pear-ai-skills --skill pear-dashboard-module-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pear-dashboard-module-author
Source: https://github.com/Pear-Commerce/pear-ai-skills/tree/main/skills/pear-dashboard-module-author
Command: npx skills add https://github.com/Pear-Commerce/pear-ai-skills --skill pear-dashboard-module-author

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need for access to the internal Pear dashboard repository to create, edit, or publish dashboard modules, using only public S3 authoring files as the complete source of truth.

Core Features & Use Cases

  • Standalone S3 Module Authoring: Build fully functional Pear dashboard modules without any access to the internal pear-dashboard application codebase, using only public S3-hosted authoring resources.
  • Publishing Automation: Streamline module deployment to the S3 registry with provided AWS scripts, including built-in verification steps to confirm successful publication.
  • Compliance Guardrails: Enforce module contract rules, SQL allowlist requirements, and standardized UI patterns to ensure all published modules are functional and compliant with Pear's dashboard standards.
  • Use Case: If you need to add a new vendor sales analytics module to the Pear dashboard, this Skill guides you through writing the module code, validating your SQL against the allowlist, and publishing it to the S3 registry for immediate use.

Quick Start

Ask the pear-dashboard-module-author skill to create a new product inventory dashboard module and publish it to the public S3 registry.

Frequently Asked Questions about pear-dashboard-module-author

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

FAQPage Schema
How do I build a Pear dashboard module without access to the internal application repository?

You can build a Pear dashboard module using only public S3 authoring files as your source of truth. This standalone workflow removes the dependency on the internal dashboard application codebase for module development.

What is the SQL allowlist validation process for publishing Pear dashboard modules?

SQL allowlist validation enforces compliance guardrails by checking your module code against approved standards. This ensures your published modules remain functional and compliant with Pear's dashboard requirements before S3 registry deployment.

Can I automate publishing dashboard modules to the S3 registry?

Yes, you can automate module deployment to the S3 registry using provided AWS CLI scripts. These scripts include built-in verification steps to confirm your module was successfully published for immediate dashboard use.

Does Pear dashboard module authoring require specific UI patterns?

Yes, module authoring enforces standardized UI pattern adherence to ensure visual consistency. Following these standardized UI patterns is a required part of the module contract compliance for successful Pear registry publishing.

What are the limitations of using public S3 files for Pear dashboard module authoring?

Using public S3 authoring files limits you to the module code, SQL allowlist, and UI patterns defined in those files. You cannot modify the internal Pear dashboard application repository directly through this standalone workflow.