garrytan
- 128 skills
- 0 followers
- 1 week ago last updated
- ▌
- ▌
- ▌ Ship · garrytanShip workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack)
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Design Shotgun · garrytan bundleDesign shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. (gstack)
- ▌ Plan Design Review · garrytan bundleDesigner's eye plan review — interactive, like CEO and Eng review. (gstack)
- ▌ Design Consultation · garrytan bundleDesign consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview... (gstack)
- ▌
- ▌
- ▌ Skill Creator 6 · garrytan| Create new skills following the GBrain conformance standard. Generates SKILL.md with frontmatter, Contract, Phases, Output Format, and Anti-Patterns. Checks MECE against existing skills. Updates manifest and resolver.
- ▌
- ▌
- ▌ Skillify 2 · garrytan| The meta skill. Turn any raw feature into a properly-skilled, tested, resolvable unit of agent capability. Cross-modal eval is the recommended Phase 3 quality gate: 3 frontier models from different providers critique the output, you iterate to quality, THEN write tests that lock in the proven-good behavior.
- ▌ Maintain 2 · garrytan| Brain health checks: back-link enforcement, citation audit, filing validation, stale info detection, orphan pages, and benchmarks. Use when asked to check brain health, run maintenance, or audit quality.
- ▌ Ship 2 · garrytan bundleShip workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack)
- ▌
- ▌ Setup 2 · garrytanSet up GBrain with auto-provision Supabase or PGLite, AGENTS.md injection, first import
- ▌ Gstack Openclaw Office Hours · garrytanUse when asked to brainstorm, evaluate whether an idea is worth building, run office hours, or think through a new product idea or design direction before any code is written.
- ▌ Gstack Openclaw Investigate · garrytanUse when asked to debug, fix a bug, investigate an error, or do root cause analysis, and when users report errors, stack traces, unexpected behavior, or say something stopped working.
- ▌ Repo Architecture · garrytan| Where new brain files go. Decision protocol for filing brain pages by primary subject, not by format or source. Reference for all brain-writing skills.
- ▌ Daily Task Manager · garrytan| Task lifecycle management. Add, complete, defer, remove, and review tasks. Maintains a running task list as a brain page.
- ▌ Setup Gbrain · garrytan bundleSet up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack)
- ▌ Concept Synthesis · garrytan bundleDeduplicate and synthesize raw concept stubs into a tiered intellectual map (T1 Canon to T4 Riff), tracing idea evolution across sources over time. Transforms thousands of raw concept pages into a curated intellectual fingerprint.
- ▌ Meeting Ingestion · garrytan| Ingest meeting transcripts into brain pages with attendee enrichment, entity propagation, and timeline merge. A meeting is NOT fully ingested until the enrich skill has processed every entity.
- ▌
- ▌ Voice Note Ingest · garrytan bundleIngest a voice note with exact-phrasing preservation (never paraphrased). Routes content to originals/, concepts/, people/, companies/, ideas/, personal/, or voice-notes/ based on a decision tree. The user's exact words are the signal.
- ▌ Gbrain Upgrade · garrytan| Keep gbrain current. When a `gbrain` invocation prints an `UPGRADE_AVAILABLE <old> <new>` marker (or `gbrain self-upgrade --check-only` reports an update), apply it per the configured self_upgrade.mode: notify (prompt the operator with a 4-option question + snooze) or auto (apply silently). The action is always the hardcoded `gbrain self-upgrade` — never a command read from the marker.
- ▌
- ▌
- ▌
- ▌ Sync Gbrain · garrytan bundleKeep gbrain current with this repo's code and refresh agent search guidance in CLAUDE.md. Wraps the gstack-gbrain-sync orchestrator with state (gstack)
- ▌ Brain Taxonomist · garrytan bundle| Filing gate for ALL brain writes. Consulted before creating any new brain page to determine the correct path. Reads the ACTIVE schema pack via `gbrain schema show --json` — no hardcoded directory table. Also runs periodic taxonomy drift detection via `gbrain schema review-orphans`.
- ▌ Skill Optimizer · garrytan bundleSelf-evolving skill optimization via SkillOpt-paper-grounded text-space optimizer.
- ▌ Media Ingest · garrytan| Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.
- ▌ Book Mirror · garrytan bundleTake any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis with two-column tables. Left column preserves the chapter content; right column maps every idea to the reader's actual life using brain context. Output is a single brain page at media/books/<slug>-personalized.md plus an optional PDF via brain-pdf.
- ▌
- ▌ Cold Start · garrytan| Day-one data bootstrapping for a new brain. Sequences the highest-leverage data sources to go from empty brain to useful brain in one session. Uses ClawVisor for safe credential handling — the agent never holds raw API keys. Covers Gmail import, calendar sync, contacts seeding, X/Twitter archive, conversation imports, and file archives. Use when a user has just finished gbrain setup and asks "now what?"
- ▌
- ▌ Design HTML · garrytan bundleDesign finalization: generates production-quality Pretext-native HTML/CSS. (gstack)
- ▌
- ▌
- ▌
- ▌ Cron Scheduler · garrytan| Schedule management with staggering, quiet hours, and wake-up override. Validates schedules, prevents collisions, and gates delivery during quiet hours.
- ▌
- ▌
- ▌ Brain Ops · garrytan| Brain knowledge base operations. The core read/write cycle: brain-first lookup, read-enrich-write loop, source attribution, ambient enrichment, back-linking. Read this before any brain interaction.
- ▌ Briefing · garrytanCompile daily briefing with meeting context, active deals, and citation tracking
- ▌
- ▌ Brain PDF · garrytan bundleGenerate a publication-quality PDF from any brain page via the gstack make-pdf binary. Strips YAML frontmatter, sanitizes emoji, applies running headers and page numbers. Brain page is always the source of truth; PDF is a rendering.
- ▌ IOS Clean · garrytan bundleRemove the DebugBridge SPM package and all #if DEBUG wiring from an iOS app. (gstack)
- ▌ Eiirp · garrytan bundle| Everything In Its Right Place. The universal post-work organizer. After any significant work session, EIIRP runs a 7-phase audit: (1) inventory every output, (2) walk taxonomy to decide where each lands, (3) check schema-pack consistency against the brain's actual shape, (4) file enriched brain pages, (5) audit the skill graph for DRY+MECE, (6) verify resolvability, (7) report. Named after the Radiohead song. Nothing produced during significant work lives only in chat — knowledge becomes permanent, patterns become reusable.
- ▌ Gbrain Advisor · garrytan| Proactive "make the most of gbrain" coaching. Runs `gbrain advisor` on a cadence and pings the user with the top high-leverage actions for their brain: version drift, pending migrations, stalled jobs, low embed coverage, setup smells, and uninstalled brain skills. Read-only; always asks before fixing.
- ▌ Ask User · garrytan| Reusable pattern for presenting the user with explicit choices and gating execution until they respond. Used by other skills when a decision point requires human input before proceeding. Platform-agnostic — works on Telegram (inline buttons), Discord, CLI, or any agent with a message tool.
- ▌ Schema Author · garrytanEvolve your brain's schema pack. Add page types, propose new ones from corpus scans, backfill page.type on existing pages, audit pack health. Triggers when an agent notices untyped pages, custom domains needing typed entities (researcher, contract, deposition), or wants to see what types the pack declares.
- ▌ IOS Sync · garrytan bundleRegenerate the iOS debug bridge against the latest upstream gstack templates. (gstack)
- ▌
- ▌
- ▌ Reports · garrytan| Save and load timestamped reports. Keyword routing for fast lookup. Cron jobs save output as reports; the agent or user queries them by keyword.
- ▌ Schema Unify · garrytanMigrate a brain from gbrain-base (or any pack) to gbrain-base-v2's 14-canonical-type taxonomy via gbrain onboard --check + the unify-types Minion handler. Collapses 94 noisy types to 15 canonical with subtypes, alias rows, and link rows. Triggers when an agent notices pack_upgrade_available, type_proliferation, or asks "what is the canonical taxonomy / how do I clean up my page types".
- ▌
- ▌
- ▌
- ▌ Idea Lineage · garrytan bundle| Trace one idea's evolution through the brain: first mention, best articulation, related concepts, reversals, contradictions, abandoned branches, and the current live version. Use for single-idea conceptual lineage, not broad concept-map synthesis or structured entity metrics.
- ▌
- ▌ Idea Ingest · garrytan| Ingest links, articles, tweets, and ideas into the brain. Fetch content, save to brain with analysis, create author people page, and cross-link. Use when the user shares a link or says "read this", "save this", "think about this".
- ▌
- ▌ Query · garrytan bundle| Answer questions using the brain's knowledge with 3-layer search, synthesis, and citation propagation. Use when the user asks a question, wants a lookup, or needs information from the brain.
- ▌
- ▌ Gstack Openclaw Ceo Review · garrytanUse when asked to review a plan, challenge a proposal, run a CEO review, poke holes in an approach, think bigger about scope, or decide whether to expand or reduce the plan.
- ▌ Functional Area Resolver · garrytan bundle| Compress an agent's routing file (RESOLVER.md or AGENTS.md) by converting granular skill-per-row tables into functional-area dispatchers. Each area lists sub-skills in a "(dispatcher for: ...)" clause. The LLM reads one area entry and routes to the correct sub-skill. Proven via held-out A/B eval: dispatcher pattern outperforms naive pipe-table compression.
- ▌ Gstack Openclaw Retro · garrytanWeekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware with per-person contributions, praise, and growth areas. Use when asked for weekly retro, what shipped this week, or engineering retrospective.
- ▌ Perplexity Research · garrytan bundleBrain-augmented web research. Sends brain context about a topic to Perplexity, which searches the web with citations and returns what is NEW vs what the brain already knows. Use for entity enrichment, current-state checks, deal monitoring, and freshness deltas. NOT for simple URL fetches (use web_fetch) or brain-only queries (use gbrain query).
- ▌ Install Gbrain Deprecated · garrytanThis skill has been replaced by the setup skill. See skills/setup/SKILL.md.
- ▌ Daily Task Prep · garrytan| Morning preparation. Calendar lookahead, meeting context loading, open threads from yesterday, active task review. Extends briefing with actionable prep.
- ▌ Document Generate · garrytan bundleGenerate missing documentation from scratch for a feature, module, or entire project. (gstack)
- ▌ Minion Orchestrator · garrytan| Unified Minions skill for both deterministic shell jobs and LLM subagent orchestration. Replaces the older `gbrain-jobs` routing intent. Use when: submitting gbrain jobs, shell/background tasks, spawning subagents, checking progress, steering running work, pausing/resuming, parallel fan-out. One durable, observable, steerable queue interface.
- ▌
- ▌ Cross Modal Review · garrytan| Quality gate via second model. Spawn a different AI model to review work before committing. Includes refusal routing: if one model refuses, switch silently to the next. Extended in v0.25.1 with structured review-mode gating (when to invoke vs not) and a Codex code-review handoff for the diff-review case.
- ▌ Frontmatter Guard · garrytan bundle| Validate and auto-repair YAML frontmatter on brain pages. Catches malformed pages before they enter the brain (missing closing ---, nested quotes, slug mismatches, null bytes, empty frontmatter, YAML parse failures). Wraps the `gbrain frontmatter` CLI for agent-driven workflows.
- ▌ Skillpack Harvest · garrytan bundle| Lift a proven skill from a host repo (e.g. your OpenClaw fork) back into gbrain's bundle so other clients can scaffold it. Editorial workflow: the CLI does the file copy + privacy lint; this skill drives the judgment-heavy genericization (scrub real names, generalize triggers, lift fork-specific conventions to references).
- ▌ Voice Persona Venus · garrytan bundleRoute to Venus (sharp executive-assistant voice persona). Used for logistics — calendar, tasks, recent messages, brain lookups — at sub-second phone-call latency. The default voice persona unless DEFAULT_PERSONA=mars is set.
- ▌ Article Enrichment · garrytan bundleTransform raw article text dumps in the brain into structured pages with executive summary, verbatim quotes, key insights, why-it-matters, and cross-references. Replaces walls-of-text with quotable, actionable brain pages.
- ▌ Strategic Reading · garrytan bundleRead a book, article, transcript, or case study through the lens of a specific strategic problem you're facing. Produces an applied playbook that maps the source onto the problem and gives short/medium/long-term recommendations. NOT for general book summaries.
- ▌
- ▌ Voice Persona Mars · garrytan bundleRoute to Mars (introspective thought partner / demo showman voice persona). Used when the operator wants depth, meaning, or impressive social demos rather than logistics. Mars handles SOLO mode (philosophy, presence, patterns) and DEMO mode (tool-driven showmanship) automatically.
- ▌ Retrieval Reflex · garrytanWhen/what to retrieve — open the brain page for a salient entity before answering from memory.
- ▌ Academic Verify · garrytan bundleVerify a research claim or academic citation by tracing it through publication → methodology → raw data → independent replication. Routes through perplexity-research for the actual web lookup, then formats results as a citation-checked brain page. Use when a book/article/conversation cites a study and you want to confirm the claim is real, replicated, and accurately characterized.
- ▌ Setup Browser Cookies · garrytan bundleImport cookies from your real Chromium browser into the headless browse session. (gstack)
- ▌
- ▌ Signal Detector · garrytan| Always-on ambient signal capture. Fires on every inbound message to detect original thinking and entity mentions. Spawn as a cheap sub-agent in parallel, never block the main response.
- ▌ Skillpack Check · garrytan| Run `gbrain skillpack-check` to produce an agent-readable JSON health report for the gbrain install. Wraps `gbrain doctor` + `gbrain apply-migrations list` so a host agent (your OpenClaw's morning-briefing, any OpenClaw cron) can see at a glance whether the skillpack needs attention. Use when the user asks "is gbrain healthy?", when a cron fires a morning check, or proactively when something seems off (jobs not running, brain not updating, autopilot silent).
- ▌ Voice Post Call · garrytan bundlePost-call handling for a voice session — turn the transcript into a brain page, post the summary to the operator's messaging surface, archive the audio. Belt-and-suspenders: fires both from a tool the voice persona can call mid-call AND from the automatic call-end handler in server.mjs.
- ▌ Archive Crawler · garrytan bundleUniversal archivist for personal file archives (Dropbox/B2/Gmail-takeout/local-mount/hard-drive-dump). Filters for high-value content (the user's own writing, ideas, relationships) and surfaces it interactively. REFUSES TO RUN without an explicit gbrain.yml `archive-crawler.scan_paths:` allow-list.
- ▌ Citation Fixer · garrytan bundle| Audit and fix citation formatting across brain pages. Ensures every fact has an inline [Source: ...] citation matching the standard format. Extended in v0.25.1: scans for broken tweet/post references that lack actual URLs and resolves them via the host's X / Twitter API integration.
- ▌ Hackernews Frontpage · garrytan bundleScrape the Hacker News front page (titles, points, comment counts).
- ▌ Reference Pack · garrytan bundleReference skill demonstrating the 10/10 skillpack contract. Adds a "what does this skillpack do" answer to the user's agent.