Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

convexskills

convexskills contient 13 skills collectées depuis waynesutton, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
13
Stars
401
mis à jour
2026-02-06
Forks
31
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

convex-best-practices
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-02-06
avoid-feature-creep
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-02-03
convex-cron-jobs
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Architectes de bases de données

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
Analystes en sécurité de l'information

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

2026-02-03
convex-security-check
Analystes en sécurité de l'information

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

2026-02-03