← all publishers

davistroy

@davistroy source repo

43 published skills

  1. Open Brain Design · davistroy bundle
    Use this skill to generate well-branded interfaces and assets for the Open Brain personal AI knowledge dashboard, either for production or throwaway prototypes/mocks/etc. Open Brain's design system is built on AWS Cloudscape (visual-refresh theme) — information-dense, enterprise-calm, cobalt-blue accent, Open Sans. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
    0
    installs
  2. Sg Build · davistroy
    Assemble final PowerPoint (.pptx) from presentation markdown and generated images. Use when you want to create the final PowerPoint, build the deck after image generation, or skip to building from presentation.md.
    0
    installs
  3. Sg Draft · davistroy
    Draft full slide content (titles, bullets, speaker notes, graphics descriptions) from an outline. Use when you have an outline and want to generate full slide content, draft the slides, or move from structure to full presentation content.
    0
    installs
  4. Ship · davistroy
    Create branch, commit, push, open PR, auto-review, fix issues, and merge — the full ship workflow. Pushes and can merge, so it runs only when invoked explicitly.
    0
    installs
  5. Wiki · davistroy
    Wiki operations: ingest source documents into wiki pages, lint for health issues, query the wiki for answers, propagate resolved facts, and report status. Supports both /create-wiki layouts (wiki/ + schema.yaml) and OKF-bundle layouts (kb/ + AGENTS.md contract).
    0
    installs
  6. Sg Outline · davistroy
    Generate a structured presentation outline from research findings. Use when you have research.json and want to create an outline, structure findings into slides, or plan slide structure before drafting.
    0
    installs
  7. Prime · davistroy
    Evaluate an existing codebase to produce a detailed report on project purpose, health, status, and recommended next steps. Suggest when — new session project questions, encountering repo first time, resuming after break, health/quality/documentation inquiries, architectural decisions, or "overview"/"assess" requests.
    0
    installs
  8. Sg Optimize · davistroy
    Run quality analysis and automated improvement on drafted slide content. Use when you have drafted slides and want to improve quality, optimize readability, or get quality scoring before finalizing.
    0
    installs
  9. Sg Research · davistroy
    Conduct autonomous web research on a topic using Claude Agent SDK, producing structured research.json. Use when researching a topic for slides, starting the pipeline from scratch, or you have a topic but no research.json yet.
    0
    installs
  10. Unlock · davistroy
    Load secrets from Bitwarden Secrets Manager into the environment using the bws CLI. Fully stateless — no vault unlock or session tokens required. Invoke explicitly with /unlock; it never runs on its own.
    0
    installs
  11. Build Cfa Deck · davistroy
    Generate a complete, on-brand Chick-fil-A PowerPoint presentation from a topic using CFA brand guidelines, template layouts, and extracted brand assets. Use when you need a Chick-fil-A branded presentation, want to build a CFA deck with brand compliance, or need an on-brand presentation for a CFA audience.
    0
    installs
  12. Help · davistroy
    Show available commands and skills
    0
    installs
  13. Plan Gate · davistroy
    Before starting complex multi-step implementation tasks, assess scope and route to the right planning approach — native plan mode for simple changes, /plan-improvements for codebase refactoring, or /create-plan for requirements-driven work. Suggest when — implementation task with >3 files, architectural decisions, ambiguous scope, or multiple valid approaches exist — and no active IMPLEMENTATION_PLAN.md.
    0
    installs
  14. Task Sync · davistroy bundle
    Manage a local task/backlog list (tasks.json + a generated TASKS.md) for the current repo and reconcile it with GitHub or Gitea issues, via the bundled task-sync Python tool. Supports direct commands (list/add/edit/done/remove/ status/init) and a plan-decide-apply sync that surfaces creates, pushes, pulls, conflicts, and confidentiality findings for review before anything leaves the machine, with a public-repo push warning and a --dry-run mode. Suggest when — the user wants to see or manage this repo's tasks or backlog, sync tasks with GitHub/Gitea issues, mentions a local task tracker or TASKS.md, or asks to push/pull/reconcile tasks against issues; keywords — task list, backlog, sync issues, task-sync, todo list, reconcile issues.
    0
    installs
  15. Bpmn Generator · davistroy
    Generate BPMN 2.0 compliant XML files from natural language process descriptions OR from structured markdown business process documents. Use this skill when a user wants to create a BPMN workflow, convert a business process to BPMN XML, model a workflow diagram, or generate process definitions. Triggers on requests like "create a BPMN", "generate workflow XML", "model this process", "convert to BPMN 2.0", "create process diagram", "build workflow", or "convert this markdown to BPMN". Do NOT use for converting an existing BPMN XML file to Draw.io — use bpmn-to-drawio for that.
    0
    installs
  16. Bpmn To Drawio · davistroy
    Convert BPMN 2.0 XML files into Draw.io native format (.drawio) using the bpmn2drawio Python tool. Renders properly in Draw.io Desktop or web applications. Use this skill when a user wants to visualize a BPMN process in Draw.io, convert BPMN to editable diagrams, or create Draw.io files from process definitions. Triggers on: "convert BPMN to Draw.io", "create drawio from BPMN", "visualize BPMN in Draw.io". Do NOT use for creating new BPMN from a process description or markdown doc — use bpmn-generator for that.
    0
    installs
  17. Clear Prep · davistroy
    Prepare a project for a context clear (/clear) or compaction with zero loss of state. Flushes the current session's work into all persistent documents — LAB_NOTEBOOK.md living sections and in-flight entry, memory files, CLAUDE.md rules, CHANGELOG — then emits a single copy-paste resume prompt to run in the fresh session so a zero-context Claude picks up exactly where you left off. Suggest (do not auto-run) when the user says they want to clear context, compact, wrap up the session, or hand off.
    0
    installs
  18. Ultra Plan · davistroy
    Structured implementation planning for bug lists, feature requests, or change sets. Enforces deep investigation, interaction mapping, and integrated solution design before any code changes. Use when given a list of issues/features/changes that need a cohesive implementation plan.
    0
    installs
  19. Sg Full Workflow · davistroy
    Run the complete 7-step slide generation pipeline from topic to PowerPoint. Use when you want to create a full presentation from scratch, generate a complete deck end-to-end, or see the entire pipeline in action.
    0
    installs
  20. Arch Review · davistroy
    Comprehensive 9-agent architecture review — spawns parallel domain specialists (architecture, code, data, integration, performance, QA, security, platform, risk) and produces structured findings with executive report and go/no-go recommendation
    0
    installs
  21. Brain Entry · davistroy
    Send a capture to Open Brain. Takes any instruction as an argument — summarize a session, log a decision, capture an idea — processes it, and POSTs it to the captures API. Posts to an external service with no further gate, so it runs only when invoked explicitly as /brain-entry <instruction>.
    0
    installs
  22. Create Wiki · davistroy
    Set up a persistent, LLM-maintained wiki inside any project. Creates a wiki/ directory with sources, pages, schema, and navigation files, seeds initial pages from project discovery, and injects CLAUDE.md rules that make Claude automatically maintain the wiki during normal work sessions. Suggest when — project accumulating complexity, context loss between sessions, multiple contributors, "I keep forgetting", significant domain knowledge, or LAB_NOTEBOOK.md with durable insights. Confirms before writing anything when suggested rather than invoked.
    0
    installs
  23. New Project · davistroy
    Scaffold a brand-new project directory end-to-end — git init, remote repository (GitHub by default, Gitea with --gitea), CLAUDE.md, .gitignore, placeholder .env, lab notebook, kill-criteria BRIEF.md, and the initial commit/push. Creates a remote repo, so it runs only when invoked explicitly.
    0
    installs
  24. Spark Audit · davistroy
    SSH into the DGX Spark and audit all running containers against known best practices and community optimizations. Reports gaps, misconfigurations, and optimization opportunities. Complements spark-recon (external landscape) with internal config validation.
    0
    installs
  25. Spark Recon · davistroy
    Recon of the DGX Spark inference-performance landscape — scans the Arena leaderboard, vLLM releases, spark-vllm-docker builds, Qwen model releases, and the NVIDIA developer forum, then reports actionable changes against the current Spark baseline. Report-and-recommend only — it reads external sources and writes findings, and runs no SSH or shell commands at all. Run from the spark project directory.
    0
    installs
  26. Fleet Health · davistroy
    One-shot, read-only health snapshot across the personal fleet (DGX Spark, Jetson Orin Nano, homeserver, bond, obvm). Checks uptime, load, disk, memory, and each machine's key inference/service endpoints over SSH and curl, then renders a single status table with a pass/fail verdict. Use for a fleet status check, a morning brief before starting work, answering "is the spark available" or similar per-machine availability questions, or any general machine health check across the 5 hosts. Read-only — never restarts, stops, or reconfigures anything on any host.
    0
    installs
  27. Jetson Audit · davistroy
    SSH into the Jetson Orin Nano and audit the running inference config against known best practices and community optimizations. Reports gaps, misconfigurations, and optimization opportunities. Complements jetson-recon (external landscape) with internal config validation.
    0
    installs
  28. Jetson Recon · davistroy
    Recon of the Jetson Orin Nano inference-performance landscape — scans JetPack updates, llama.cpp releases, the small-model landscape, and the NVIDIA Jetson forum (Checks 1-4, untrusted web content), then reads live device health over a fixed read-only SSH allowlist (Check 5), and reports actionable changes against JETSON_BASELINE.md. The SSH command set is never derived from anything the web checks return — see Trust Boundary. Run from the jetson project directory.
    0
    installs
  29. Lab Notebook · davistroy bundle
    Initialize mandatory experiment logging using scientific notebook, ADR, and postmortem patterns. For projects involving system changes, benchmarks, debugging, or exploratory work. Creates LAB_NOTEBOOK.md with living decision/action tracking and injects iron-clad CLAUDE.md rules that make logging a PRECONDITION for every action. Suggest when — infrastructure/experimental/expensive-failure projects, multi-session work, or keywords like optimize/benchmark/debug/configure. Confirms before writing anything when suggested rather than invoked.
    0
    installs
  30. Sg Generate Images · davistroy
    Generate slide visuals using Gemini Pro from validated graphics descriptions. Use when you want to generate slide images, create visuals after validation, or see what the slides will look like.
    0
    installs
  31. Object Object · davistroy bundle
    [object Object]
    0
    installs
  32. Release Plugin · davistroy
    Validate plugins, clean the repository, and ship plugin releases in one automated workflow. Publishing is irreversible once tagged and pushed, so it runs only when invoked explicitly.
    0
    installs
  33. Research Topic · davistroy
    Orchestrate parallel deep research across multiple LLM providers using native context:fork subagents and synthesize results. Suggest when — in-depth topic research, multi-provider perspective comparison, well-sourced analysis needed, "deep research"/"research report" keywords, or thorough technical/strategic/emerging topic investigation.
    0
    installs
  34. Sg Validate Graphics · davistroy
    Validate that image descriptions are concrete enough for AI image generation. Use when you want to check if image descriptions are ready for generation, validate graphics before image generation, or avoid wasted API calls.
    0
    installs
  35. Archive Project · davistroy
    Archive, retire, or sunset a project repo — writes a status header into README.md, tags and commits the change, pushes and optionally archives the remote (GitHub only), moves the directory into ~/dev/archive/, and logs one line to ~/dev/PORTFOLIO.md. Moves a working tree and can archive a remote, so it runs only when invoked explicitly.
    0
    installs
  36. Explain Project · davistroy
    Generate a comprehensive, annotated technical overview document for any project/repo, written for a smart non-CS reader. Analyzes the codebase, writes a deep-dive document following a proven structure template, and produces a styled Word document with sidebars, glossary, inline annotations, and optional generated images. Use when a project needs an explanatory document that makes the system understandable to non-technical stakeholders. Do NOT use for annotating an EXISTING document — use accessibility-annotator for that. Do NOT use for plain markdown-to-Word formatting with no annotations — use /convert-markdown for that.
    0
    installs
  37. Leak Risk Audit · davistroy
    Audit a dataset for proprietary information leaks before sharing with public/cloud services. Produces a LEAK_RISK.md report with findings and remediation recommendations.
    0
    installs
  38. Visual Explainer · davistroy bundle
    Transform text or documents into AI-generated infographic pages that explain concepts visually, using Gemini Pro 3 for generation and Claude Vision for quality evaluation. Generation is paid and billed per image, so it runs only when invoked explicitly.
    0
    installs
  39. Security Analysis · davistroy bundle
    Comprehensive security analysis with tech stack detection, vulnerability scanning, and remediation planning. Suggest when — security/vulnerabilities/CVEs/audit mentioned, new projects scaffolded, before releases/deployments/production, auth/input-handling code review, dependency updates, or new repos cloned.
    0
    installs
  40. Spec To Prototype · davistroy
    Use when the user has a spec document, design system reference, component library doc, wireframe description, or similar specification and wants a visual HTML/CSS dummy prototype built from it. Triggers on "build a prototype", "create a mockup from this spec", "prototype this design", "make a visual demo". Also use when converting technical documentation into stakeholder-ready visual demos. Do NOT use for production frontend implementation — this produces visual HTML/CSS dummies only, not shippable code.
    0
    installs
  41. Summarize Feedback · davistroy
    Synthesize employee feedback from Notion Voice Captures into a professional .docx assessment document. Suggest when — user mentions feedback analysis, performance review, assessment generation, Notion captures, or review preparation.
    0
    installs
  42. Accessibility Annotator · davistroy
    Analyze technical documents for CS/ML concepts a smart non-CS reader wouldn't understand, recommend explanation mechanisms (glossary, inline, footnote, sidebar, appendix), present analysis for approval, then implement annotations in the Word document using the project directory for contextual accuracy. Use when making technical documents accessible to non-CS audiences. Do NOT use for writing a new overview document from a codebase — use explain-project for that.
    0
    installs
  43. Evaluate Pipeline Output · davistroy bundle
    Thoroughly evaluate contact-center-lab pipeline output quality against input, checking sanitization correctness, atom/entity/triple quality, graph structure, and procedure integrity across all stages. Suggest when — pipeline run complete and quality evaluation needed, "did this produce good output" questions, before full corpus run, or after pipeline code changes.
    0
    installs