Skip to content
Skillv1.0.0

datomic-cloud-backup

Agent Guidelines for datomic-cloud-backup

by fulcrologic(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from fulcrologic/datomic-cloud-backup (AGENTS.md). Install upstream with npx skills add fulcrologic/datomic-cloud-backup. Copyright stays with the author.

Agent Guidelines for datomic-cloud-backup

  • REPL: Include the :dev alias when running REPLs to get local dependencies.

Code Style

  • Namespaces: Use com.fulcrologic.datomic-cloud-backup.* prefix
  • Imports: Group requires by stdlib, deps, project; use :refer sparingly
  • Types: Use Guardrails >defn with Malli specs for public functions
  • Protocols: Define in protocols.clj, implement in separate files per store type
  • Error handling: Use ex-info with meaningful data maps, log with timbre

Architecture

  • protocols.clj: TransactionStore protocol definition
  • cloning.clj: Core backup/restore logic with Datomic client API
  • *_store.clj: Protocol implementations (filesystem, S3, RAM)
  • Tests use datomic dev-local with :mem storage

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/fulcrologic-datomic-cloud-backup-datomic-cloud-backup/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

fulcrologic-datomic-cloud-backup-datomic-cloud-backup.ocm.jsonjson
{
  "ocm": "1",
  "id": "fulcrologic-datomic-cloud-backup-datomic-cloud-backup",
  "kind": "skill",
  "name": "datomic-cloud-backup",
  "description": "Agent Guidelines for datomic-cloud-backup",
  "publisher": "fulcrologic",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Guidelines for datomic-cloud-backup"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/fulcrologic/datomic-cloud-backup",
      "path": "AGENTS.md",
      "ref": "9b820431c1ceb2fbcf9673f273c7b359f4f24ca9",
      "url": "https://github.com/fulcrologic/datomic-cloud-backup/blob/9b820431c1ceb2fbcf9673f273c7b359f4f24ca9/AGENTS.md",
      "key": "fulcrologic/datomic-cloud-backup/AGENTS.md"
    }
  },
  "instructions": "# Agent Guidelines for datomic-cloud-backup\n\n- REPL: Include the :dev alias when running REPLs to get local dependencies.\n\n## Code Style\n- **Namespaces**: Use `com.fulcrologic.datomic-cloud-backup.*` prefix\n- **Imports**: Group requires by stdlib, deps, project; use `:refer` sparingly\n- **Types**: Use Guardrails `>defn` with Malli specs for public functions\n- **Protocols**: Define in `protocols.clj`, implement in separate files per store type\n- **Error handling**: Use `ex-info` with meaningful data maps, log with timbre\n\n## Architecture\n- `protocols.clj`: TransactionStore protocol definition\n-",
  "cost": {
    "context_tokens": 194
  }
}

Fetch it by URL: GET /api/v1/registry/fulcrologic-datomic-cloud-backup-datomic-cloud-backup/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.