← all publishers

tim-osterhus

@tim-osterhus source repo

58 published skills

  1. Media Generation Transcription · tim-osterhus
    Guardrail for choosing and packaging OpenAI media workflows across Sora video, speech generation, and audio/video transcription with explicit artifact discipline and blocked-state handling.
    0
    installs
  2. Watchdog File Watcher Patterns · tim-osterhus
    Guardrail for Python watchdog adapters that turn filesystem activity into debounced, deduplicated, lifecycle-safe runtime queue events.
    0
    installs
  3. Python Repo Refactoring Hygiene · tim-osterhus
    Guardrail for Python repository hygiene, module boundaries, import graphs, file-size pressure, public APIs, naming, docs, and refactoring discipline.
    0
    installs
  4. Using Dbt For Analytics Engineering · tim-osterhus
    Implementation guardrail for dbt analytics engineering: source discovery, model planning, ref/source usage, tests, documentation, impact analysis, and dbt show validation.
    0
    installs
  5. Tauri Pty · tim-osterhus
    Implementation guardrail for terminal emulator and PTY features in Tauri apps, covering Rust PTY setup, xterm integration, resizing, lifecycle, security, and multi-tab behavior.
    0
    installs
  6. Eval Audit · tim-osterhus
    Guardrail for auditing LLM eval pipelines for missing error analysis, weak evaluator design, unvalidated judges, bad metrics, and stale labeled data.
    0
    installs
  7. Fine Tuning · tim-osterhus
    Guardrail for using fine-tuning pipelines through CLI or YAML: SFT, preference tuning, LoRA settings, checkpoint evaluation, and experiment tracking.
    0
    installs
  8. Openai Docs · tim-osterhus
    Guardrail for answering OpenAI API and product questions from current official documentation, with narrow upgrade advice and explicit citation discipline.
    0
    installs
  9. Evaluate RAG · tim-osterhus
    Guardrail for evaluating RAG retrieval and generation quality, including retrieval datasets, Recall@k, chunking experiments, grounding, and leakage checks.
    0
    installs
  10. Tauri Desktop · tim-osterhus
    Implementation guardrail for Tauri 2 desktop and mobile apps spanning Rust backend commands, frontend IPC, plugins, capabilities, security, and packaging.
    0
    installs
  11. Tauri MCP CLI · tim-osterhus
    Operational guardrail for using a Tauri MCP CLI to manage driver sessions, automate webviews, inspect IPC, capture screenshots, and debug mobile or remote Tauri apps.
    0
    installs
  12. Golden Dataset · tim-osterhus
    Guardrail for curating, versioning, validating, and protecting golden datasets used for evals, regression checks, and model comparisons.
    0
    installs
  13. Gmail Inbox Ops · tim-osterhus
    Guardrail for Gmail inbox search, triage, reply drafts, forwarding notes, and confirmation-safe mailbox actions.
    0
    installs
  14. Browser Local QA · tim-osterhus
    Guardrail for choosing the smallest reliable local browser verification surface and evidence type.
    0
    installs
  15. Canva Design Ops · tim-osterhus
    Guardrail for Canva presentation, resize, and translation workflows with exact source identification, preserve-original safety, brand-kit confirmation, and clear partial-failure reporting.
    0
    installs
  16. Check Completion · tim-osterhus
    Verification guardrail for auditing claimed-done work, classifying incomplete tasks with evidence, and driving the remainder to terminal status.
    0
    installs
  17. CLI Tool Creator · tim-osterhus
    Guardrail for deciding when to build a durable CLI and shaping its command contract, auth, JSON, and companion skill.
    0
    installs
  18. Game UI Playtest · tim-osterhus
    Game UI Playtest
    0
    installs
  19. Github Pr CI Ops · tim-osterhus
    Guardrail for PR-centric GitHub triage, thread-aware review follow-up, GitHub Actions diagnosis, and safe publish flows once repository identity is confirmed.
    0
    installs
  20. Dynamic Og Images · tim-osterhus
    Dynamic OG Images
    0
    installs
  21. AI App Integration · tim-osterhus
    Guardrail for choosing and separating AI SDK and ChatGPT Apps SDK integration seams.
    0
    installs
  22. RAG Corpus Hygiene · tim-osterhus
    Guardrail for linting and reviewing RAG corpora before ingestion, with emphasis on prompt residue, retrieval magnets, public safety, and source hygiene.
    0
    installs
  23. Typer CLI Patterns · tim-osterhus
    Guardrail for Typer-based Python control-plane CLIs that keep handlers thin, deterministic, testable, and separated from runtime behavior.
    0
    installs
  24. Validate Evaluator · tim-osterhus
    Guardrail for validating LLM judges against human labels using data splits, TPR/TNR, disagreement review, and bias correction.
    0
    installs
  25. Rust Best Practices · tim-osterhus
    Implementation guardrail for idiomatic Rust ownership, error handling, linting, performance discipline, testing, documentation, and public API review.
    0
    installs
  26. Optimize Agentic CLI · tim-osterhus
    Guardrail for auditing and designing CLIs that agents can drive through pure data channels, semantic exit codes, noninteractive flows, and repairable errors.
    0
    installs
  27. Pydantic V2 Patterns · tim-osterhus
    Guardrail for Pydantic v2 runtime models, config loaders, contract schemas, validators, and persisted state serialization in Python code.
    0
    installs
  28. Async Python Patterns · tim-osterhus
    Guardrail for Python runtime loops that must choose sync-first or asyncio with owned task lifetimes, cancellation, shutdown, and blocking-call isolation.
    0
    installs
  29. Cloudflare Agents MCP · tim-osterhus
    Guardrail for defaulting generic stateful services with tools to plain Worker plus Durable Object, and escalating to Agents SDK or remote MCP only when an explicit external interface or agent loop is required.
    0
    installs
  30. PDF Artifact Workflow · tim-osterhus
    Guardrail for choosing the right PDF path for read/extract, create, review, or verify tasks, with render-first proof when layout matters and OCR as an explicit branch for scan-derived or image-only PDFs.
    0
    installs
  31. Shadcn UI Composition · tim-osterhus
    Shadcn UI Composition
    0
    installs
  32. Visual Asset Pipeline · tim-osterhus bundle
    Generate, edit, normalize, and verify browser-game visual assets through OAuth-authenticated Codex image generation plus deterministic local checks.
    0
    installs
  33. Notion Workspace Flows · tim-osterhus
    Guardrail for Notion workspace flows: capture, meeting prep, research synthesis, and spec-to-implementation handoff with citations and confirmation-gated writes.
    0
    installs
  34. Build MCP Server Sdk V2 · tim-osterhus
    Guardrail for building MCP servers on the v2 split-package TypeScript SDK with v2 APIs, schema discipline, transport choices, and validation.
    0
    installs
  35. DOCX Document Artifacts · tim-osterhus bundle
    DOCX Document Artifacts
    0
    installs
  36. Generate Synthetic Data · tim-osterhus
    Guardrail for generating synthetic datasets from observed failure modes, seed examples, schemas, quality filters, and diversity requirements.
    0
    installs
  37. Huggingface LLM Trainer · tim-osterhus
    Guardrail for training, evaluating, exporting, and publishing local or cloud Hugging Face LLM fine-tuning runs.
    0
    installs
  38. Linear Issue Management · tim-osterhus
    Guardrail for reading, triaging, and safely mutating Linear issues, projects, and team workflows with confirmation-gated writes.
    0
    installs
  39. Anti LLM Frontend Design · tim-osterhus
    Anti LLM Frontend Design
    0
    installs
  40. Browser Game Foundations · tim-osterhus
    Guardrail for choosing the browser-game fantasy, stack, boundaries, inputs, assets, and handoff before implementation.
    0
    installs
  41. Frontend Product Builder · tim-osterhus
    Guardrail for building frontend product surfaces from real workflows, state, and browser-verified interaction instead of generic landing-page scaffolds.
    0
    installs
  42. Product UI Polish Review · tim-osterhus
    Guardrail for reviewing and polishing product UI reward moments, typography, spacing, hierarchy, and perceived-quality details without drifting into manipulative retention design.
    0
    installs
  43. Skill Evaluation Harness · tim-osterhus
    Guardrail for evaluating local skills or plugins, turning findings into rewrite briefs, and designing schema-compatible metric packs.
    0
    installs
  44. Cloudflare Durable Objects · tim-osterhus
    Guardrail for planning and reviewing Cloudflare Durable Object solutions with a thin Worker ingress, SQLite-backed state, alarms, WebSocket hibernation, and docs-first verification.
    0
    installs
  45. Figma Design To Code Rules · tim-osterhus
    Guardrail for translating Figma into code and compact repo rules with design-context-first evidence, screenshot validation, and repo-convention reuse.
    0
    installs
  46. Javascript Monorepo Builds · tim-osterhus
    Guardrail for Turborepo-based JavaScript/TypeScript monorepo build graphs, cache keys, workspace filters, boundaries, and incremental CI.
    0
    installs
  47. Phaser 2d Game Development · tim-osterhus bundle
    Guardrail for Phaser 2D browser-game implementation and review.
    0
    installs
  48. Postgres Query Performance · tim-osterhus
    Guardrail for evidence-first Postgres and Supabase query, schema, index, RLS, and migration performance reviews.
    0
    installs
  49. Tile Pixel Art Transitions · tim-osterhus
    Tile Pixel Art Transitions
    0
    installs
  50. Aspnet Core Web Development · tim-osterhus
    Guardrail for choosing ASP.NET Core app models and composing host, middleware, DI, auth, testing, and deployment boundaries with current official docs.
    0
    installs
  51. Cloudflare Workers Platform · tim-osterhus
    Guardrail for choosing the smallest honest Cloudflare Workers seam, reviewing Worker code/config, and keeping Wrangler flows aligned with current docs.
    0
    installs
  52. Millrace Rs Contract Parity · tim-osterhus
    Guardrail for Rust Millrace prototype work that must preserve Python runtime contracts, file-backed state, runner boundaries, and async daemon safety.
    0
    installs
  53. Minecraft Mod QA Automation · tim-osterhus
    Minecraft Mod QA Automation
    0
    installs
  54. Train Sentence Transformers · tim-osterhus
    Guardrail for training sentence-transformers bi-encoders, cross-encoders, and sparse encoders with correct loss, evaluator, hard-negative, and publishing choices.
    0
    installs
  55. Deployment Preview Workflows · tim-osterhus bundle
    Guardrail for choosing deployment preview hosts, verifying auth and repo shape, defaulting to previews, and demanding smoke evidence before declaring a deploy ready.
    0
    installs
  56. Game Asset Pipeline Expansion · tim-osterhus bundle
    Guardrail for sprite-strip normalization, GLB / glTF prep, and browser-game asset verification.
    0
    installs
  57. React Next Performance Review · tim-osterhus
    Guardrail for React/Next.js review and refactor work focused on hydration, loading states, rerender paths, and SWR cache behavior.
    0
    installs
  58. Durable Workflow Orchestration · tim-osterhus
    Guardrail for designing and reviewing crash-safe durable workflows with explicit checkpoints, retries, pause/resume, and recovery boundaries.
    0
    installs