jezweb/vite-flare-starter

Cloudflare native, ai sdk v6 agent workspace ready to use with better auth and all of the cloudflare dev bindings.

48Stars on the repository
32Mods indexed here, across every type
10d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-asks-tasks

01

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.

not rated 48 +1 10d ago A 63 tokens original MIT

caretaker

02

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.

not rated 48 +1 10d ago A 74 tokens original MIT

code-review

03

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?".

not rated 48 +1 10d ago A 39 tokens original MIT

compare-options

04

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.

not rated 48 +1 10d ago A 44 tokens original MIT

create-report

05

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.

not rated 48 +1 10d ago A 40 tokens original MIT

csv-analyse

06

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.

not rated 48 +1 10d ago A 57 tokens original MIT

document-qa

07

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.

not rated 48 +1 10d ago A 34 tokens original MIT

draft-email

08

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.

not rated 48 +1 10d ago A 33 tokens original MIT

enrich-error

09

jezweb/vite-flare-starter

Skill Claude CodeCodex

SessionEnd hook for routines — turns raw error messages into actionable findings (e.g. "Error: 401" → "Gmail token expired — reconnect at /dashboard/connectors"). Routine-only.

not rated 48 +1 10d ago A 44 tokens original MIT

jezweb/vite-flare-starter

Skill Claude CodeCodex

Extract structured data (JSON) from messy text, documents, or web pages. Use when the user asks to extract, parse, structure, or pull data out of unstructured content.

not rated 48 +1 10d ago A 42 tokens original MIT

fact-check

11

jezweb/vite-flare-starter

Skill Claude CodeCodex

Verify a specific claim by finding multiple authoritative sources that confirm or contradict it. Use when the user asks to fact-check, verify, or check whether something is true.

not rated 48 +1 10d ago A 36 tokens original MIT

git-diff-summariser

12

jezweb/vite-flare-starter

Skill Claude CodeCodex

Summarise a git diff into a short change description, risk assessment, and suggested commit message. Use when the user asks to review changes, draft a commit message from a diff, or wants a high-level overview of what was edited.

not rated 48 +1 10d ago A 55 tokens original MIT

librarian-curate

13

jezweb/vite-flare-starter

Skill Claude CodeCodex

Weekly cross-agent curation routine — surfaces patterns across agents, promotes stable ones into shared knowledge, writes a weekly digest into Inbox. Routine-only.

not rated 48 +1 10d ago A 35 tokens original MIT

meeting-notes

14

jezweb/vite-flare-starter

Skill Claude CodeCodex

Turn a meeting audio recording into structured notes — attendees, agenda items discussed, key decisions, action items with owners, and open questions. Save the result as a Markdown file. Use when the user attaches an audio file of a meeting or explicitly asks for meeting notes from audio.

not rated 48 +1 10d ago A 59 tokens original MIT

morning-brief

15

jezweb/vite-flare-starter

Skill Claude CodeCodex

Generate a personalised morning briefing covering weather, news, schedule, and saved priorities. Use when the user asks for a morning brief, daily summary, or "what's happening today?".

not rated 48 +1 10d ago A 41 tokens original MIT

plan-task

16

jezweb/vite-flare-starter

Skill Claude CodeCodex

Break a goal into a clear sequence of actionable steps with dependencies and estimated effort. Use when the user describes something they want to accomplish and asks for a plan, breakdown, or "how do I...".

not rated 48 +1 10d ago A 44 tokens original MIT

reflect

17

jezweb/vite-flare-starter

Skill Claude CodeCodex

End-of-day distillation routine — reads recent runs + findings, decides what graduates / dismisses / stays open, writes a one-paragraph day summary. Routine-only.

not rated 48 +1 10d ago A 36 tokens original MIT

jezweb/vite-flare-starter

Skill Claude CodeCodex

Review the current conversation and save key facts to long-term memory. Use when the user asks you to remember things from this chat, save important info, or "remember this for next time".

not rated 48 +1 10d ago A 42 tokens original MIT

reverie

19

jezweb/vite-flare-starter

Skill Claude CodeCodex

Use when an agent has had N consecutive quiet runs with nothing to do. Pivots to bounded inward consolidation (promote findings, refresh memory, audit asks) anchored in own data — NOT generic news summarisation. Adapted from goanna's reverie cycle. Routine-only; loaded by the routine that detects the quiet condition.

not rated 48 +1 10d ago A 71 tokens original MIT

jezweb/vite-flare-starter

Skill Claude CodeCodex

Reviewer criteria for AI-generated code via withreview. Checks for security issues (injection, auth bypass, secret leakage), correctness, and project conventions. Use as criteria.skill when generating code that touches data, auth, or external systems.

not rated 48 +1 10d ago A 51 tokens original MIT

review-email-tone

21

jezweb/vite-flare-starter

Skill Claude CodeCodex

Reviewer criteria for outbound email drafts via withreview. Checks tone-recipient match, professionalism, no AI tells, no placeholder leakage. Use as criteria.skill argument when reviewing email drafts before send.

not rated 48 +1 10d ago A 42 tokens original MIT

review-output

22

jezweb/vite-flare-starter

Skill Claude CodeCodex

Default reviewer criteria for the withreview tool. Generic quality bar — accuracy, intent-match, no hallucinations, clarity. Use as the criteria.skill argument when calling withreview without a domain-specific reviewer skill.

not rated 48 +1 10d ago A 44 tokens original MIT

jezweb/vite-flare-starter

Skill Claude CodeCodex

Reviewer criteria for AI-generated summaries via withreview. Checks faithfulness to source, no hallucinated facts, appropriate length, key points preserved. Use as criteria.skill when summarising articles, documents, transcripts, or batch-task outputs.

not rated 48 +1 10d ago A 52 tokens original MIT

jezweb/vite-flare-starter

Skill Claude CodeCodex

Rewrite text for a different audience, tone, length, or format while preserving the core meaning. Use when the user asks to rewrite, rephrase, simplify, formalise, or adapt text for a specific audience.

not rated 48 +1 10d ago A 48 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: