cursor
vmaster
io.github.javimosch/supercli/quickstart
Cursor editor CLI
“filesystem github context7 playwright” 共 15,930 个结果
vmaster
io.github.javimosch/supercli/quickstart
Cursor editor CLI
vmain
io.github.modu-ai/moai-adk/moai-domain-backend
Backend development specialist covering API design, database integration, microservices architecture, and modern backend patterns. Use when designing APIs, implementing server logic, authentication, or authorization.
vmain
io.github.modu-ai/moai-adk/moai-domain-database
Database specialist covering PostgreSQL, MongoDB, Redis, Oracle, and cloud database platforms (Neon, Supabase, Firestore). Use for schema design, query optimization, indexing strategies, data modeling, or cloud database selection. Cloud vendor guide absorbed from moai-platform-database-cloud.
vmain
io.github.modu-ai/moai-adk/moai-platform-deployment
Deployment and hosting platform specialist covering Vercel, Railway, and Convex. Use when deploying applications, configuring edge functions, setting up continuous deployment, or managing serverless infrastructure.
vmain
io.github.gridaco/grida/database
Use BEFORE editing any file in `supabase/migrations/` or `supabase/schemas/`, OR when the user runs `/database <subcommand>` (`compact local migration`, `rls scenarios`, `align`). Encodes the three contracts that protect the Grida database layer: applied migrations are immutable, RLS implementation mirrors tests (never the reverse), `schemas/*.sql` is the human-readable end-state. Companion to `supabase/AGENTS.md` (RLS, grants, security boundaries).
vmain
io.github.openai/codex/codex-issue-digest
Run a GitHub issue digest for openai/codex by feature-area labels, all areas, and configurable time windows. Use when asked to summarize recent Codex bug reports or enhancement requests, especially for owner-specific labels such as tui, exec, app, or similar areas.
vmain
io.github.google-labs-code/stitch-skills/design-md
Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files
vmain
io.github.ai-ecoverse/slicc/automation
Use this when setting up event-driven automation in SLICC — webhooks, cron tasks, or filesystem watchers that route events to scoops. Covers `webhook`, `crontask`, and `fswatch` shell commands. Read this BEFORE wiring up anything that should fire on a schedule, an HTTP call, or a VFS change.
vmain
io.github.MapleTechLabs/maple/maple-python-style
Python OpenTelemetry style for Maple: module-scope tracers/meters, decorators for bounded work, error spans, OTLP-bridged logs via LoggingHandler + LoggingInstrumentor, inline endpoint + ingest key, and no helper-API wrappers.
vmain
io.github.Makisuo/maple/maple-python-style
Python OpenTelemetry style for Maple: module-scope tracers/meters, decorators for bounded work, error spans, OTLP-bridged logs via LoggingHandler + LoggingInstrumentor, inline endpoint + ingest key, and no helper-API wrappers.
vmain
io.github.Norman-bury/research-writing-skill/writing-core
Use when writing or revising academic papers, especially Chinese journal manuscripts, that need natural prose, de-AI-ification, Markdown formatting, or quality checks
vmain
io.github.suxrobGM/logistics-app/refactor-and-split
Refactor existing code without changing behavior — split oversized files, extract duplicates, simplify over-engineered patterns. Use when files exceed size thresholds, code is duplicated 4+ times, or has speculative abstractions, dead options, or wrapper indirection. Triggers "refactor", "split", "deduplicate", "simplify", "untangle", "clean up". Complements built-in `simplify` (which only reviews recent diffs).
vmain
io.github.cosmicstack-labs/mercury-agent-skills/refactoring-patterns
Systematic refactoring techniques, code smell elimination, pattern extraction, and legacy modernization
vmain
io.github.cosmicstack-labs/mercury-agent-skills/mobile-performance
App startup, memory management, battery efficiency, network optimization, and profiling tools
vmain
io.github.cosmicstack-labs/mercury-agent-skills/kubernetes-patterns
Pods, deployments, services, ingress, RBAC, autoscaling, and production cluster best practices
vmain
io.github.cosmicstack-labs/mercury-agent-skills/database-design
Schema design, normalization, indexing, migrations, and query optimization for SQL and NoSQL
vmain
io.github.cosmicstack-labs/mercury-agent-skills/nextjs-patterns
Next.js best practices, server components, app router patterns, caching strategies, and full-stack architecture
vmain
io.github.agent0ai/agent-zero/browser-extension-control
Create, inspect, install, and safely maintain Chrome extensions for Agent Zero's built-in Browser plugin. Use when the user asks to build a browser extension, modify an existing extension, install a Chrome Web Store extension, or review extension permissions.
vmain
io.github.Yeachan-Heo/oh-my-codex/git-master
Git expert for atomic commits, rebasing, and history management
vmain
io.github.denoland/deno/review-pr
Review a Deno runtime pull request for correctness, tests, security, and conventions. Use when asked to review a PR or when a PR number/URL is provided for review.
vmaster
io.github.TencentBlueKing/bk-ci/backend-microservice-development
编写 BK-CI 后端微服务代码时使用,例如新增 Resource、组织 API/Service/DAO 分层、依赖注入、服务归属判断和 Spring Boot 开发约定。当用户要做 Kotlin/Java 后端开发时优先使用。
vmaster
io.github.TencentBlueKing/bk-ci/frontend-vue-development
编写 BK-CI 前端 Vue 页面和组件时使用,例如 Vue 组件开发、Vuex 状态管理、接口调用、样式约定和页面交互实现。当用户要改前端页面而不是后端服务时优先使用。
vmaster
io.github.TencentBlueKing/bk-ci/design-patterns
在 BK-CI 中判断何时使用工厂、策略、责任链、观察者、模板方法、装饰器等设计模式时使用。当用户要重构可扩展结构、统一模式选型、理解项目里的模式落点时优先使用。
vmaster
io.github.TencentBlueKing/bk-ci/database-design
设计 BK-CI 数据库表、DDL 脚本、索引、分表或数据归档策略时使用。当用户提到表结构、字段设计、索引优化、SQL 脚本命名、分片、归档迁移时优先使用。