Related
- Agent Skills Discovery RFCCloudflare's draft spec for publishing Agent Skills at a predictable URL — an index at /.well-known/agent-skills/ lists each skill as a single artifact with a type, a URL and a SHA-256 digest. Apache-2.0, v0.2.0, and a draft rather than a ratified IETF RFC.
- PostHog MCP AnalyticsAnalytics for MCP servers — every tool call an agent makes lands as a normal PostHog event, so you get per-tool failure and latency, the agent's own account of what it was after, and the tools it went looking for and didn't find. Beta, behind a feature preview.
- binpatchBinary delta-update engine from BYK. Publish a bsdiff+zstd patch next to each release and a self-updating binary walks the chain from the installed version to the target instead of downloading itself again. Zero runtime dependencies, MIT.
- harness-doctorClaude Code / Codex skill that mines the last N days of Claude Code transcripts across every project on the machine into five fact tables — bash, errors, tokens, human corrections, fan-out — and returns a ranked list of fixes with the measured number behind each one.