atomic

flowstate-dojo-community-epicdm-flowstate-crypto

Package-local agent skill for @epicdm/flowstate-crypto.

Tags

Publisher

Versions

1 version published — latest: 1.0.7

  • 1.0.7
    publishedInvalid Date

Skill

Use this skill when a task touches packages/flowstate-crypto, imports @epicdm/flowstate-crypto, or needs to teach humans/agents how this package works.

Package identity:

  • Package: @epicdm/flowstate-crypto
  • Repository: epic-flowstate-community
  • Version authority: package.json (1.0.7)
  • Dojo course: flowstate-dojo-community-epicdm-flowstate-crypto

How to use the package:

  • Purpose: Platform-agnostic cryptographic primitives for FlowState vault
  • Start with package-local docs when present.
  • Verify details against source and tests before changing behavior.
  • Use the Dojo course lessons as the teaching path: setup, mental model, core workflow, integration, feature labs, maintenance.

Public surfaces discovered:

  • generateDEK
  • aesGcmEncrypt
  • aesGcmDecrypt
  • DocumentEncryptionMeta
  • toBase64
  • fromBase64
  • EncryptedSecret
  • encryptSecret
  • decryptSecret
  • shareWithService
  • decryptWithServiceKey
  • FieldEncryptionConfig
  • hasEncryptedSentinel
  • isEncryptedValue
  • getEncryptedFieldNames
  • encryptFields
  • decryptFields
  • hkdfDeriveKey
  • EncryptionContext
  • EncryptedFieldValue
  • EncryptedFileResult
  • KeyRing
  • KeyDataProvider
  • createKeyRing
  • generateSalt
  • deriveKey
  • getPlatform
  • HttpKeyDataProviderConfig
  • HttpKeyDataProvider
  • generateRecoveryKey

Composable feature skilllets:

  • Aes Gcm Decrypt: use feature labs for workflow, source anchor, and regression risk.
  • Aes Gcm Encrypt: use feature labs for workflow, source anchor, and regression risk.
  • Base32 To Recovery Key: use feature labs for workflow, source anchor, and regression risk.
  • Create Key Ring: use feature labs for workflow, source anchor, and regression risk.
  • Decrypt Fields: use feature labs for workflow, source anchor, and regression risk.
  • Decrypt Secret: use feature labs for workflow, source anchor, and regression risk.
  • Decrypt With Service Key: use feature labs for workflow, source anchor, and regression risk.
  • Derive Key: use feature labs for workflow, source anchor, and regression risk.
  • Derive Recovery KEK: use feature labs for workflow, source anchor, and regression risk.
  • Encrypt Fields: use feature labs for workflow, source anchor, and regression risk.
  • Encrypt Secret: use feature labs for workflow, source anchor, and regression risk.
  • From Base64: use feature labs for workflow, source anchor, and regression risk.
  • Generate DEK: use feature labs for workflow, source anchor, and regression risk.
  • Generate Keypair: use feature labs for workflow, source anchor, and regression risk.
  • Generate Recovery Key: use feature labs for workflow, source anchor, and regression risk.
  • Generate Salt: use feature labs for workflow, source anchor, and regression risk.
  • Get Encrypted Field Names: use feature labs for workflow, source anchor, and regression risk.
  • Get Platform: use feature labs for workflow, source anchor, and regression risk.
  • Has Encrypted Sentinel: use feature labs for workflow, source anchor, and regression risk.
  • Hkdf Derive Key: use feature labs for workflow, source anchor, and regression risk.
  • Http Key Data Provider: use feature labs for workflow, source anchor, and regression risk.
  • Is Encrypted Value: use feature labs for workflow, source anchor, and regression risk.
  • Recovery Key To Base32: use feature labs for workflow, source anchor, and regression risk.
  • Resolve Scope: use feature labs for workflow, source anchor, and regression risk.
  • Rsa Unwrap Key: use feature labs for workflow, source anchor, and regression risk.
  • Rsa Wrap Key: use feature labs for workflow, source anchor, and regression risk.
  • Share With Service: use feature labs for workflow, source anchor, and regression risk.
  • To Base64: use feature labs for workflow, source anchor, and regression risk.

Agent operating rules:

  • Treat package.json as the Dojo version authority.
  • Do not turn feature inventory into user-facing lessons without workflow context.
  • Update this Dojo package when package behavior, docs, examples, or feature inventory changes.
  • Verify downstream packages when package use and connection metadata shows inbound dependencies or references.
  • Never mark publish status passed without successful cloud publish and catalog lookup.

Usage

Use this Dojo skill with package human docs, package-local feature inventory, agent-skillset.md, and the generated course.json in this folder. Keep this manifest version aligned with package.json.

Install

Run this in your project to install via CLI:

fscloud dojo skill install flowstate-dojo-community-epicdm-flowstate-crypto --target <target> --out ./skills

Replace <target> with your agent target identifier. See the CLI docs for details.