AGENTS // FIELD GUIDE // ONLINE cron 4h ago

A field guide for building with agents.

Vendor docs are pitch. Hacker News is a lottery. Honest MCP reviews, side-by-side vendor takes, and recipes with measured numbers — by an engineer who deploys this for a living.

179k
tracked
13
mcps reviewed
1
recipes
2
vendors
4
standards
14
safety lenses
ECOSYSTEM // 24H SNAPSHOT
13 tracked mcps 179k★ total stars +204 stars / 7d 10 alive 1 slowing 34d avg freshness Productivity top category 8 categories
▸ START HERE // FIRST VISIT? 3 STEPS · 5 MINUTES TOTAL
▸ WHAT'S MOVING NOW // LIVE STREAM

Cron-fed updates from the agentic ecosystem.

Vendor releases, protocol changes, MCP star deltas, recently committed servers — auto-refreshed every 6 hours.

PULSE · LIVE VIEW ALL (9) →
  • Anthropic ships Computer Use v3 with 30% lower latency
  • MCP Spec 2.0 RFC drops — auth + streaming improvements
  • Claude Skills hits GA, marketplace open
  • AutoGen in maintenance mode — successor: Microsoft Agent Framework
  • Microsoft Agent 365 GA next quarter
▸ EXPLORE BY PILLAR // 10 SURFACES

Everything we cover, with progress visible.

Each pillar shows current/target. Some are complete (Standards 4/4), others growing (MCPs 13/30).

▸ DEEP DATA // CATALOG + WORKFLOWS

The core surfaces.

▸ ROADMAP // THREE PHASES SHIP DATES INTENTIONALLY OMITTED
PHASE 1 ● SHIPPED

Cockpit Foundation

  • 10 pillar surfaces
  • 5 explainers · 4 FAQ · 1 recipe
  • MCP cron pipeline
  • Cmd+K palette
  • Stack diagram + coverage matrix
PHASE 2 ● IN-PROGRESS

Catalog + Reviews

  • 5 measured recipes
  • 30 MCP reviews
  • Vendor expansion (OpenAI + Google)
  • Search index (Pagefind)
  • Public health badges
PHASE 3 ● PLANNED

Standalone Property

  • Dedicated domain (agentic.dev or similar)
  • Templates pillar with public repos
  • Career pillar
  • Lab tools (cost calc, comparator)
  • 30+ Excalidraw diagrams
QUICK INSTALL

Add an MCP in 30 seconds

GitHub Dev npx -y @github/mcp-server
Playwright Browser npx -y @playwright/mcp
Filesystem Dev npx -y @modelcontextprotocol/server-filesystem
Postgres Data npx -y @modelcontextprotocol/server-postgres

CONFIG → ~/.config/Claude/claude_desktop_config.json

agentic@planet ~ tail -f /var/log/recent ● LIVE
$ npx -y @github/mcp-server [INSTALL]
$ cron run --refresh-mcp-stars [CRON]
$ git push origin main [DEPLOY]
$ agentic stack diagram --layer LLM [INSPECT]
$ curl agents.aguidetocloud.com/api/health [PING]
$ recipe run --id youtube-seo-automation [RUN]
$