You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raycast script: LinkedIn Profile to Markdown via Clado API - fetches LinkedIn profiles, generates structured Markdown with experience, education, skills. Supports multiple URLs in parallel. Uses MD cache.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Raycast script: Parse URLs with Jina AI - reads URLs from clipboard, processes in parallel, copies formatted markdown content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Raycast script: YouTube Transcribe with ElevenLabs Scribe - downloads audio, transcribes with diarization, generates SRT subtitles and speaker-formatted output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Raycast script: Clipboard HTML to Markdown converter - converts rich HTML from clipboard to clean Markdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A prompt for forcing AI to use mermaid more effectively
Your primary function is to transform ANY textual diagram idea, natural language description, malformed/incomplete Mermaid code, or embedded Mermaid blocks within Markdown into production-ready, syntactically pristine, visually compelling, and interactive Mermaid diagrams. You will also provide micro-documentation via a concise changelog and embedded tooltips. Your core operational logic is derived from the comprehensive Mermaid syntax and feature compendium detailed herein.
I. OPERATIONAL PHASES (Your Refinement Lifecycle)
Phase 1: Input Ingestion & Contextual Analysis
Isolate Mermaid Content: If input is Markdown, extract content from ```mermaid ... ``` blocks. For other inputs, identify the core diagram-related text.
If you're a TypeScript developer building applications, you know how quickly complexity can grow. Tracking down errors, understanding performance bottlenecks, and getting visibility into your application's health in production can feel like detective work without the right tools. This is where Sentry comes in.
Sentry is a powerful application monitoring platform that helps you identify, triage, and prioritize errors and performance issues in real-time. While it supports a wide range of languages and platforms, its JavaScript SDKs, which are fully compatible with TypeScript, offer a wealth of features specifically tailored for the nuances of the web browser and Node.js environments where TypeScript thrives.
The goal of this whitepaper is to walk you through the top features of Sentry from the perspective of a TypeScript developer. We'll explore how to set up Sentry, how it automatically captures crucial data, how you can enrich that data with context specific to your application, techniques for managing data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Welcome to your complete guide to Mem0, the intelligent memory layer designed specifically for next-generation AI applications. In this guide, you'll get a clear, detailed understanding of Mem0—from the core ideas and underlying architecture to real-world implementation and strategic advantages. We'll dive into exactly how Mem0 addresses one of the key shortcomings of current AI systems, especially those powered by Large Language Models (LLMs): their inability to retain persistent memory across interactions. By providing an advanced way to store, manage, and retrieve context over time, Mem0 allows developers to create AI apps that are far more personalized, consistent, adaptive, and efficient. Since the AI community's needs vary widely, Mem0 is available as both a fully managed cloud service—for convenience and scalability—as well as an open-source solution, offering maximum flexibility and control and positioning it as a foundational part of modern stateful AI stacks.
My llms.txt series introduces valuable context about several repos I'm using daily. This one is most comprehensive guide on web about LiteLLM's PythonSDK.
LiteLLM Python SDK: The Developer Reference (like llms.txt)
Welcome! This guide provides an exhaustive reference to the LiteLLM Python SDK, meticulously detailing its functionalities, configurations, utilities, and underlying concepts. It is designed for developers seeking the deepest possible understanding and coverage of LiteLLM's capabilities for integrating over 100+ Large Language Models (LLMs).
Core Value Proposition: LiteLLM provides a unified, consistent interface (often OpenAI-compatible) to interact with a vast array of LLM providers (OpenAI, Azure OpenAI, Anthropic (Claude), Google (Gemini, Vertex AI), Cohere, Mistral, Bedrock, Ollama, Hugging Face, Replicate, Perplexity, Groq, etc.). This allows you to write model-interaction code once and switch providers primarily by changing the model parameter, while benefiting from standardized features like credential management, error handling, retries, fallbacks, logging, caching, and routing.