Vite Flare Starter

Vite Flare Starter from jezweb/vite-flare-starter.

by @jezweb 29 skills

Skills in this plugin

29
  1. Reflect · jezweb
    End-of-day distillation routine — reads recent runs + findings, decides what graduates / dismisses / stays open, writes a one-paragraph day summary. Routine-only.
    1 install
  2. Reverie · jezweb
    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.
    1 install
  3. Caretaker · jezweb
    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.
    1 install
  4. Plan Task · jezweb
    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...".
    1 install
  5. Fact Check · jezweb
    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.
    1 install
  6. Code Review · jezweb
    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?".
    1 install
  7. CSV Analyse · jezweb bundle
    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.
    1 install
  8. Document QA · jezweb
    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.
    1 install
  9. Draft Email · jezweb
    Write a professional email tailored to a specific recipient, purpose, and tone. Use when the user asks to draft, write, or compose an email.
    1 install
  10. Web Research · jezweb bundle
    Research a topic by searching the web, fetching the most relevant pages as markdown, and producing a well-structured summary with citations. Use when the user asks to research, investigate, find information about, or look into a topic.
    1 install
  11. Create Report · jezweb
    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.
    1 install
  12. Meeting Notes · jezweb
    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.
    1 install
  13. Morning Brief · jezweb
    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?".
    1 install
  14. Review Output · jezweb
    Default reviewer criteria for the with_review tool. Generic quality bar — accuracy, intent-match, no hallucinations, clarity. Use as the criteria.skill argument when calling with_review without a domain-specific reviewer skill.
    1 install
  15. Route Finding · jezweb
    SessionEnd hook for routines emitting findings — picks the right channel (inbox_add / notify / approval_queue / space_send / webhook_post) and writes a short run-summary line. Routine-only.
    1 install
  16. Summarise Url · jezweb
    Fetch a URL and produce a structured summary with title, key points, and an action-oriented takeaway. Use when the user shares a link and asks for a summary, TL;DR, or "what's this about?".
    1 install
  17. Compare Options · jezweb bundle
    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.
    1 install
  18. Agent Asks Tasks · jezweb
    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.
    1 install
  19. Librarian Curate · jezweb
    Weekly cross-agent curation routine — surfaces patterns across agents, promotes stable ones into shared knowledge, writes a weekly digest into Inbox. Routine-only.
    1 install
  20. Score Importance · jezweb
    Calibrates finding importance (high / medium / low) before inbox_add — used by routines for consistent thresholds. Routine-only.
    1 install
  21. Review Email Tone · jezweb
    Reviewer criteria for outbound email drafts via with_review. Checks tone-recipient match, professionalism, no AI tells, no placeholder leakage. Use as criteria.skill argument when reviewing email drafts before send.
    1 install
  22. Save Research Doc · jezweb
    Save a piece of research, notes, or content to the user's filesystem as a well-organised markdown document with metadata. Use when the user asks to save, archive, file away, or "keep this for later".
    1 install
  23. Git Diff Summariser · jezweb bundle
    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.
    1 install
  24. Review Code Security · jezweb
    Reviewer criteria for AI-generated code via with_review. 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.
    1 install
  25. Rewrite For Audience · jezweb
    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.
    1 install
  26. Routine Health Check · jezweb
    Daily meta-routine — watches every other routine for error rates, drift, and runaway cost; surfaces routine_health findings into the Inbox. Routine-only.
    1 install
  27. Remember Conversation · jezweb
    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".
    1 install
  28. Extract Structured Data · jezweb
    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.
    1 install
  29. Review Summary Faithfulness · jezweb
    Reviewer criteria for AI-generated summaries via with_review. 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.
    1 install