← all publishers

dimitri-vs

@dimitri-vs source repo

15 published skills

  1. Mistral Ocr · dimitri-vs bundle
    Convert PDFs, scans, and document images to clean Markdown via the Mistral OCR API, with figures described inline by a vision model. Use whenever a PDF or scanned document needs text extraction — accuracy matters, so prefer this over pdftotext/pdfplumber/tesseract or ad-hoc approaches. Fast (~seconds for 100 pages, vs ~30s/page for local marker) and cheap (~$0.005/page). Requires MISTRAL_API_KEY env var.
    1 install
  2. Pydantic AI · dimitri-vs bundle
    Build AI agents with Pydantic AI framework. Use when implementing agents with Gemini/Google, structured outputs, tools, streaming, multi-agent delegation, or FastAPI integration.
    3 installs
  3. Railway CLI · dimitri-vs
    Deploy and manage apps on Railway's cloud platform. Use when deploying, checking logs, managing environments, or running commands against Railway services.
    1 install
  4. Clockify API · dimitri-vs
    Clockify API integration patterns and key endpoints
    1 install
  5. Codex Review · dimitri-vs bundle
    Get an independent review from Codex CLI (OpenAI, native Windows) as a second opinion. Use after implementing features, completing plans, finishing research/analysis, or anytime an unbiased third-party perspective would help - including non-code contexts like decisions, strategies, parenting situations, financial plans, or advice quality-checks. Runs 1-5 minutes in background (longer for complex reviews). Invoke when user asks for a sanity check, second opinion, or Codex review.
    1 install
  6. Web Research · dimitri-vs bundle
    Perform web research using OpenAI APIs. Fast mode uses gpt-5.5 with web_search and medium reasoning for quick lookups (~1-2 min). Normal/deep modes use gpt-5.6-sol with web_search + code interpreter at high/xhigh reasoning effort for comprehensive multi-step research. Invoke when user needs current web information or thorough research on a topic.
    1 install
  7. Skill Creator · dimitri-vs
    Create new Claude Code skills with proper structure and best practices. Use when building a new skill, understanding skill architecture, or deciding between skills vs prompts vs CLAUDE.md.
    1 install
  8. Routine Builder · dimitri-vs
    Design, create, and maintain Claude Code Desktop routines (local scheduled tasks). Use when building a new routine, migrating a scheduled task from another platform, debugging a broken routine, or doing a monthly tune-up on existing routines. Covers the two-layer architecture (deterministic Python + editorial Claude), SKILL.md authoring, schedule configuration, and common pitfalls.
    1 install
  9. Interface Design · dimitri-vs bundle
    Interface design guidance for utilitarian apps — dashboards, tools, admin panels, data-heavy UIs. Use when building new pages/views, adding major UI components, or reviewing frontend design consistency. Component-library-first approach.
    1 install
  10. Clerk · dimitri-vs
    Clerk authentication integration guide. Use when implementing user auth, setting up Clerk for a new project, configuring sign-in/sign-up flows, or handling auth-related security concerns. Covers agency workflow for client handover.
    1 install
  11. Speak · dimitri-vs bundle
    Read the assistant's last message (or any text) aloud via OpenAI TTS, opening the audio in a media player with pause/scrub controls. Invoke when the user asks to speak, read aloud, say it, narrate, or "read that to me" — typically after a dense or information-heavy response. Rewrites the message into a listening-friendly script before synthesis. Supports phone delivery via ntfy for remote/cloud sessions.
    1 install
  12. Humanize · dimitri-vs
    Strip Claude writing tells (em-dashes, "Not X, but Y" contrastives, colon-declarations, delve/realm/seamless/robust lexical cluster, wrap-up closers, synthetic empathy, collective modality) from text via the globally-installed `humanize` CLI. Invoke when the user asks to humanize, de-AI-ify, de-Claude, clean up LLM-sounding text, or make output sound less like a bot. Also use proactively after generating prose that will be shown verbatim to a human (LinkedIn posts, emails, proposals, essays) when the content should read as authored by a real person rather than an assistant.
    1 install
  13. Skeleton Docs · dimitri-vs
    Skeleton UI framework reference. Use when working on Svelte frontend components, debugging Skeleton styling issues, customizing components beyond basics, or iterating on UI implementation. Fetch latest docs for best practices.
    1 install
  14. Playwright · dimitri-vs
    Browser automation via Playwright CLI and MCP. Use when interacting with web pages — navigating, clicking, filling forms, taking screenshots, scraping content. Defaults to CLI (`@playwright/cli`) for token efficiency. Falls back to MCP for short exploratory sessions or sandboxed environments.
    1 install
  15. Sentry CLI · dimitri-vs
    Query Sentry issues and events via sentry-cli. Use when investigating errors, triaging issues, or resolving them programmatically.
    1 install