Updates

Changelog

New playbooks, plugins, APIs, and website improvements. Subscribe via RSS for notifications.

RSS feed · Back to hub

Emil design engineering skill catalog entry

Impeccable community skill catalog entry

Taste Skill community skill catalog entry

B&R Automation Studio catalog layer (v1)

  • Added thin B&R / BRDK discovery layer (catalog-only, no neexo-brdk plugin)
  • New stack playbook: br-automation-studio/api/playbooks/br-automation-studio
  • New tools: as-help-mcp, br-community-mcp, bnr-claude-plugin
  • New cookbook: Set Up B&R Automation Studio AI Tooling
  • New prompt: Install B&R AI Tooling
  • Primary upstream B&R hub: BRDK-Public/awesome-brdk (linked, not mirrored)
  • Playbook bundles cookbook + prompt; /start wizard, CLI --stack, README, naming policy
  • Playbook API routes auto-discover slugs from content/playbooks/ (no manual generateStaticParams list)
  • Internal maintainer guide: docs/brdk-curation.md (aligned with June 2026 hub APIs)
  • Upstream repos checked (not archived): BRDK-Public/awesome-brdk, br-automation-community/as-help-mcp, br-automation-community/br-community-mcp, googoles/BnRClaudePlugin

AI Hub overhaul — playbooks, agent discovery, dual marketplace

Highlights

  • One-link agent entry: https://awesome.neexo.dk/llms.txt — LLMs self-navigate without user choices
  • 8 stack playbooks with JSON API, RSS feed, and /start wizard
  • Dual marketplace for GitHub Copilot and Cursor (6 plugins)
  • IDE compatibility matrix at /compatibility
  • /for-ai copy-paste page for non-technical users
  • src/patterns/ canonical source synced to installable plugins

APIs

  • /api/index.json — machine catalog with workflow and match hints
  • /api/llms-minimal.txt — baseline guardrails
  • /api/playbooks/{stack} — stack bundles
  • /api/export?ids=... — on-demand resource fetch

Website UX polish — navigation, search, playbooks, and detail pages

  • Redesigned header with Browse and Explore dropdown menus (desktop) and grouped mobile menu
  • Homepage: hero stats panel, embedded search, featured playbooks, changelog teaser, how-it-works section
  • Fixed 404 on /playbooks and /prompts category pages
  • Entry pages: breadcrumbs, related resources, contextual next steps, playbook bundle overview
  • Richer site footer with quick links and API references
  • Responsive layout up to 96rem width; 4-column grids on large desktops
  • Removed locale-specific Danish examples from public i18n and git-commit docs (English-only hub)

Website improvements and more content

  • Added global search across all categories
  • Added content preview on plugin detail pages
  • Added changelog page
  • New content: Security Scanner agent, Test Generator skill, Context7 MCP tool
  • New cookbook recipes: Set Up an MCP Server, Create a Custom Agent, Write Effective Instructions
  • New hooks: Pre-Commit Lint, Post-Push Notify
  • New workflows: Auto PR Review, Auto Label Issues
  • Markdown tables now render correctly with GFM support

Setup page and installation guide

  • Added /setup page with 3 installation methods
  • Added "Add to VS Code" CTA button on homepage
  • Added quick setup banner with copy-paste command
  • Added CopyButton component for code snippets

Marketplace and automation

  • Created marketplace.json plugin registry
  • Added scripts/new-plugin.mjs for scaffolding new plugins
  • Added scripts/setup-marketplace.ps1 for VS Code marketplace registration
  • Created Neexo Developer Plugin with code-reviewer agent, code-review and commit-message skills

Initial launch

  • Launched awesome.neexo.dk
  • Added core content: agents, instructions, skills, plugins, tools
  • Next.js website with Tailwind CSS v4
  • Dark/light/system theme support
  • Category browsing with search and tag filtering
  • SEO: sitemap, robots.txt, llms.txt
  • E2E test suite with Playwright