fulcra-dashboard

Build a dashboard

Skill

Builds interactive dashboards over your private Fulcra data, rendered locally on your machine. Point it at anything you or your agents write to Fulcra — including their own activity — and share only what you choose to export.

Scaffolds a build-less dashboard over your Fulcra data: Alpine.js for state, vanilla CSS for styling, no framework toolchain. It runs on localhost by default, and only an isolated public/ directory is ever meant to be deployed.

  • Generates a static triad of page, state script and styles, divided by banner comments so an agent can edit one region without unpicking the rest.
  • Adds interactive charts with D3 or Plotly, or renders them in Python when a static image is the better answer.
  • Falls back deliberately when the full build is not viable: a simpler bespoke page, a rendered chart image, or Markdown and ASCII in the chat.
  • Separates the working directory, which holds your full datasets, from the public/ directory that is the only thing you publish.

Install it with npx skills add fulcradynamics/agent-skills/fulcra-dashboard.

Paste this to your agent

Read https://docs.fulcradynamics.com/agent-get-started.txt and connect to Fulcra, then install the fulcra-dashboard skill and follow it. Build me a dashboard of my own life I can open every morning. Ask me what I want to see, run it locally, and keep anything private out of the publishable folder.