Explore

Plugin graph

See what each plugin bundles, which plugins include a resource, and catalog entries not yet bundled in a plugin.

Plugin

Neexo Guardrails Plugin

Cost-aware AI coding guardrails for Neexo repositories, including scoped context rules, security checks, database safety, testing guidance, and reusable prompts.

InstructionCost-Aware AI InstructionsAlways-on guidance for keeping AI context small, avoiding expensive agent sessions, and classifying tasks before broad edits.InstructionNeexo Security and OWASP InstructionsSecurity review guidance covering OWASP Top 10 risks, auth boundaries, secrets handling, tenant isolation, and production-safe configuration.InstructionNeexo Drizzle Database InstructionsDatabase and migration guidance for Drizzle ORM, Drizzle Kit, Neon, tenant-scoped queries, atomic schema changes, and production-safe data access.InstructionNeexo Playwright Testing InstructionsFocused E2E testing guidance for Playwright specs, browser smoke tests, selectors, screenshots, and validation commands.InstructionNeexo Next.js ConventionsShared App Router, React 19, TypeScript, UI, and validation conventions for Neexo's Next.js 16 projects.InstructionNeexo Blender Python InstructionsGuidance for Blender Python scripts, add-ons, subprocess rendering, generated assets, and 3D pipeline automation.InstructionCLI-First Tooling InstructionsGuidance for preferring compact local CLI tools over MCP servers when they provide the same capability with less context and lower AI cost.InstructionZod v4 ValidationGuidance for using Zod v4 correctly, including the required import path, schema patterns, and type inference in TypeScript projects.Instructionshadcn/ui v4 (Base UI)Instructions for shadcn/ui v4 which uses Base UI primitives — use the render prop for composition, not Radix asChild.InstructionReact Three Fiber 3DConventions for React Three Fiber (R3F) components including dynamic imports, SSR avoidance, camera patterns, and postprocessing in Next.js apps.Instructionnext-intl InternationalizationConventions for multi-language Next.js apps using next-intl, including translation patterns, locale detection, and common pitfalls.InstructionClerk AuthenticationAuthentication patterns for Next.js apps using Clerk, including middleware setup, role-based access, organization scoping, and dev-mode fallbacks.InstructionUnity C# StandardsCoding standards for Unity C# projects — MonoBehaviour patterns, singleton guards, custom update cycles, serialization rules, and performance-safe hot-path practices.InstructionFigma HMI Design StandardsDesign-to-code standards for Figma-based HMI (Human-Machine Interface) projects — Figma plugin architecture, monorepo conventions, OPC-UA integration, and runtime rendering patterns.InstructionAgent Scope LimitsAlways-on limits on file scope, change size, and when agents must stop for approval before editing.InstructionCustomer Data GuardrailsSafe handling of personal and customer data in AI prompts, logs, validation pipelines, and application code.InstructionExternal System Integration PatternsReliable patterns for webhooks, queues, protocol handlers, and third-party system integrations.PromptRepository AI AuditAudit a repository for AI-assisted-development risk without broad repository scanning or application-code changes.PromptCost-Conscious Code ReviewPerform a scoped, cost-conscious code review using only the provided diff, selected files, or explicitly named files.PromptMonthly AI Usage ReviewAnalyze a GitHub Copilot usage CSV for AI Credit cost control, outliers, model usage, and budget recommendations.PromptInstall AI GuardrailsInstall lightweight AI coding guardrails in a repository without changing product behavior or scanning generated files.

Reverse index

Resources and which plugins reference them in catalog metadata.

ResourcePlugins
agents/code-reviewerneexo-developer
agents/consensus-reviewneexo-planning
agents/studio-editorneexo-figma
agents/workerneexo-blender
instructions/agent-scope-limitsneexo-guardrails
instructions/blender-pythonneexo-guardrails, neexo-blender
instructions/clerk-authneexo-guardrails
instructions/cli-first-toolingneexo-guardrails
instructions/cost-awarenessneexo-guardrails
instructions/customer-data-guardrailsneexo-guardrails
instructions/drizzle-databaseneexo-guardrails
instructions/figma-hmi-standardsneexo-guardrails, neexo-figma
instructions/integration-patternsneexo-guardrails
instructions/next-intlneexo-guardrails
instructions/nextjs-conventionsneexo-guardrails
instructions/playwright-testingneexo-guardrails
instructions/react-three-fiberneexo-guardrails
instructions/security-owaspneexo-guardrails
instructions/shadcn-ui-v4neexo-guardrails
instructions/unity-csharp-standardsneexo-guardrails, neexo-unity
instructions/zod-v4neexo-guardrails
prompts/cost-conscious-code-reviewneexo-guardrails
prompts/install-ai-guardrailsneexo-guardrails
prompts/monthly-ai-usage-reviewneexo-guardrails
prompts/repo-ai-auditneexo-guardrails
skills/agent-session-diaryneexo-planning
skills/audit-featureneexo-developer
skills/blender-pipelineneexo-blender
skills/code-reviewneexo-developer
skills/fetch-neexo-contextneexo-planning
skills/git-commitneexo-developer
skills/multi-agent-handoffneexo-planning
skills/neexo-brainstormneexo-planning
skills/plan-feature-changeneexo-planning
skills/scoped-planneexo-planning
skills/sync-prod-dbneexo-developer
tools/figma-mcp-serverneexo-figma
tools/mcp-unityneexo-unity

Unbundled resources (39)

