build000r
@build000r
Public Skills
research-paper
by build000r
Generate dense, academic research paper-style pages on any topic. Use when: "research paper", "write a paper on", "research page", "/research-paper", "internal paper on", "write up on [topic]". Supports project-specific modes (styling, data sources, routing) via local modes/ directory. Takes a topic argument (e.g. "teeth", "longevity", "AI agents", "SaaS pricing").
clawgs
by build000r
Extract structured JSON from Claude Code and Codex JSONL session logs and run a reusable thought-emission daemon over stdio. Use when asked to parse agent transcripts, normalize .jsonl sessions, auto-discover current Claude/Codex logs by cwd, or generate thought updates from live session snapshots for downstream tools.
unclawg-discover
by build000r
Multi-platform customer discovery for any domain. Searches Reddit, Hacker News, Twitter/X (Apify), and LinkedIn (Apify), filters noise, and outputs a ranked engagement feed with normalized candidate records for downstream workflows. Use when: "/unclawg-discover", "/find-customers", "find customers", "find leads", "find outreach candidates", "find posts to reply to", "build engagement queue".
skill-issue
by build000r
Create, update, and package skills for AI coding agents. Use when asked to "create a skill", "make a skill", "new skill", "skill template", "design a skill", "build a skill", or when working with SKILL.md files, frontmatter, bundled resources (scripts/, references/, assets/), or .skill packaging. Also triggers on "how do I make a skill", "skill best practices", "skill structure", or requests to extend an agent's capabilities with reusable workflows.
reproduce
by build000r
Command-first verification workflow that forces agents to test changes before asking the user to test, and treats browser DevTools as a last resort. Use when: "reproduce", "/reproduce", "reproduce this bug", "test this", "verify this fix", "can you test it", "debug this", "how should we test this", "manual QA", "browser bug", "devtools", or when an agent is about to hand testing back to the user without first trying test-suite, API, CLI, log, or DB verification.
domain-planner
by build000r
Guide the 6-phase human-in-the-loop planning process for new domain slices spanning multiple repositories. Also orchestrates implementation when a plan is ready. Use when: - User says "let's plan the X slice" or "plan the X feature" - User wants to create a new feature spanning frontend and backend - User needs API contracts before implementation - User says "implement the X slice" or "build X" (orchestration mode) - User says "check plan quality for X" or "assess the X plan" (quality assessment mode) - User asks about planning a multi-repo feature Planning mode: Produces plan.md, shared.md, backend.md, frontend.md, flows.md, schema.mmd. Quality assessment mode: Runs assess-fix-reassess against the rubric before sign-off. Orchestration mode: Launches parallel agents per repo for scaffolding, audit, and fix loops. NOT for: bug fixes, small changes, refactoring, single-repo work.
divide-and-conquer
by build000r
Decompose complex tasks into independent, parallel sub-agents with no overlapping concerns, race conditions, or inter-agent dependencies. Autonomous execution: plans the split, launches immediately, then runs a Codex review agent to verify, fix, and commit. Use BEFORE spawning Task agents when the work involves multiple files, domains, or concerns that could be parallelized. Triggers on: planning multi-agent work, "split this into agents", "parallelize this", "divide and conquer", or when about to launch 2+ Task agents for a complex task. Also use when a task feels too large for a single agent but the right decomposition isn't obvious.
ask-cascade
by build000r
Enforce hierarchical, dependency-aware question ordering when using AskUserQuestion. High-level decisions first, detail questions only after strategic choices are settled. Proactive triggers - activate when: - About to call AskUserQuestion with 2+ questions - Gathering requirements, preferences, or implementation decisions from the user - Planning work that requires multiple user inputs - Using EnterPlanMode or AskUserQuestion during any skill/workflow Explicit triggers - "ask cascade", "question order", "ask strategy"
trend-to-content
by build000r
Transform social media trends into SEO pages, videos, and copy at scale. Use when: "what's trending", "content ideas", "viral content", "PSEO", "programmatic SEO", "video content ideas", "trend research", "content from trends", "what should I create", "content calendar". Three modes: 1. Research - Find trending topics via API or web search 2. PSEO - Generate SEO pages at scale from trends 3. Video - Create video content scripts/compositions from hooks Works for any niche. Pluggable trend sources (Virlo API, Google Trends, WebSearch).