Define agentconfig.org page layout and hero styling for new pages that match the site.
Use this skill to keep page-level layout and hero styling consistent with agentconfig.org, especially the left-aligned hero and colored label pills used on /agents.
PageLayout for top-level pages.site/src/pages/{slug}.tsx should render {PageName}Page.site/src/components/{PageName}Page/.<header className="border-b border-border bg-muted/30">.container mx-auto px-4 py-12 md:py-16.text-center).max-w-2xl on the paragraph.h1 should use text-4xl md:text-5xl font-bold mb-4.text-xl text-muted-foreground max-w-2xl.px-3 py-1 rounded-full text-sm.flex gap-2 mt-6 flex-wrap./agents:
bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-400bg-yellow-100 text-yellow-800 dark:bg-yellow-900/30 dark:text-yellow-400bg-red-100 text-red-800 dark:bg-red-900/30 dark:text-red-400Section for homepage-style sections.text-3xl md:text-4xl font-bold with descriptions text-lg text-muted-foreground.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer