Skip to main content
waynesutton
Perfil de creador de GitHub

waynesutton

Vista por repositorio de 68 skills recopiladas en 12 repositorios de GitHub.

skills recopiladas
68
repositorios
12
actualizado
28 ago 2026
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
markdown-site
18 skills · 26 abr 2026
Desarrolladores de softwareAdministradores de redes y sistemas informáticosDiseñadores de interfaces web y digitalesEspecialistas en gestión de proyectosRedactores técnicos
5 categorías ocupacionales · 100 % clasificado
26 %participación
#02
convexskills
13 skills · 6 feb 2026
Desarrolladores de softwareAnalistas de seguridad de la informaciónArquitectos de bases de datosEspecialistas en gestión de proyectos
4 categorías ocupacionales · 100 % clasificado
19 %participación
#03
waynesutton-ai
9 skills · 18 ago 2026
Escritores y autores
1 categorías ocupacionales · 11 % clasificado
13 %participación
#04
vibeapps
8 skills · 14 ago 2026
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de seguridad de la informaciónDiseñadores de interfaces web y digitalesOtras ocupaciones informáticas
5 categorías ocupacionales · 100 % clasificado
12 %participación
#05
agent-ready-component
6 skills · 28 ago 2026
Desarrolladores de software
1 categorías ocupacionales · 17 % clasificado
8,8 %participación
#06
better-todo
5 skills · 6 jul 2026
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de investigación de mercados y especialistas en marketingDiseñadores de interfaces web y digitales
4 categorías ocupacionales · 100 % clasificado
7,4 %participación
#07
teleprompter
3 skills · 15 jun 2026
Desarrolladores de software
1 categorías ocupacionales · 100 % clasificado
4,4 %participación
#08
signdesk-demo-hackathon-app
2 skills · 27 jun 2026
Desarrolladores de software
1 categorías ocupacionales · 100 % clasificado
2,9 %participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

impeccable
Diseñadores de interfaces web y digitales

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells,…

26 abr 2026
robel-auth
Desarrolladores de software

Integrate and maintain Robelest Convex Auth in apps by always checking upstream before implementation. Use when adding auth setup, updating auth wiring, migrating between upstream patterns, or troubleshooting @robelest/convex-auth behavior across projects.

26 abr 2026
convex-quickstart
Desarrolladores de software

Initialize a new Convex project from scratch or add Convex to an existing app. Use when starting a new project with Convex, scaffolding a Convex app, or integrating Convex into an existing frontend.

21 mar 2026
convex-setup-auth
Desarrolladores de software

Set up Convex authentication with proper user management, identity mapping, and access control patterns. Use when implementing auth flows, setting up OAuth providers, or adding role-based access control.

21 mar 2026
dev
Desarrolladores de software

Full-stack Convex development guidelines covering React, Vite, TypeScript, mutations, auth, design system, and documentation practices. Use when building features, writing Convex functions, or making code changes in this project.

21 mar 2026
function-creator
Desarrolladores de software

Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints.

21 mar 2026
gitrules
Desarrolladores de software

Critical Git safety rules to prevent destructive operations. Use whenever performing git operations, reverting changes, or managing commits. Prevents accidental loss of work.

21 mar 2026
help
Desarrolladores de software

Reflection-first problem solving methodology for Convex development. Use before implementing any solution to ensure proper root cause analysis, 98% code confidence, and minimal change scope.

21 mar 2026
Mostrando 8 de 18 skills recopiladas.
convex-best-practices
Desarrolladores de software

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

6 feb 2026
convex-functions
Desarrolladores de software

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

6 feb 2026
avoid-feature-creep
Especialistas en gestión de proyectos

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,…

3 feb 2026
convex-agents
Desarrolladores de software

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

3 feb 2026
convex-component-authoring
Desarrolladores de software

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

3 feb 2026
convex-cron-jobs
Desarrolladores de software

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

3 feb 2026
convex-file-storage
Desarrolladores de software

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

3 feb 2026
convex-http-actions
Desarrolladores de software

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

3 feb 2026
Mostrando 8 de 13 skills recopiladas.
blog-post
sin clasificar

Submit a blog draft to waynesutton.ai. Use when the user says "blog this", "blog to wsai", "send to wsai", "write to wsai", "post this to my blog", "write this up for the blog", "turn this session into a blog post", "turn this session into a blog post wsai",…

18 ago 2026
impeccable
sin clasificar

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells,…

17 ago 2026
clarify
sin clasificar

Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing.

17 ago 2026
convex-return-validators
sin clasificar

Guide for when to use and when not to use return validators in Convex functions. Use this skill whenever the user is writing Convex queries, mutations, or actions and needs guidance on return value validation. Also trigger when the user asks about Convex type…

17 ago 2026
robel-auth
sin clasificar

Integrate and maintain Robelest Convex Auth in apps by always checking upstream before implementation. Use when adding auth setup, updating auth wiring, migrating between upstream patterns, or troubleshooting @robelest/convex-auth behavior across projects.

17 ago 2026
robel-auth
sin clasificar

