Fulcra Ash
Community@ashfulcra
Fulcra Ash publishes MIT-licensed skills for personal data ingestion into Fulcra accounts and deterministic multi-agent fleet coordination on the Fulcra bus.
Agent Skills by Fulcra Ash
Showing 24 vetted skills indexed across 1 GitHub repositories.
fulcra-media
Import media watch, listen, and read history into a Fulcra account via CLI.
fulcra-prefs
Load, apply, and capture cross-platform user preferences stored in a Fulcra account.
fulcra-csv
Import CSV files into Fulcra accounts as timestamped annotation events.
fulcra-vault
Read and write a shared markdown knowledge vault in Fulcra with wikilinks and agent-owned sections.
fulcra-netflix
Import Netflix viewing history CSV exports into a Fulcra account as Watched annotations.
fulcra-agent-cloud-coordinator
Configure a Claude Code cloud session as a persistent coordinator storing all state on the Fulcra bus.
fulcra-agent-forge
Mirror GitHub PR state onto a Fulcra team store as review evidence and auto-approve merged PRs.
fulcra-agent-review
Implements a review handshake with deterministic verdict tallying for multi-agent teams.
coordinator-discipline
Applies verification gates to multi-agent coordination rulings, merges, dispatches, and completion claims.
fulcra-agent-durable-state
Restore and sync agent tooling across ephemeral machines using the Fulcra File Store.
fulcra-agent-directives
Direct, schedule, and track structured work assignments across agents with acks and re-notify.
fulcra-agent-continuity
Snapshots agent objectives, decisions, and next actions into structured JSON for deterministic session resume.
fulcra-agent-atc
Routes agent tasks to the cheapest capable model across subscription accounts using a shared cap ledger.
sealed-secrets
Seal, unlock, and verify agent credentials stored as encrypted bundles in a shared object store.
fulcra-lab-results
Parse lab-report PDFs into validated per-marker Fulcra data tracks.
fulcra-agent-automation
Schedule coord-engine heartbeats and install harness lifecycle hooks for unattended Fulcra agent teams.
fulcra-agent-reconcile
Rebuilds and queries self-healing task indexes for fulcra-agent-teams OKF task documents.
fulcra-agent-presence
Adds presence heartbeats and liveness folds to fulcra-agent-teams coordination spaces.
fulcra-agent-tasks
Creates and transitions typed task records through a validated state machine via coord-engine.
fulcra-content-review
Review human-facing prose for AI tells, voice match, and claim accuracy before publication.
fulcra-agent-health
Diagnose fleet health and reconcile status for fulcra-agent-teams coordination spaces.
fulcra-agent-roles
Manage durable team roles with lease claims, liveness tracking, and SLA-based vacancy escalation.
fulcra-agent-operator
Surfaces blocked agent tasks to a human operator and relays answers back as atomic unblocks.
fulcra-fde
Runs structured engagements that turn business ideas into working software built on Fulcra primitives.
Frequently Asked Questions About Fulcra Ash
FAQPage SchemaWhat tasks can I accomplish with Fulcra Ash's skills?▼
You can import media history, CSV streams, and lab-report PDFs into a Fulcra account; manage a markdown knowledge vault with wikilinks; and operate multi-agent teams with typed task lifecycles, review gating, presence tracking, role leases, and model routing across subscription accounts.
Who are these skills designed for?▼
They target two audiences: individuals consolidating personal data (viewing history, wearables, lab results, preferences) into their own Fulcra account, and engineers running fleets of Claude Code agents that need durable state, deterministic coordination, and honest completion claims across ephemeral machines.
How do the agent-coordination skills work in practice?▼
Skills like fulcra-agent-tasks, fulcra-agent-review, and fulcra-agent-presence store all state on the Fulcra bus rather than local disk. Agents heartbeat presence shards, fold task updates into queryable views, and resume structured continuity snapshots on cron or heartbeat wake-ups after container resets.
Are Fulcra Ash's skills open source?▼
Yes. Nearly all skills carry an MIT license and link to the public github.com/ashfulcra/fulcra-tools repository, where each package (fulcra-prefs, fulcra-vault, fulcra-netflix, and others) lives under the packages directory and is free to use and modify.
What prerequisites do these skills require?▼
A Fulcra account is the core prerequisite, since every skill reads from or writes to Fulcra stores. Data-import skills need the relevant export (e.g., a Netflix viewing export or lab PDF), while agent-fleet skills expect a fulcra-agent-teams space and route via CLI, raw HTTP, or MCP read-only depending on capability.