Overview
This week's trending set is dominated by the "Agent Skills" ecosystem — reusable skill files that teach AI coding agents (Claude Code, Codex, Cursor) how to do specific jobs like design, marketing, or UI work. Multiple new entrants from OpenAI, Google, and Microsoft signal platform-level investment in skill standards. Also notable: a wave of agent orchestration tools (multiplexers, background agents, fleet managers) and MCP servers bridging AI tools to enterprise platforms like Atlassian. The "anti-vibe-coding" movement is real — several repos explicitly reject sloppy AI output in favor of deterministic, engineer-grade results.
1. Nutlope/hallmark
- Category: AI Tools
- Status: New
Anti-AI-slop design skill for Claude Code, Cursor, and Codex. Hallmark picks a macrostructure, dresses it in one of twenty themes, runs fifty-seven slop-test gates plus a pre-emit self-critique, and refuses output that looks AI-generated. Built by Together AI.
Why it's on the list: The most pointed "anti-vibe-coding" tool this week — directly addresses the growing frustration with generic AI-generated UI.
2. openai/codex
- Category: AI Agents
- Status: Trending
Lightweight coding agent that runs in your terminal. Codex CLI runs locally on your computer, with IDE integrations for VS Code, Cursor, and Windsurf, plus a desktop app and cloud-based web version at chatgpt.com/codex.
Why it's on the list: OpenAI's flagship coding agent is now a full platform spanning terminal, IDE, desktop, and web — the baseline every other tool competes against.
3. openinterpreter/openinterpreter
- Category: AI Agents
- Status: Trending
A coding agent optimized for low-cost models. Recently reimplemented the Kimi K3 provider-recommended harness in Rust, giving maximum K3 performance with a Codex-like interface. Supports macOS and Linux.
Why it's on the list: The open-source coding agent that keeps pace with proprietary alternatives, now optimized for the latest cost-efficient models.
4. iOfficeAI/OfficeCLI
- Category: CLI
- Status: New
The first Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. Give any AI agent full control over Office documents in one line of code.
Why it's on the list: Fills a massive gap — AI agents have had no clean way to manipulate Office files without heavy dependencies until now.
5. atlassian/atlassian-mcp-server
- Category: MCP
- Status: New
Official remote MCP server for Atlassian. Securely connects Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
Why it's on the list: Enterprise MCP adoption is accelerating — this is the official bridge from Atlassian's suite to every major AI coding tool.
6. browseros-ai/BrowserOS
- Category: AI Agents
- Status: New
The open-source agentic browser — an alternative to ChatGPT Atlas, Perplexity Comet, and Dia. A Chromium fork with a built-in AI agent that Claude Code, Codex, Cursor, or any MCP client can drive using accounts you're already signed into, with live viewing and replay.
Why it's on the list: The browser-as-agent-interface paradigm is heating up, and this is the open-source contender with MCP-native architecture.
7. ogulcancelik/herdr
- Category: CLI
- Status: New
Agent multiplexer that lives in your terminal. See every agent at a glance — blocked, working, done — with real terminal views. Detach and agents keep running; reattach from any terminal or over SSH.
Why it's on the list: As engineers run multiple agents simultaneously, a terminal-native multiplexer becomes essential infrastructure.
8. ColeMurray/background-agents
- Category: AI Agents
- Status: New
An open-source background agents coding system inspired by Ramp's Inspect. Provides a hosted background coding agent that works on tasks while you focus on other things, with full dev environments (Node.js, Python, git, browser automation, VS Code).
Why it's on the list: Background agent execution is the next frontier — this brings the "Inspect" pattern to open source.
9. stablyai/orca
- Category: AI Agents
- Status: Trending
The AI Orchestrator for running a fleet of parallel agents. Run Codex, Claude Code, OpenCode, or Pi side-by-side — each in its own worktree, tracked in one place. Available on desktop and mobile with a mobile companion for monitoring.
Why it's on the list: Fleet management for coding agents is becoming a category, and Orca is the most polished entry this week.
10. screenpipe/screenpipe
- Category: AI Tools
- Status: Trending
YC S26 — record your screen 24/7 and plug into your agents. Captures what you see, say, and do locally, then turns real work into searchable memory, SOPs, and automations for AI agents. Connects to OpenClaw, Hermes agent, and 100+ apps.
Why it's on the list: The most ambitious "agent memory" play — continuous screen recording as the substrate for agent context and automation.
Honorable Mentions
- mattpocock/skills — Agent skills for "real engineering" from a prominent TypeScript educator, directly from his .agents directory.
- wonderwhy-er/DesktopCommanderMCP — MCP server giving Claude terminal control, file search, and diff editing — practical agent infrastructure.
- tirth8205/code-review-graph — Local-first code intelligence graph for MCP and CLI, reducing context in code reviews.
- upstash/context7 — Up-to-date code documentation for LLMs and AI code editors, solving stale-training-data problems.
- openai/codex-plugin-cc — Use Codex from inside Claude Code for code reviews or task delegation — cross-agent integration from OpenAI itself.
Sources
- Nutlope/hallmark — https://github.com/Nutlope/hallmark
- OpenCut-app/OpenCut — https://github.com/OpenCut-app/OpenCut
- Shubhamsaboo/awesome-llm-apps — https://github.com/Shubhamsaboo/awesome-llm-apps
- HKUDS/Vibe-Trading — https://github.com/HKUDS/Vibe-Trading
- mattpocock/skills — https://github.com/mattpocock/skills
- kangarooking/cangjie-skill — https://github.com/kangarooking/cangjie-skill
- iOfficeAI/OfficeCLI — https://github.com/iOfficeAI/OfficeCLI
- ibelick/ui-skills — https://github.com/ibelick/ui-skills
- openai/codex — https://github.com/openai/codex
- openinterpreter/openinterpreter — https://github.com/openinterpreter/openinterpreter
- tirth8205/code-review-graph — https://github.com/tirth8205/code-review-graph
- earendil-works/pi — https://github.com/earendil-works/pi
- anthropics/cwc-workshops — https://github.com/anthropics/cwc-workshops
- moeru-ai/airi — https://github.com/moeru-ai/airi
- stablyai/orca — https://github.com/stablyai/orca
- wonderwhy-er/DesktopCommanderMCP — https://github.com/wonderwhy-er/DesktopCommanderMCP
- pingdotgg/t3code — https://github.com/pingdotgg/t3code
- browseros-ai/BrowserOS — https://github.com/browseros-ai/BrowserOS
- diegosouzapw/OmniRoute — https://github.com/diegosouzapw/OmniRoute
- heygen-com/hyperframes — https://github.com/heygen-com/hyperframes
- ColeMurray/background-agents — https://github.com/ColeMurray/background-agents
- AIEraDev/Clypra — https://github.com/AIEraDev/Clypra
- upstash/context7 — https://github.com/upstash/context7
- google-labs-code/stitch-skills — https://github.com/google-labs-code/stitch-skills
- nicobailon/pi-subagents — https://github.com/nicobailon/pi-subagents
- firecrawl/open-lovable — https://github.com/firecrawl/open-lovable
- mattpocock/dictionary-of-ai-coding — https://github.com/mattpocock/dictionary-of-ai-coding
- lobehub/lobehub — https://github.com/lobehub/lobehub
- coreyhaines31/marketingskills — https://github.com/coreyhaines31/marketingskills
- openai/codex-plugin-cc — https://github.com/openai/codex-plugin-cc
- ilysenko/codex-desktop-linux — https://github.com/ilysenko/codex-desktop-linux
- microsoft/power-platform-skills — https://github.com/microsoft/power-platform-skills
- pbakaus/impeccable — https://github.com/pbakaus/impeccable
- thedotmack/claude-mem — https://github.com/thedotmack/claude-mem
- OpenWhispr/openwhispr — https://github.com/OpenWhispr/openwhispr
- FB208/OpenBidKit_Yibiao — https://github.com/FB208/OpenBidKit_Yibiao
- atlassian/atlassian-mcp-server — https://github.com/atlassian/atlassian-mcp-server
- NomaDamas/k-skill — https://github.com/NomaDamas/k-skill
- ogulcancelik/herdr — https://github.com/ogulcancelik/herdr
- screenpipe/screenpipe — https://github.com/screenpipe/screenpipe