Integrate and maintain Robelest Convex Auth in apps by always checking upstream before implementation. Use when adding auth setup, updating auth wiring, migrating between upstream patterns, or troubleshooting @robelest/convex-auth behavior across projects.

17 ago 2026
workos-convex-auth
sin clasificar

Set up and configure WorkOS AuthKit authentication with Convex backend. Use when integrating AuthKit, configuring JWT providers, setting up environment variables, or implementing sign in and sign out flows with React and Vite. Supports Netlify deployment.

17 ago 2026
workos-convex-debug
sin clasificar

Debug and troubleshoot WorkOS AuthKit authentication issues with Convex. Use when authentication fails, JWT validation errors occur, user identity returns null, email claims are missing, admin access checks fail, or sign in button does not work. Supports…

17 ago 2026
Mostrando 8 de 9 skills recopiladas.
sec-check
Analistas de seguridad de la información

Security review checklist for Convex functions, auth logic, public queries, admin routes, webhooks, uploads, components, and AI-generated code. Use when reviewing code that touches user data, PII, or access control, or before any deploy of an app with auth.

14 ago 2026
convex-write-conflicts
Desarrolladores de software

Diagnose and permanently fix Convex OCC "Retried due to write conflicts in table X" errors. Use when an Insight or log shows a mutation retrying on the same hot document, especially heartbeat/last-active/counter style writes.

30 jun 2026
agent-ready-interface
Diseñadores de interfaces web y digitales

Agent Ready project design context for navigation, docs links, and interface tone. Use when building or reviewing UI in this repo so patterns match the documented product feel.

28 jun 2026
convex-scale-optimization
Desarrolladores de software

Patterns for scaling read-heavy Convex apps to millions of users. Use when optimizing bandwidth, reducing query costs, fixing slow queries, creating digest tables, replacing reactive subscriptions with one-shot fetches, adding compound indexes, debouncing…

28 jun 2026
convex-static-hosting-deploy
Administradores de redes y sistemas informáticos

Router for Convex static-hosting deploy requests. Prefer deploydev for /deploydev and deployprod for /deployprod.

28 jun 2026
localstop
Administradores de redes y sistemas informáticos

Use when the user says /localstop, localstop, stop localhost for this app, /localstopall, localstopall, or asks to stop local development servers for this Teleprompt app.

28 jun 2026
sync-agent-skills
Otras ocupaciones informáticas

Use when the user says /syncskills, sync agent skills, update .agents skills from .codex, .cursor, or .claude, or asks to make .agents/skills include skills from other agent folders.

28 jun 2026
update-project-docs
Desarrolladores de software

Use when the user says /update, @update, update project docs, or asks to sync task.md, changelog.md, and files.md after completing work.

28 jun 2026
deploydev
sin clasificar

Use when the user says /deploydev, deploy dev, upload dev static hosting, or asks to deploy the current app to its development Convex static-hosting target.

28 ago 2026
deployprod
sin clasificar

Use when the user says /deployprod, deploy prod, deploy production, upload production static hosting, or asks to deploy the current app to its production Convex static-hosting target.

28 ago 2026
dev
sin clasificar

Full-stack Convex development guidelines covering React, Vite, TypeScript, mutations, auth, design system, and documentation practices. Use when building features, writing Convex functions, or making code changes in this project.

28 ago 2026
impeccable
sin clasificar

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells,…

28 ago 2026
last30days
sin clasificar

Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web. Includes a doctor health check to diagnose broken or missing sources.

28 ago 2026
robel-auth
Desarrolladores de software

Integrate and maintain Robelest Convex Auth in apps by always checking upstream before implementation. Use when adding auth setup, updating auth wiring, migrating between upstream patterns, or troubleshooting @robelest/convex-auth behavior across projects.

25 abr 2026
convex-design-system
Diseñadores de interfaces web y digitales

Convex UI component patterns from the live Storybook preview. Use when building React components, forms, modals, navigation, feedback states, or app layouts that should match the current Convex design system. Applies to both shared primitives and dashboard…

6 jul 2026
convex-self-hosting
Administradores de redes y sistemas informáticos

Integrate Convex static self hosting into existing apps using the latest upstream instructions from get-convex/self-hosting every time. Use when setting up upload APIs, HTTP routes, deployment scripts, migration from external hosting, or troubleshooting…

6 jul 2026
last30days
Analistas de investigación de mercados y especialistas en marketing

Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web.

6 jul 2026
workos-convex-auth
Desarrolladores de software

Set up and configure WorkOS AuthKit authentication with Convex backend. Use when integrating AuthKit, configuring JWT providers, setting up environment variables, or implementing sign in and sign out flows with React and Vite. Supports Netlify deployment.

6 jul 2026
workos-convex-debug
Desarrolladores de software

Debug and troubleshoot WorkOS AuthKit authentication issues with Convex. Use when authentication fails, JWT validation errors occur, user identity returns null, email claims are missing, admin access checks fail, or sign in button does not work. Supports…

6 jul 2026
Mostrando 12 de 12 repositorios
Todos los repositorios cargados