jezweb

98 mods across 12 repositories, 1.1k stars between them.

app-docs

49

jezweb/claude-skills

Skill Claude CodeCodex

Generate complete user documentation for a web app with screenshots. Browses the app via browser automation, screenshots every screen, and produces a structured user guide with step-by-step instructions, annotated screenshots, workflow diagrams, and reference tables. Supports quick (key screens), standard (all pages)…

982 2mo ago A 115 tokens original MIT

codex-review

50

jezweb/claude-skills

Skill Claude CodeCodex

Run an independent code review using the OpenAI Codex CLI in headless mode. Gets a second opinion from a different model family (the current Codex models) on recent changes, a PR, a commit, or the whole app — covering bugs, regressions, security, data consistency, UX/state bugs, performance risks, and testing gaps.…

982 2mo ago A 122 tokens original MIT

deep-research

51

jezweb/claude-skills

Skill Claude CodeCodex

Deep research and discovery before building something new. Explores local projects for reusable code, researches competitors, reads forums and reviews, analyses plugin ecosystems, investigates technical options, and produces a comprehensive research brief. Three depths: focused (30 min), wide (1-2 hours), deep (3-6…

982 2mo ago A 126 tokens original MIT

fork-discipline

52

jezweb/claude-skills

Skill Claude CodeCodex

Audit and enforce the core/client boundary in multi-client projects. Detects where shared platform code is tangled with client-specific code, finds hardcoded client checks, config files that replace instead of merge, scattered client code, migration conflicts, and missing extension points. Produces a boundary map…

982 2mo ago A 124 tokens original MIT

git-workflow

53

jezweb/claude-skills

Skill Claude CodeCodex

Guided git workflows: prepare PRs, clean up branches, resolve merge conflicts, handle monorepo tags, squash-and-merge patterns. Use when asked to prepare a PR, clean branches, resolve conflicts, or tag a release.

982 2mo ago A 52 tokens original MIT

github-release

54

jezweb/claude-skills

Skill Claude CodeCodex

Prepare and publish GitHub releases. Sanitizes code for public release (secrets scan, personal artifacts, LICENSE/README validation), creates version tags, and publishes via gh CLI. Trigger with 'release', 'publish', 'open source', 'prepare for release', 'create release', or 'github release'.

982 2mo ago A 65 tokens original MIT

onboarding-ux

55

jezweb/claude-skills

Skill Claude CodeCodex

Audit and generate in-app user guidance — onboarding flows, empty states, tooltips, feature tours, contextual help, defaults, and inline hints. Browses the app to find where new users would get stuck, then produces the actual content and code to fix it. Pairs with ux-audit: audit finds problems, this skill builds the…

982 2mo ago A 119 tokens original MIT

project-docs

56

jezweb/claude-skills

Skill Claude CodeCodex

Generate project documentation from codebase analysis — ARCHITECTURE.md, APIENDPOINTS.md, DATABASESCHEMA.md. Reads source code, schema files, routes, and config to produce accurate, structured docs. Use when starting a project, onboarding contributors, or when docs are missing or stale. Triggers: 'generate docs'…

982 2mo ago A 91 tokens original MIT

project-health

57

jezweb/claude-skills

Skill Claude CodeCodex

All-in-one project configuration and health management. Sets up new projects (settings.local.json, CLAUDE.md, .gitignore), audits existing projects (permissions, context quality, MCP coverage, leaked secrets, stale docs), tidies accumulated cruft, captures session learnings, and adds permission presets. Uses…

982 2mo ago B 126 tokens original MIT

jezweb/claude-skills

Skill Claude CodeCodex

Test website responsiveness across viewport widths using browser automation. Resizes a single session through breakpoints, screenshots each width, and detects layout transitions (column changes, nav switches, overflow). Produces comparison reports showing exactly where layouts break. Trigger with 'responsiveness…

982 2mo ago A 85 tokens original MIT

roadmap

59

jezweb/claude-skills

Skill Claude CodeCodex

Plan and execute entire application builds. Generates phased delivery roadmaps, then executes them autonomously — phase by phase, committing at milestones, deploying, testing, and continuing until done or stuck. Modes: plan (generate roadmap), start (begin executing), resume (continue from where you left off), status…

982 2mo ago A 105 tokens original MIT

team-update

60

jezweb/claude-skills

Skill Claude CodeCodex

Post project updates to team chat, gather feedback, triage responses, and plan next steps. Adapts to available tools (chat, git, issues, tasks). First run discovers tools and saves a playbook; subsequent runs execute from the playbook. Trigger with 'team update', 'post update', 'sync with team', 'standup', 'check team…

982 2mo ago B 94 tokens original MIT

ux-audit

61

jezweb/claude-skills

Skill Claude CodeCodex

Walk through a live web app AS a real user to find usability + behavioural bugs that static reviews miss. REQUIRES proof of interaction (typing, clicking, sending, observing) before any verdict — a sweep that didn't interact terminates with verdict 'Incomplete'. Walks threads, exercises every element, runs the…

982 2mo ago A 217 tokens original MIT

twenty-mcp-server

62

jezweb/twenty-mcp

MCP server Claude CodeCodexCursor +2

Easy-to-install Model Context Protocol server for Twenty CRM. Try instantly with 'npx twenty-mcp-server setup' or install globally for permanent use. Runs locally from the twenty-mcp-server npm package.

50 7mo ago A tokens not measured original MIT

jezweb/vite-flare-starter

Instructions file CodexOpenCode

Instructions for jezweb/vite-flare-starter, covering vite flare starter — agent guide, commands, conventions that bite if missed and where to look.

47 7d ago A 657 tokens original MIT

jezweb/vite-flare-starter

Instructions file

Instructions for jezweb/vite-flare-starter, covering claude.md — ai developer context, philosophy: pattern library, not a demo, what each module demonstrates, forking this project and where to find things.

47 7d ago C 14,463 tokens original MIT

agent-asks-tasks

65

jezweb/vite-flare-starter

Skill Claude CodeCodex

Use to track open questions you owe the user (asks) and time-bounded commitments you owe yourself (tasks). Write OPEN entries when you commit; promote to CLOSED when answered/done. Survives session compaction. Adapted from goanna's asks.md/tasks.md pattern.

47 7d ago A 63 tokens original MIT

caretaker

66

jezweb/vite-flare-starter

Skill Claude CodeCodex

Day-of-week rotating proactive sweep — Mon=connections / Tue=routines / Wed=skills / Thu=memories / Fri=findings / Sat=cross-cutting / Sun=weekly summary. Forces outward scan instead of inward thrash. Routine-only; load this skill into a daily routine that fires AssistantAgent. Adapted from goanna's caretaker.

47 7d ago A 74 tokens original MIT

code-review

67

jezweb/vite-flare-starter

Skill Claude CodeCodex

Review code for bugs, security issues, performance problems, and style. Use when the user pastes code, shares a file, or asks "what's wrong with this code?".

47 7d ago A 39 tokens original MIT

compare-options

68

jezweb/vite-flare-starter

Skill Claude CodeCodex

Evaluate multiple choices side-by-side based on relevant criteria, then present a comparison the user can act on. Use when the user asks to compare options, choose between alternatives, or weigh up X vs Y.

47 7d ago A 44 tokens original MIT

create-report

69

jezweb/vite-flare-starter

Skill Claude CodeCodex

Create a polished visual report as an HTML artifact with charts, tables, and formatted text. Use when the user asks for a report, dashboard, analysis, or visual summary of data.

47 7d ago A 40 tokens original MIT

csv-analyse

70

jezweb/vite-flare-starter

Skill Claude CodeCodex

Analyse a CSV file in the sandbox — row/column counts, column types, summary statistics for numeric columns, unique value distributions for categorical columns, and missing-value counts. Use when the user asks to explore, summarise, profile, or analyse a CSV file.

47 7d ago A 57 tokens original MIT

document-qa

71

jezweb/vite-flare-starter

Skill Claude CodeCodex

Answer questions about an uploaded document (PDF, image, or text file). Use when the user has attached a file and asks something specific about it.

47 7d ago A 34 tokens original MIT

draft-email

72

jezweb/vite-flare-starter

Skill Claude CodeCodex

Write a professional email tailored to a specific recipient, purpose, and tone. Use when the user asks to draft, write, or compose an email.

47 7d ago A 33 tokens original MIT