backend-driven-routing
vmain
io.github.yyw-code/MallBase/backend-driven-routing
MallBase Vben Admin 后端驱动路由与 API 契约规则;新增或调整后台菜单、权限路由、页面路由及前端接口定义时使用。
共 23,480 个资源
vmain
io.github.yyw-code/MallBase/backend-driven-routing
MallBase Vben Admin 后端驱动路由与 API 契约规则;新增或调整后台菜单、权限路由、页面路由及前端接口定义时使用。
vlatest
io.mcp-cn.modelcontextprotocol/server-everything
MCP协议功能测试服务器,展示MCP的所有功能特性,包括prompts、tools、resources、sampling等,主要用于MCP客户端开发者的测试
vmain
io.github.SawyerHood/dev-browser/dev-browser
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
vmaster
io.github.cartography-cncf/cartography/refactor-legacy
Convert a legacy handwritten-Cypher Cartography sync (`load_*` / `cleanup_*` JSON jobs) into the modern declarative data model (`load()`, `GraphJob.from_node_schema()`). Use when the user asks to refactor, modernise, migrate, or "clean up" a legacy intel module, or to remove a `cleanup/*.json` job tied to an old `MERGE` query.
vmain
io.github.openai/codex/review-agent
Perform a read-only, defect-first review of a specified code change and return every actionable finding. Use when another agent delegates review of uncommitted changes, a base-branch diff, a commit, or custom review instructions.
vlatest
io.mcp-cn.cloudbase/cloudbase-mcp
基于 Model Context Protocol (MCP) 协议的AI编程助手一键部署服务,支持在Cursor/VSCode GitHub Copilot/WinSurf/CodeBuddy/Augment Code等AI编程工具中自动生成前后端应用+小程序,并一键发布到腾讯云开发CloudBase
vmain
io.github.recharts/recharts/typescript
Write strongly-typed TypeScript code in Recharts
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/typescript-tooling
Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/typescript-security
Secure server-side TypeScript input, auth tokens, and injection boundaries. Use for API/request validation, sanitization, secrets, and sensitive configuration; defer client-only React form validation and generic linting.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/typescript-language
Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/typescript-best-practices
Write idiomatic TypeScript patterns for clean, maintainable code. Use when writing or refactoring TypeScript classes, functions, modules, or async logic.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/database-transactions
Define transaction boundaries, locking, and consistency guarantees for multi-step writes. Use when designing atomic operations, retries, idempotency, or concurrent write behavior.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/database-schema-design
Design relational or document schemas from access patterns, cardinality, and lifecycle. Use when modeling entities, choosing embed vs normalize, or shaping schema boundaries before implementation.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/database-query-performance
Diagnose database latency with explain plans, index ownership, and query-shape review. Use when a query is slow, an index is missing, or scans and N+1 patterns appear.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/database-migrations
Plan additive, zero-downtime schema migrations with rollout, backfill, and rollback awareness. Use when renaming columns, backfilling data, or shipping risky database changes.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/database-postgresql
Apply PostgreSQL standards for migrations, indexing, transactions, and ORM boundaries. Use when editing entities, Prisma schema, migrations, RLS, or query-performance work for PostgreSQL.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/database-mongodb
Apply MongoDB data-modeling, indexing, and query rules from access patterns. Use when designing schemas, choosing embed vs reference, or tuning MongoDB query behavior.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/database-redis
Optimize Redis as cache and coordination infrastructure with TTL, eviction, and latency-aware key design. Use when implementing Redis caching, key invalidation, or Redis performance work.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/typescript-best-practices
Write idiomatic TypeScript patterns for clean, maintainable code. Use when writing or refactoring TypeScript classes, functions, modules, or async logic.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/typescript-language
Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/typescript-security
Secure server-side TypeScript input, auth tokens, and injection boundaries. Use for API/request validation, sanitization, secrets, and sensitive configuration; defer client-only React form validation and generic linting.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/typescript-tooling
Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/nextjs-upgrade
Next.js version migrations using official guides and codemods. Use when migrating a Next.js project to a new major version using codemods.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/nextjs-tooling
Configure Next.js build tooling, deployment, and developer workflow. Use when setting up Turbopack, standalone Docker output, bundle analysis, CI caching, environment variable validation, or ESLint integration for Next.js projects.