OffNet Newsroom

Daily topic roundup

Trending on GitHub

Monday, July 06, 2026 · 5 stories, curated & summarized — click any story for the source.

pg-cdc is a single-binary tool that reads Postgres Write Ahead Logs and writes typed, immutable Parquet files to AWS S3 in Iceberg format. It integrates with AWS Glue for metadata and enforces access control via Lake Formation tags, ensuring consumers never need database credentials. The architecture is strictly one-way, preventing any data from flowing back to the production database, which isolates analytics workloads from the source system.

  • Single binary implementation with no JVM dependency reduces deployment overhead.
  • One-way WAL stream guarantees analytics agents cannot modify production data.
  • Lake Formation tags govern access, removing the need for DB credentials.
  • Iceberg tables on S3 enable time-travel queries and immutable storage.
HOW IT WORKSOne-Way Data Pipeline1Read Postgres WAL2Convert to Parquet3Write Iceberg Tables4Store on S3
GitHub Trending (daily) githubrepos ⚠ unverified date/source

Meetily: Local Rust AI Meeting Assistant with Parakeet Transcription

Meetily is an open-source, self-hosted AI meeting assistant built in Rust that processes audio entirely on local infrastructure. It leverages a 4x faster Parakeet/Whisper model for live transcription and speaker diarization, while using Ollama for summarization. The tool is designed for enterprises requiring data sovereignty, offering macOS and Windows support without cloud dependencies.

  • Rust-based architecture ensures high performance for real-time audio processing tasks.
  • Parakeet/Whisper integration delivers significantly faster live transcription speeds.
  • Ollama handles summarization locally, maintaining strict data privacy and sovereignty.
  • Fully self-hosted solution suitable for enterprise compliance and secure environments.
BY THE NUMBERSLocal AI Meeting Assistant4xFaster local transcription speedParakeet model outperforms standard Whisper
GitHub Trending (daily) githubrepos ⚠ unverified date/source

Repo aggregates leaked system prompts for Claude, GPT, and Gemini models

The asgeirtj/system_prompts_leaks repository catalogs extracted system instructions for major AI models including Anthropic's Claude series, OpenAI's GPT variants, and Google's Gemini. It highlights specific version changes, such as the transition from Claude Opus 4.8 to Fable 5, and includes prompts for developer tools like Cursor and VS Code. The collection serves as a reference for understanding the hidden rules governing these AI interactions.

  • Provides raw system prompt text for top-tier models (Claude, GPT, Gemini).
  • Tracks version diffs to identify instruction changes between model releases.
  • Includes prompts for developer tools like Cursor and VS Code Copilot.
  • Useful for prompt engineering and understanding model constraints.
  • Aggregates data from multiple vendors into a single searchable repo.
THE SHIFTClaude Model Version Shift4.8CLAUDE OPUS VERSION5FABLE MODELTracking major instruction changes
GitHub Trending (daily) githubrepos ⚠ unverified date/source

Open-source library of 350+ skills for Claude Code and other AI agents

The alirezarezvani/claude-skills repository aggregates over 350 production-ready skills, plugins, and agent configurations for Claude Code, Codex, Gemini CLI, and Cursor. It covers diverse domains including engineering, DevOps, compliance, and business operations, offering reusable expertise packages. The project positions itself as a comprehensive open-source library designed to extend the capabilities of multiple coding agents beyond basic coding tasks.

  • Covers 13+ AI coding tools including Claude Code, Codex, and Cursor.
  • Includes skills for non-coding roles like marketing, finance, and compliance.
  • Features 30+ agents and 70+ custom commands for extended functionality.
  • Provides reusable expertise packages to standardize agent workflows.
GitHub Trending (daily) githubrepos ↺ since 07-05 ⚠ unverified date/source

dotnet/skills: Curated Agent Skills for .NET AI Coding

The .NET team has released a curated repository of agent skills designed to assist AI coding agents with C# and .NET development. It includes plugins for language server integration, data access via Entity Framework, performance diagnostics, and MSBuild tasks, following the agentskills.io standard. The project provides a dashboard to track accuracy and efficiency trends for these contained plugins.

  • Integrates LSP skills directly into AI coding agents for better C# context awareness.
  • Offers specialized plugins for EF data access, diagnostics, and MSBuild operations.
  • Follows the agentskills.io standard for interoperable AI agent capabilities.
  • Provides a public dashboard to monitor plugin accuracy and efficiency metrics.
CHECKLISTKey .NET Agent Skills FeaturesIntegrate LSP skills for C# contextUse plugins for EF data accessLeverage diagnostics and MSBuild tasksFollow agentskills.io interoperability standardMonitor metrics via public dashboard