AI Ecosystem · May 14, 2026
Weekly AI Infra Brief, 2026-05-14
43 updates
TL;DR
- **Biggest shift:** individual-builder skill packs went mainstream this week. mattpocock/skills hit 82k stars (+15.8k in 7 days), addyosmani/agent-skills hit 41.6k (+11.7k), ruvnet/ruflo crossed 51k. Skills are now a distribution surface, not just a Claude Code feature. - **Strongest install candidate:** addyosmani/agent-skills as a verification-gate library to layer over app-build M07-M12. It encodes Google-grade quality gates (spec-driven dev, TDD, security-and-hardening) with anti-rationalization tables that match our generate-then-gate discipline. - **Strongest publish-back opportunity:** our wiki-ingest + graphify + 3-layer Karpathy pattern beats the dozen new "awesome-claude-skills" aggregator repos that pile skill READMEs into one dir with no source-of-truth separation. Our pattern survives growth, theirs collapses into noise at scale.
AI media production engineering
playcanvas/supersplat
playcanvas/supersplat ([repo](https://github.com/playcanvas/supersplat)), 7.9k stars, +2.7k this week. Browser-based 3D Gaussian Splat editor. [INFORM], adjacent to AI media pipeline, relevant if Spirit Molecule or Defrag ever wants 3D Oracle UI artifacts. Not an install today.
Source →
HeyGen HyperFrames
HeyGen HyperFrames (carryover from earlier brief, deterministic HTML/CSS/JS-to-MP4 renderer). [EVALUATE], overlaps with our Remotion-for-Oracle-UI pattern per `feedback_oracle_ui_remotion_routing`. Gain is non-React video assembly. No new commits this week, leaving as evaluate.
Content intelligence pipelines
Bhanunamikaze/Agentic-SEO-Skill
Bhanunamikaze/Agentic-SEO-Skill ([repo](https://github.com/Bhanunamikaze/Agentic-SEO-Skill)), 532 stars, individual. LLM-first SEO analysis skill with specialized sub-skills and agent tools, fresh push. [EVALUATE], direct overlap with our SEO automation under app factory and could feed into the Defrag content pipeline. Worth a teardown before we extend any in-house SEO surface.
Source →
Trends MCP
Trends MCP ([pulsemcp](https://www.pulsemcp.com/servers/trends), [trendsmcp.ai](https://trendsmcp.ai)), normalized 0-100 trend data from Google/YouTube/TikTok/Reddit/Amazon/Wikipedia via MCP, streamable HTTP. [EVALUATE], would slot under the `intelligence-agent` step of our 4-agent pipeline. Currently we run last30days for this, which is heavier but workspace-controlled. Trends MCP is faster, less auditable.
Source →
Agent orchestration + multi-model economics
mattpocock/skills
mattpocock/skills ([repo](https://github.com/mattpocock/skills)), 82k stars (+15.8k this week), individual. Matt's personal `.claude/` directory shipped as 18 skills across engineering (diagnose, tdd, improve-codebase-architecture, prototype), productivity (handoff, write-a-skill), git-guardrails. [INSTALL NOW], allowlist match (creator with 4 named in scope file analogs, repo >1k stars, commit this week). Cherry-pick diagnose + git-guardrails + tdd to slot beside app-build milestones.
Source →
addyosmani/agent-skills
addyosmani/agent-skills ([repo](https://github.com/addyosmani/agent-skills)), 41.6k stars (+11.7k), individual. 22 lifecycle skills across Define/Plan/Build/Verify/Review/Ship, codifies Google-grade gates (Hyrum's Law, Beyonce Rule, trunk-based dev, Shift Left). Anti-rationalization tables that match our `feedback_generate_then_gate`. [INSTALL NOW], overlay on app-build M07-M12 as the verification spine.
Source →
ruvnet/ruflo
ruvnet/ruflo ([repo](https://github.com/ruvnet/ruflo)), 51k stars (+5.5k), individual. Multi-agent swarm orchestrator with 100+ specialized agents, AgentDB vector memory, cross-machine federation, HIPAA/SOC2/GDPR compliance hooks. v3.7.0-alpha.33 May 13, 1,483 releases. [EVALUATE], direct overlap with infra-improver's parallel-Skill fan-out and the Defrag roadmap swarm. Plugin sprawl is the risk. Pull discipline ideas, not the whole framework.
Source →
affaan-m/everything-claude-code
affaan-m/everything-claude-code ([repo](https://github.com/affaan-m/everything-claude-code)), 182k stars (figure cited in WebSearch, likely cumulative across forks/mirrors, verify before citing externally). Performance-optimization harness across Claude Code/Codex/Opencode/Cursor/Gemini CLI. Cerebral Valley x Anthropic hackathon Feb 2026. [EVALUATE], cross-CLI harness overlaps with our AGENTS.md symlink pattern.
Source →
Hmbown/DeepSeek-TUI
Hmbown/DeepSeek-TUI ([repo](https://github.com/Hmbown/DeepSeek-TUI)), 28.9k stars, +15.9k this week, individual, Rust. Terminal coding agent for DeepSeek models. [EVALUATE], relevant only if multi-model routing shifts to include DeepSeek in the matrix. Sub-Sonnet pricing tier signal.
Source →
rohitg00/agentmemory
rohitg00/agentmemory ([repo](https://github.com/rohitg00/agentmemory)), 8.9k stars, +4.4k, individual, TypeScript. Benchmark-validated persistent memory layer for coding agents. [EVALUATE], overlaps with the workspace's MEMORY.md + per-project feedback memory files. The in-house pattern is auditable in plain markdown, theirs is opaque storage.
Source →
thedotmack/claude-mem
thedotmack/claude-mem ([repo](https://github.com/thedotmack/claude-mem)), 75.7k stars, individual. Persistent cross-session memory layer. [EVALUATE], same overlap analysis as agentmemory. Pick one to evaluate, not both.
Source →
App factory
oaustegard/claude-skills
oaustegard/claude-skills ([repo](https://github.com/oaustegard/claude-skills)), 121 stars, individual, fresh commits. Personal curated skill collection from an active builder. [INSTALL NOW], fits the allowlist (>100 stars, last commit today, individual). Cherry-pick whatever maps to app-build phases we don't already cover.
Source →
CloakHQ/CloakBrowser
CloakHQ/CloakBrowser ([repo](https://github.com/CloakHQ/CloakBrowser)), 10.8k stars, +8.3k this week. Stealth Chromium passing bot detection with fingerprint patches, Playwright-API-compatible. [EVALUATE], relevant for any client app that needs scrape-resistant browser automation. Healing-vertical research scraping use case (Defrag, eyeboga).
Source →
Reclusive-frazzle473/NeuralScraper
Reclusive-frazzle473/NeuralScraper ([repo](https://github.com/Reclusive-frazzle473/NeuralScraper)), 0 stars but fresh push, individual, MCP server. Local-first web data extraction. [EVALUATE], pre-traction, but the local-first MCP pattern is what David's been asking about for credential-isolated scraping.
Source →
everything-claude-code's cross-CLI harness pattern
everything-claude-code's cross-CLI harness pattern, pattern observation, not separate install. Reinforces our AGENTS.md symlink convention as the right primitive. [ALREADY COVERED] by AGENTS.md/CLAUDE.md/GEMINI.md symlinks.
Workspace + wiki governance
eugeniughelbur/obsidian-second-brain
eugeniughelbur/obsidian-second-brain ([repo](https://github.com/eugeniughelbur/obsidian-second-brain)), 1.1k stars, individual, fresh commits. Cross-CLI skill converting Obsidian vaults into "AI-first second brain." [EVALUATE], direct overlap with our Obsidian Git setup + Karpathy 3-layer wiki. Worth a teardown to see if there's a pattern to import.
Source →
Context7 MCP
Context7 MCP ([pulsemcp](https://www.pulsemcp.com/servers), Upstash), featured PulseMCP server. Connects to Context7's documentation DB for up-to-date library/framework docs. [INSTALL NOW], matches allowlist (Upstash is a known org, hand-reviewed by PulseMCP). Drops the "training data is stale, fetch the docs" problem across all app-tier work.
Source →
Trends MCP
Trends MCP ([pulsemcp](https://www.pulsemcp.com/servers/trends)), already listed under §2. Cross-references here as governance-relevant because it's a candidate to add to the infra-improver source list.
Source →
alirezarezvani/claude-skills
alirezarezvani/claude-skills ([repo](https://github.com/alirezarezvani/claude-skills)), 263+ skills across Claude Code, Codex, Gemini CLI, Cursor, 8 more. Engineering + marketing + product + compliance + C-level advisory. [EVALUATE], same allowlist match as oaustegard, larger surface. Cherry-pick, don't bulk-import.
Source →
sickn33/antigravity-awesome-skills
sickn33/antigravity-awesome-skills ([repo](https://github.com/sickn33/antigravity-awesome-skills)), 1,400+ skills aggregator with installer CLI, bundles, workflows. [SKIP, aggregator], exactly the flat-list anti-pattern our 3-layer wiki avoids. Useful as a discovery surface, not as a library to inherit from.
Source →
rohitg00/agentmemory + thedotmack/claude-mem
rohitg00/agentmemory + thedotmack/claude-mem opaque-storage memory layers vs in-house MEMORY.md + plain-markdown feedback files. `[CONFLICTS WITH: feedback_subagent_persist_to_disk]`, our durable-context rule is plain markdown on disk for auditability. Keep evaluating, don't auto-adopt.
Trends MCP
Trends MCP as `intelligence-agent` source vs in-house last30days. `[CONFLICTS WITH: research/marketing/content-intelligence-system.md]`, last30days is workspace-controlled and auditable. Trends MCP is faster but opaque. Decision: keep last30days primary, Trends MCP as supplemental only.
`[ ] Evaluate addyosmani/agent
`[ ] Evaluate addyosmani/agent-skills 22 lifecycle skills, cherry-pick verification gates to layer over app-build M07-M12.` to parent root `TODO.md` (inbox)
`[ ] Evaluate mattpocock/skills, pull diagnose + git
`[ ] Evaluate mattpocock/skills, pull diagnose + git-guardrails + tdd into .claude/skills/ if they don't duplicate existing.` to parent root `TODO.md` (inbox)
`[ ] Install Context7 MCP across app
`[ ] Install Context7 MCP across app-tier dev sessions for live library docs, verify Upstash auth + rate limits.` to parent root `TODO.md` (inbox)
`[ ] Teardown eugeniughelbur/obsidian
`[ ] Teardown eugeniughelbur/obsidian-second-brain vs our Karpathy 3-layer + Obsidian Git pattern, document what's portable.` to parent root `TODO.md` (inbox)
`[ ] Write Defrag publication essay, "Skills as a distribution surface", mattpocock + addyosmani + ruvnet pattern, why aggregators collapse, why 3
`[ ] Write Defrag publication essay, "Skills as a distribution surface", mattpocock + addyosmani + ruvnet pattern, why aggregators collapse, why 3-layer wikis survive scale.` to projects/cowork-defrag/TODO.md (next-week)
r/ClaudeAI / r/ClaudeCode
r/ClaudeAI / r/ClaudeCode, rate-limit doubling discourse and skill-pack proliferation dominate the week. Sentiment is shifting from "discover MCPs" to "curate skills." Confirms the GitHub signal above.
r/Lovable
r/Lovable, sustained negative sentiment ("Lovable is Trash", credentials-leak thread). Already factored into the locked Defrag bridge thesis content angle.
_None this week._ Healing
_None this week._ Healing-vertical and authentic-marketing research had no AI-trends spillover.
GitHub topics:
GitHub topics: claude-code, claude-skill, mcp-server, ai-agents (4 topics, roughly 80 individual-builder repos surfaced before filter).
GitHub trending weekly:
GitHub trending weekly: 25 repos surveyed, 6 individual-builder repos selected (mattpocock, addyosmani, ruvnet, Hmbown, rohitg00, Bhanunamikaze).
PulseMCP:
PulseMCP: featured server list (15 surveyed, 2 selected: Context7, Trends MCP).
Hacker News Show HN:
Hacker News Show HN: "claude OR mcp OR agent" past 4 weeks, 10 results reviewed, none promoted to brief body this week (most are >2 weeks old).
Web/forums:
Web/forums: 5 searches across Anthropic news, Vercel blog, AI design tools, MCP discovery. Announcement caps held (0 anthropic.com/news, 0 blog.google, 0 vercel.com/blog, 0 simonwillison.net items in body).
Reddit sentiment:
Reddit sentiment: rolled to appendix per source-mix cap.
Date:
Date: 2026-05-14
Brief generated by:
Brief generated by: infra-improver agent (re-run with new source-mix caps)
Domain scope file version:
Domain scope file version: `.claude/context/domains-scope.md` as of 2026-05-14
Items considered:
Items considered: roughly 110 before filter to 20 after filter
Caps held:
Caps held: 0/2 announcement-source items used. 1/1 Reddit body items. 7 GitHub individual-builder items (target was at least 5). 2 PulseMCP items (target at least 2).
Failure modes triggered:
Failure modes triggered: PulseMCP `?sort=trending` and `?sort=newest` query strings returned 404 (URL pattern changed), compensated via base /servers fetch + WebSearch. The `affaan-m/everything-claude-code` star count (182k) is from WebSearch and looks too high vs other accounts, flag for verification before any external citation.
Time:
Time: 19:00 PT