Fulcra Ash avatar

Fulcra Ash

Community

@ashfulcra

4Followers
|
23Public Repos
|
24Published Skills

Fulcra Ash publishes MIT-licensed skills for personal data ingestion into Fulcra accounts and deterministic multi-agent fleet coordination on the Fulcra bus.

Skills Distribution
DomainData Systems...Personal Data Inge.. (35%)Multi-Agent Fleet .. (35%)Task & Review Stat.. (15%)Secrets & Durable .. (10%)

Agent Skills by Fulcra Ash

Showing 24 vetted skills indexed across 1 GitHub repositories.

ashfulcraashfulcra
10

fulcra-media

Import media watch, listen, and read history into a Fulcra account via CLI.

Community
Advanced
ashfulcraashfulcra
10

fulcra-prefs

Load, apply, and capture cross-platform user preferences stored in a Fulcra account.

Community
Advanced
ashfulcraashfulcra
10

fulcra-csv

Import CSV files into Fulcra accounts as timestamped annotation events.

Community
Advanced
ashfulcraashfulcra
10

fulcra-vault

Read and write a shared markdown knowledge vault in Fulcra with wikilinks and agent-owned sections.

Community
Advanced
ashfulcraashfulcra
10

fulcra-netflix

Import Netflix viewing history CSV exports into a Fulcra account as Watched annotations.

Community
Advanced
ashfulcraashfulcra
10

fulcra-agent-cloud-coordinator

Configure a Claude Code cloud session as a persistent coordinator storing all state on the Fulcra bus.

Community
Advanced
ashfulcraashfulcra
10

fulcra-agent-forge

Mirror GitHub PR state onto a Fulcra team store as review evidence and auto-approve merged PRs.

Community
Intermediate
ashfulcraashfulcra
10

fulcra-agent-review

Implements a review handshake with deterministic verdict tallying for multi-agent teams.

Community
Advanced
ashfulcraashfulcra
10

coordinator-discipline

Applies verification gates to multi-agent coordination rulings, merges, dispatches, and completion claims.

Community
Intermediate
ashfulcraashfulcra
10

fulcra-agent-durable-state

Restore and sync agent tooling across ephemeral machines using the Fulcra File Store.

Community
Intermediate
ashfulcraashfulcra
10

fulcra-agent-directives

Direct, schedule, and track structured work assignments across agents with acks and re-notify.

Community
Advanced
ashfulcraashfulcra
10

fulcra-agent-continuity

Snapshots agent objectives, decisions, and next actions into structured JSON for deterministic session resume.

Community
Advanced
ashfulcraashfulcra
10

fulcra-agent-atc

Routes agent tasks to the cheapest capable model across subscription accounts using a shared cap ledger.

Community
Advanced
ashfulcraashfulcra
10

sealed-secrets

Seal, unlock, and verify agent credentials stored as encrypted bundles in a shared object store.

Community
Advanced
ashfulcraashfulcra
10

fulcra-lab-results

Parse lab-report PDFs into validated per-marker Fulcra data tracks.

Community
Advanced
ashfulcraashfulcra
10

fulcra-agent-automation

Schedule coord-engine heartbeats and install harness lifecycle hooks for unattended Fulcra agent teams.

Community
Advanced
ashfulcraashfulcra
10

fulcra-agent-reconcile

Rebuilds and queries self-healing task indexes for fulcra-agent-teams OKF task documents.

Community
Advanced
ashfulcraashfulcra
10

fulcra-agent-presence

Adds presence heartbeats and liveness folds to fulcra-agent-teams coordination spaces.

Community
Intermediate
ashfulcraashfulcra
10

fulcra-agent-tasks

Creates and transitions typed task records through a validated state machine via coord-engine.

Community
Intermediate
ashfulcraashfulcra
10

fulcra-content-review

Review human-facing prose for AI tells, voice match, and claim accuracy before publication.

Community
Intermediate
ashfulcraashfulcra
10

fulcra-agent-health

Diagnose fleet health and reconcile status for fulcra-agent-teams coordination spaces.

Community
Intermediate
ashfulcraashfulcra
10

fulcra-agent-roles

Manage durable team roles with lease claims, liveness tracking, and SLA-based vacancy escalation.

Community
Advanced
ashfulcraashfulcra
10

fulcra-agent-operator

Surfaces blocked agent tasks to a human operator and relays answers back as atomic unblocks.

Community
Intermediate
ashfulcraashfulcra
10

fulcra-fde

Runs structured engagements that turn business ideas into working software built on Fulcra primitives.

Community
Advanced

Frequently Asked Questions About Fulcra Ash

FAQPage Schema
What 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.