onepager

Drafts ZAOstock one-pagers and inserts them into Supabase stock_onepagers table.

1|1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/bettercallzaal/ZAOOS --skill onepager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onepager
Source: https://github.com/bettercallzaal/ZAOOS/tree/main/.claude/skills/onepager
Command: npx skills add https://github.com/bettercallzaal/ZAOOS --skill onepager

SYSTEM DOCUMENTATION & REQUIREMENTS

Drafts a new ZAOstock one-pager (sponsor / partner / venue / city briefing) and insert it into Supabase stock_onepagers. Renders at zaoos.com/stock/onepagers/<slug>. Bot can edit via /op once inserted.

What problem does it solve?

Drafts a new ZAOstock one-pager and inserts it into the stock_onepagers table in Supabase; renders at zaoos.com/stock/onepagers/<slug> and can be edited via /op.

Core Features & Use Cases

  • Gather context: audience, purpose, meeting date, visibility, and reviewers to tailor each one-pager.
  • Reference seed pager: mirror structure from roddy-parks-rec to ensure consistency and clarity.
  • Generate slug and insert: ensure slug uniqueness, create the DB entry in stock_onepagers, and log activity for traceability.
  • Admin and edit: later updates can be performed via the dashboard or bot command /op <slug>.

Quick Start

Provide audience and purpose, and the skill will draft a new ZAOstock one-pager and insert it into Supabase stock_onepagers, rendering at zaoos.com/stock/onepagers/<slug> and editable via /op.

Frequently Asked Questions about onepager

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

FAQPage Schema
How do I draft and publish a partner pitch one-pager to a Supabase database?

To draft a partner pitch one-pager, provide the audience and purpose so the skill can generate the content and insert it into the Supabase stock_onepagers table. It then renders the published page at a specific URL slug for immediate access.

Do I need a configured Supabase database to create sponsor and venue briefs?

Yes, you need a configured Supabase database with a seed structure to create sponsor and venue briefs. The skill inserts drafted briefs directly into the stock_onepagers table in Supabase to ensure data consistency and proper rendering.

Can I edit a one-pager after it has been inserted into Supabase?

Yes, you can edit a one-pager after insertion by using the bot command /op followed by the slug, or through the dashboard. This allows for post-insertion updates and admin changes directly on the rendered page.

What is the best way to ensure consistency when generating multiple one-pagers?

The best way to ensure consistency across generated one-pagers is by referencing a seed pager. The skill mirrors the structure from an existing seed pager to maintain a consistent format and clarity across all sponsor, partner, and venue briefs.

What information do I need to provide to generate a customized one-pager?

You need to provide the audience, purpose, meeting date, visibility, and reviewers to generate a customized one-pager. Gathering this context allows the skill to tailor the briefing content to your specific needs before inserting it into Supabase.

How are one-pagers rendered and accessed after being inserted into the database?

After being inserted into the database, one-pagers are rendered at a URL path based on their unique slug. The skill ensures slug uniqueness during generation so each published document is accessible and editable via its specific web address.