alex-jordan547
@alex-jordan547
Public Skills
animate
by alex-jordan547
Build, review, or audit web animations and suggest useful motion. Use animate-expo for React Native and Expo.
diagnosing-bugs
by alex-jordan547
Investigate a bug or performance regression using a reproducible symptom, testable hypotheses and checks matched to the fix.
animate-expo
by alex-jordan547
Build or review motion in React Native and Expo, including gestures, haptics, screen transitions and animation performance.
code-review
by alex-jordan547
Review a branch, pull request or working changes against the requested behavior and repository conventions, with concrete evidence for defects.
codex-orchestrator
by alex-jordan547
Coordinate explicitly requested Codex subagents with bounded ownership, compact briefs and verified integration.
no-ai-slop
by alex-jordan547
Edit a draft for clearer, more natural writing while preserving its author's voice, or identify formulaic passages without rewriting.
tdd
by alex-jordan547
Implement a requested test-first workflow through observable behavior, one failing test and one working change at a time.
to-spec
by alex-jordan547
Turn the agreed conversation into a concise specification with observable acceptance criteria and explicit scope.
to-tickets
by alex-jordan547
Split a plan or specification into independently verifiable tickets with explicit blocking dependencies.
triage
by alex-jordan547
Assess issues or external pull requests, verify their claims and prepare an actionable next state or implementation brief.
ask-sonner
by alex-jordan547
Guide to Sonner, the React toast library — install and wire up the Toaster, pick the right toast() call, promise and loading toasts, updating, dismissing and persisting toasts, styling, theming and icons, positioning and multiple toasters. Use when working with Sonner or troubleshooting it — toasts that don't appear, appear twice, lose their styles, ignore Tailwind classes, sit behind a modal, or don't follow dark mode.
clean-code
by alex-jordan547
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
find-skills
by alex-jordan547
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
improve-animations
by alex-jordan547
Survey a codebase's animation and motion code as a senior motion advisor, then produce a prioritized audit and self-contained implementation plans for other agents (or cheaper models) to execute. Read-only on source code — it plans improvements, it does not apply them. Use when the user asks to "improve the animations", "audit the motion", "make this app feel better", or wants a roadmap of animation fixes rather than a review of a single diff.
code-structure
by alex-jordan547
Use when multiple workflows duplicate the same operational logic, when deciding what belongs in actions vs shared services, or when refactoring repeated operational blocks across domain flows. Use when adding new features that share mechanics with existing ones.
context7-auto-research
by alex-jordan547
Automatically fetch latest library/framework documentation for Claude Code via Context7 API
explain-diff
by alex-jordan547
"Create a rich self-contained HTML explanation of a code change, diff, branch, commit, PR, or worker implementation. Use when the user asks to explain code changes, wants to understand what an agent changed, needs a reviewable handoff artifact, or when an orchestrator/worker is asked to invoke /explain-diff for a substantial change."
format-and-commit
by alex-jordan547
Format code (Prettier + ESLint), run tests, and create a semantic git commit
implement
by alex-jordan547
"Implement a piece of work based on a PRD or set of issues."
implement-spec
by alex-jordan547
"Implement a specification in code."
improve-codebase-architecture
by alex-jordan547
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
performance-profiling
by alex-jordan547
Performance profiling principles. Measurement, analysis, and optimization techniques.
pick-ui-library
by alex-jordan547
Pick the right library for a given frontend task from a curated, opinionated list — numbers, OTP inputs, charts, command menus, virtualization, drag and drop, toasts, state, styling, and more. Only runs when explicitly invoked; it does not trigger on its own.
pr-ready
by alex-jordan547
Prepare and create a pull request — runs verification, checks branch state, summarizes changes, creates PR via gh CLI.
react-doctor
by alex-jordan547
Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project.
research
by alex-jordan547
Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
resolving-merge-conflicts
by alex-jordan547
"Use when you need to resolve an in-progress git merge/rebase conflict."
simplify
by alex-jordan547
Review changed code for reuse, quality, and efficiency, then fix any issues found.
teach
by alex-jordan547
Teach the user a new skill or concept, within this workspace.
typescript-expert
by alex-jordan547
TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling. Use PROACTIVELY for any TypeScript/JavaScript issues including complex type gymnastics, build performance, debugging, and architectural decisions. If a specialized expert is a better fit, I will recommend switching and stop.
wayfinder
by alex-jordan547
Plan a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
writing-great-skills
by alex-jordan547
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
install-anti-slop
by alex-jordan547
Install and configure the anti-slop Oxlint plugin in a local TypeScript or JavaScript repository. Use whenever a user asks to add anti-slop lint rules, copy the anti-slop plugin, configure opinionated Oxlint rules, or migrate an existing local anti-slop setup.
omniroute-contribution
by alex-jordan547
Safely plan, implement, validate, and publish contributions to diegosouzapw/OmniRoute. Use for every OmniRoute contribution task that may inspect or change code, create or update a branch, commit, push, add a changelog fragment, open or update a pull request, or mark a PR ready for review. Trigger again at the start of each new PR or independently publishable task, even within the same conversation.
chrome-cdp
by alex-jordan547
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
code-review-checklist
by alex-jordan547
"Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability"
convex
by alex-jordan547
Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.
convex-dev-resend
by alex-jordan547
Official Convex + Resend integration with queueing, batching, idempotency, and webhook-driven delivery tracking.
convex-dev-stripe
by alex-jordan547
Integrates Stripe payments, subscriptions, and billing into your Convex application. Use this skill whenever working with Stripe or related Convex component functionality.
convex-migration-helper
by alex-jordan547
Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or removing or changing type, tables need splitting or merging, or a zero-downtime migration strategy is needed. Also use when the user mentions breaking schema changes, multi-deploy rollouts, or data transformations on existing Convex tables.
convex-performance-audit
by alex-jordan547
Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, and function limits. Use this skill when a Convex feature is slow or expensive, npx convex insights shows high bytes or documents read, OCC conflict errors or mutation retries appear, subscriptions or UI updates are costly, functions hit execution or transaction limits, or the user mentions performance, latency, read amplification, or invalidation problems in a Convex app.
convex-quickstart
by alex-jordan547
Initializes a new Convex project from scratch or adds Convex to an existing app. Use this skill when starting a new project with Convex, scaffolding with npm create convex@latest, adding Convex to an existing React, Next.js, Vue, Svelte, or other frontend, wiring up ConvexProvider, configuring environment variables for the deployment URL, or running npx convex dev for the first time, even if the user just says "set up Convex" or "add a backend."
convex-setup-auth
by alex-jordan547
Sets up Convex authentication with user management, identity mapping, and access control. Use this skill when adding login or signup to a Convex app, configuring Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT providers, wiring auth.config.ts, protecting queries and mutations with ctx.auth.getUserIdentity(), creating a users table with identity mapping, or setting up role-based access control, even if the user just says "add auth" or "make it require login."
design-taste-frontend
by alex-jordan547
Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
Frontend Responsive Design Standards
by alex-jordan547
Build responsive, mobile-first layouts using fluid containers, flexible units, media queries, and touch-friendly design that works across all screen sizes. Use this skill when creating or modifying UI layouts, responsive grids, breakpoint styles, mobile navigation, or any interface that needs to adapt to different screen sizes. Apply when working with responsive CSS, media queries, viewport settings, flexbox/grid layouts, mobile-first styling, breakpoint definitions (mobile, tablet, desktop), touch target sizing, relative units (rem, em, %), image optimization for different screens, or testing layouts across multiple devices. Use for any task involving multi-device support, responsive design patterns, or adaptive layouts.
frontier-orchestrator
by alex-jordan547
"Frontier-models orchestrator mixing Claude and Codex (GPT) families: Claude Opus 4.8 as the orchestrator (coordinates, holds the plan, spawns workers), GPT-5.5 as the oracle (plans and validates with its own tools — cross-family so gates are never graded by the family that did the work), and Sonnet 5 / gpt-5.4 as skilled hands with Haiku 4.5 / gpt-5.4-mini / spark as cheap hands. Routes each task to the cheapest model whose context window can hold it. The orchestrator never writes code; it delegates pre-digested slices to workers. Optimizes for best result on hard tasks."
health
by alex-jordan547
Code quality dashboard. Detects the project's own tools (type checker, linter, test runner, dead code, shellcheck), runs them all, computes a weighted 0-10 composite score, and tracks the trend across runs. Report-only — never fixes anything. Use when the user asks for a health check, a quality score, "how healthy is the codebase", or wants all checks run at once.
imagegen-frontend-web
by alex-jordan547
Elite frontend image-direction skill for generating premium, conversion-aware website design references. CRITICAL OUTPUT RULE — generate ONE separate horizontal image FOR EVERY section. A landing page with 8 sections produces 8 images. Never compress multiple sections into one image. Enforces composition variety (not always left-text / right-image), background-image freedom, varied CTAs, varied hero scales (giant / mid / mini minimalist), narrative concept spine, second-read moments, and a single consistent palette across all images. Optimized for landing pages, marketing sites, and product comps that developers or coding models can accurately recreate.
nextjs-best-practices
by alex-jordan547
Next.js App Router principles. Server Components, data fetching, routing patterns.
open-orchestrator-cheap
by alex-jordan547
"Open-models orchestrator, ultra-cheap tier: GLM-5.2 as oracle (plans and validates with its own tools), MiMo V2.5 Pro as the orchestrator (coordinates, holds the plan, spawns workers), and mimo-v2.5/deepseek-v4-flash as the hands (bounded edits, explores, verifications). Routes each task to the cheapest model whose context window can hold it. The orchestrator never writes code; it delegates pre-digested slices to workers. Optimizes for lowest cost per solved task."
open-orchestrator-medium
by alex-jordan547
"Open-models orchestrator, medium tier: GLM-5.2 as both orchestrator (coordinates, holds the plan, spawns workers) and oracle (validates at gates in a fresh instance with its own tools), with mimo-v2.5-pro/deepseek-v4-pro as skilled hands and mimo-v2.5/deepseek-v4-flash as cheap hands. Routes each task to the cheapest model whose context window can hold it. The orchestrator never writes code; it delegates pre-digested slices to workers. Optimizes for reliability of coordination at moderate cost."
speckit-analyze
by alex-jordan547
Perform cross-artifact consistency analysis across spec.md, plan.md,
react-email
by alex-jordan547
Use when creating email templates with React - welcome emails, password resets, notifications, order confirmations, or transactional emails that need to render across email clients.
scroll-experience
by alex-jordan547
"Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website."
speckit-checklist
by alex-jordan547
Generate custom quality checklists for validating requirements completeness
speckit-clarify
by alex-jordan547
Structured clarification workflow for underspecified requirements. Use
speckit-constitution
by alex-jordan547
Create or update project governing principles and development guidelines.
speckit-implement
by alex-jordan547
Execute all tasks from the task breakdown to build the feature. Use after
speckit-plan
by alex-jordan547
Generate technical implementation plans from feature specifications.
speckit-specify
by alex-jordan547
Create or update feature specifications from natural language descriptions.
speckit-tasks
by alex-jordan547
Break down implementation plans into actionable task lists. Use after
speckit-taskstoissues
by alex-jordan547
Convert tasks from tasks.md into GitHub issues. Use after task breakdown
tailwindcss-mobile-first
by alex-jordan547
Comprehensive mobile-first responsive design patterns with 2025/2026 best practices for Tailwind CSS v4
thermo-nuclear-code-quality-review
by alex-jordan547
Use when the user asks for an extremely strict maintainability review focused on structural quality, abstraction discipline, spaghetti growth, giant files, and missed simplification opportunities.
use-loop
by alex-jordan547
"Default workflow for implementation and product goals: identify the verifiable goal, check tool/self-test access, start a real /goal continuation loop, iterate until verified, report blockers or decisions, then close with simplify/self-test/autoreview. Use when the user asks for /use-loop, loop mode, autonomous iteration, repeated attempts, retry-until-green workflows, or any non-trivial coding/product task where the agent can define a target and verify progress."
using-superpowers
by alex-jordan547
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
wevehiculegen2-as-simulator
by alex-jordan547
Use when testing or debugging AS announcements in wevehiculegen2 DM68 simulator, especially MP3/TTS, multilingual, loop, terminus, composition, or browser validation behavior.
grilling
by alex-jordan547
Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.
handoff
by alex-jordan547
Compact the current conversation into a handoff document for another agent to pick up.
prototype
by alex-jordan547
Build a throwaway prototype to flesh out a design — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route.