SkillEmil Design Engineering SkillCommunity skill for UI polish, animation decisions, component feel, and the invisible details that make interfaces feel right — from Emil Kowalski.Skillhub-add-entryAdd a new catalog entry or installable pattern to Neexo AI Hub correctly — category picker, scaffold, sync, and validation.Skillhub-sync-patternsDiagnose and fix drift between src/patterns, plugins, and content catalog in Neexo AI Hub.Skillhub-validatePre-push validation checklist for Neexo AI Hub maintainers — run all CI validators locally.SkillImpeccableCommunity design skill for shaping, auditing, polishing, and iterating frontend UI with 23 commands and deterministic anti-slop rules — from pbakaus/impeccable.SkillTaste Skill (Anti-Slop Frontend)Community anti-slop frontend skills for landing pages, portfolios, and redesigns — layout, typography, motion, and spacing from Leonxlnx/taste-skill.PromptInstall B&R AI ToolingBootstrap B&R Automation Studio MCP tooling from the Neexo hub playbook and upstream install docs — without inventing AS conventions.HookPre-Commit LintRuns ESLint and Prettier on staged files before each commit, blocking commits that introduce lint errors.HookPost-Push NotifySends a Slack or Teams notification after a successful push, including branch name, commit count, and summary.WorkflowAuto PR ReviewEnable Copilot-powered code review on every pull request via GitHub's built-in code review feature, posting inline comments automatically.WorkflowAuto Label IssuesGitHub Actions workflow that reads issue content and automatically applies relevant labels based on keyword matching and configurable rules.ToolGitHub CLIGitHub's official command-line tool for issues, pull requests, repositories, workflows, releases, and API calls. Prefer it before GitHub MCP for routine scoped GitHub tasks.ToolGitHub MCP ServerOfficial GitHub MCP server — gives Copilot agents access to GitHub APIs: issues, PRs, repos, code search, and more.ToolAS Help MCP ServerMCP server for searching B&R Automation Studio help documentation with full-text and optional hybrid semantic search. Requires a local Automation Studio Help installation.Toolawesome-neexo CLIA bootstrap CLI for adding Neexo AI Hub conventions, Copilot instructions, and optional MCP server config to new projects.ToolB&R Community MCP ServerMCP server for full-text search and retrieval from the B&R Automation community forum. Useful for practical troubleshooting and solved discussions.ToolBnR Claude PluginClaude Code plugin marketplace with B&R Automation Studio build tools via MCP — build, list projects, parse logs. Not for VS Code Copilot or Cursor.ToolContext7 MCP ServerProvides Copilot agents with up-to-date library documentation, pulling directly from official sources instead of relying on training data.ToolPlaywright MCPMCP server for browser automation via Playwright — enables Copilot agents to navigate, click, fill forms, take screenshots, and run accessibility audits in a real browser.ToolUnity BridgeFile-based protocol that lets any AI agent see and control Unity Editor through plain JSON files — 25 commands, lens system, screenshots, and texture catalog with zero server dependencies.RecipeAI Cost Optimization GuideHow Neexo developers can reduce AI Credit usage through model selection, scoped prompts, small contexts, and monthly usage review.RecipeBootstrap a New Neexo ProjectStep-by-step guide for setting up a new Neexo project with the recommended .github structure, plugin installation, and project-specific copilot-instructions.RecipeCreate a Custom AgentHow to write your own Copilot agent with a .agent.md file and optional MCP server connections.RecipeGetting Started with Neexo AIOnboarding for Neexo teams: pick a stack, install Copilot or Cursor plugins, share llms.txt with any assistant, and work cost-consciously.RecipeNext.js + Drizzle + Clerk Vertical SliceEnd-to-end pattern from auth middleware to tenant-scoped Drizzle queries and server actions.RecipeSet Up an MCP ServerStep-by-step guide to configuring an MCP server in VS Code for use with Copilot agents.RecipeWindows AI Coding ToolbeltA Windows setup recipe for installing compact CLI tools that help agents search, inspect, diff, and validate code with less context.RecipeAI Context TemplateA filled example for docs/AI_CONTEXT.md so agents understand purpose, stack, and risks quickly.RecipeBlender Render PipelineHeadless Blender rendering through subprocess queues with idempotent workers.RecipeCheck for Plugin UpdatesA lightweight workflow pattern for checking Neexo Copilot plugin versions because Copilot plugins do not update automatically in consumer repositories.RecipeCLI vs MCP: Choosing the Right ToolA practical guide for choosing local CLIs before MCP servers when they reduce context, cost, and setup overhead.RecipeCopilot Content Exclusions GuideA practical guide to keeping generated output, secrets, dependencies, large media, and 3D assets out of AI context by default.RecipeFigma-to-Code WorkflowStep-by-step recipe for turning Figma designs into production code using the official Figma MCP server, Code Connect, and AI agent rules.RecipeGitHub Admin AI SetupA checklist for configuring GitHub Copilot organization settings, content exclusions, model access, budgets, and review cadence for Neexo.RecipeModel and Agent RoutingPick the right model and agent mode by task class to control cost and quality.RecipeSecrets Management (dotenvx & Infisical)How to configure encrypted secrets for Neexo projects using dotenvx or Infisical, replacing manual .env file sharing.RecipeSet Up B&R Automation Studio AI ToolingInstall guide for B&R MCP tooling — complements the br-automation-studio stack playbook and awesome-brdk upstream hub.RecipeUpgrade a Neexo Site to Next.js 16A migration checklist for moving Neexo Next.js apps to Next.js 16, React 19, async route params, and updated caching.RecipeWrite Effective InstructionsTips and patterns for writing .instructions.md files that consistently produce high-quality Copilot output.