Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

convexskills

convexskills 收录了来自 waynesutton 的 13 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
13
Stars
401
更新
2026-02-06
Forks
31
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

convex-best-practices
软件开发工程师

Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy

2026-02-06
convex-functions
软件开发工程师

Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations

2026-02-06
avoid-feature-creep
项目管理专家

Prevent feature creep when building software, apps, and AI-powered products. Use this skill when planning features, reviewing scope, building MVPs, managing backlogs, or when a user says "just one more feature." Helps developers and AI agents stay focused, ship faster, and avoid bloated products.

2026-02-03
convex-agents
软件开发工程师

Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration

2026-02-03
convex-component-authoring
软件开发工程师

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

2026-02-03
convex-cron-jobs
软件开发工程师

Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks

2026-02-03
convex-file-storage
软件开发工程师

Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables

2026-02-03
convex-http-actions
软件开发工程师

External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation

2026-02-03
convex-migrations
软件开发工程师

Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns

2026-02-03
convex-realtime
软件开发工程师

Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading

2026-02-03
convex-schema-validator
数据库架构师

Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes

2026-02-03
convex-security-audit
信息安全分析师

Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations

2026-02-03
convex-security-check
信息安全分析师

Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling

2026-02-03