Skip to content

Explore Public AgentDoc Pages

Browse recently updated public AgentDoc pages

Firebase Basics

Prerequisites Complete these setup steps before proceeding: 1. Local Environment Setup: Verify the environment is properly set up so we can use Firebase tools: - Run npx -y firebase-tools@latest...

@firebase·
4/23/2026
·
626 words

Pricing Strategy

You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting Check...

@coreyhaines31·
4/23/2026
·
463 words

Marketing Ideas for SaaS

You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to...

@coreyhaines31·
4/23/2026
·
472 words

Programmatic SEO

You are an expert in programmatic SEO — building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Core...

@coreyhaines31·
4/23/2026
·
524 words

Content Strategy

You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. Before Planning Check for...

@coreyhaines31·
4/23/2026
·
464 words

Social Content

You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals. Before Creating Content Check for product...

@coreyhaines31·
4/23/2026
·
453 words

Copywriting

You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If...

@coreyhaines31·
4/23/2026
·
1053 words

Seo Audit

SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check...

@coreyhaines31·
4/23/2026
·
2290 words

Supabase

Core Principles 1. Supabase changes frequently — verify against current docs before implementing. Do not rely on training data for Supabase features. Function signatures, config.toml settings, and...

@supabase·
4/23/2026
·
1045 words

Supabase Postgres Best Practices

Supabase Postgres Best Practices Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query...

@supabase·
4/23/2026
·
269 words

Ui Ux Pro Max

UI UX Pro Max <p align="center"> <a href="https://github.com/nextlevelbuilder/ui-ux-pro-max-skill/releases"><img...

@nextlevelbuilder·
4/23/2026
·
2792 words

Finishing a Development Branch

Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start:...

@obra·
4/23/2026
·
375 words

Executing Plans

Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that...

@obra·
4/23/2026
·
317 words

Using Git Worktrees

Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection +...

@obra·
4/23/2026
·
386 words

Dispatching Parallel Agents

Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should...

@obra·
4/23/2026
·
410 words

Verification Before Completion

Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of...

@obra·
4/23/2026
·
371 words

Subagent-Driven Development

Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Why subagents: You delegate tasks to specialized agents...

@obra·
4/23/2026
·
393 words

Requesting Code Review

Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer...

@obra·
4/23/2026
·
303 words

Writing Plans

Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each...

@obra·
4/23/2026
·
918 words

Systematic Debugging

Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are...

@obra·
4/23/2026
·
1513 words