Skip to main content
waynesutton
GitHub 제작자 프로필

waynesutton

12개 GitHub 저장소에서 수집된 68개 skills를 저장소 단위로 보여줍니다.

수집된 skills
68
저장소
12
업데이트
2026년 8월 28일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

impeccable
웹·디지털 인터페이스 디자이너

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

2026년 4월 26일
robel-auth
소프트웨어 개발자

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.

2026년 4월 26일
convex-quickstart
소프트웨어 개발자

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.

2026년 3월 21일
convex-setup-auth
소프트웨어 개발자

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.

2026년 3월 21일
dev
소프트웨어 개발자

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.

2026년 3월 21일
function-creator
소프트웨어 개발자

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

2026년 3월 21일
gitrules
소프트웨어 개발자

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

2026년 3월 21일
help
소프트웨어 개발자

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.

2026년 3월 21일
수집된 skill 18개 중 8개를 표시합니다.
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년 2월 6일
convex-functions
소프트웨어 개발자

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

2026년 2월 6일
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,…

2026년 2월 3일
convex-agents
소프트웨어 개발자

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

2026년 2월 3일
convex-component-authoring
소프트웨어 개발자

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

2026년 2월 3일
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년 2월 3일
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년 2월 3일
convex-http-actions
소프트웨어 개발자

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

2026년 2월 3일
수집된 skill 13개 중 8개를 표시합니다.
blog-post
미분류

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

2026년 8월 18일
impeccable
미분류

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

2026년 8월 17일
clarify
미분류

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.

2026년 8월 17일
convex-return-validators
미분류

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…

2026년 8월 17일
robel-auth
미분류

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.

2026년 8월 17일
robel-auth
미분류

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.

2026년 8월 17일
workos-convex-auth
미분류

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.

2026년 8월 17일
workos-convex-debug
미분류

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…

2026년 8월 17일
수집된 skill 9개 중 8개를 표시합니다.
sec-check
정보 보안 분석가

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.

2026년 8월 14일
convex-write-conflicts
소프트웨어 개발자

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.

2026년 6월 30일
agent-ready-interface
웹·디지털 인터페이스 디자이너

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.

2026년 6월 28일
convex-scale-optimization
소프트웨어 개발자

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…

2026년 6월 28일
convex-static-hosting-deploy
네트워크·컴퓨터 시스템 관리자

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

2026년 6월 28일
localstop
네트워크·컴퓨터 시스템 관리자

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.

2026년 6월 28일
sync-agent-skills
기타 컴퓨터 관련 직업

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.

2026년 6월 28일
update-project-docs
소프트웨어 개발자

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

2026년 6월 28일
deploydev
미분류

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.

2026년 8월 28일
deployprod
미분류

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.

2026년 8월 28일
dev
미분류

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.

2026년 8월 28일
impeccable
미분류

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

2026년 8월 28일
last30days
미분류

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.

2026년 8월 28일
robel-auth
소프트웨어 개발자

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.

2026년 4월 25일
convex-design-system
웹·디지털 인터페이스 디자이너

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…

2026년 7월 6일
convex-self-hosting
네트워크·컴퓨터 시스템 관리자

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…

2026년 7월 6일
last30days
시장조사 분석가·마케팅 전문가

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.

2026년 7월 6일
workos-convex-auth
소프트웨어 개발자

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.

2026년 7월 6일
workos-convex-debug
소프트웨어 개발자

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…

2026년 7월 6일
저장소 12개 중 12개 표시
모든 저장소를 표시했습니다