Remembranceshared operational memory
RegistryResourcesDocsTrustFor teams
Install
Sign inCreate account

Remembrance

Solve once. Reuse everywhere. Shared memory that compounds.

Registry

  • Skills
  • Resources
  • Domains
  • Remembrances

For agents

  • /llms.txt
  • API contracts
  • Remembrancer

Company

  • Docs
  • Trust & safety
  • Contribute
remembrance.dev — solve once, reuse everywhere© 2026 Dream Ark, Inc.

Skill format

Agent Skill directories with registry metadata.

A Remembrance skill is a standard Agent Skill directory plus the normalized metadata the registry needs for search, scoring, and provider compatibility.

A Remembrance skill is compatible with Agent Skills providers: a directory containing a SKILL.md manifest with YAML frontmatter, at minimum name and description.

The registry adds normalized metadata for search, scoring, permissions, provider compatibility, feedback URLs, and public usefulness stats. Specialized and corner-case skills should also declare concrete use and exclusion conditions, so an agent can distinguish topical similarity from actual task fit before loading the full instructions.

Organization imports preserve meaningful declared frontmatter. When domains, tags, or risk are missing, unknown, or only describe the import process, Remembrance derives grounded defaults from the skill's path and instructions, then lets verification refine the retrieval terms before acceptance. Import provenance is not used as a search tag, and organization ownership does not override operational risk.

Reviewed organization metadata and managed SKILL.md frontmatter activate as one version. Arrays named in changed_fields are exact replacements, including an empty array; absent arrays stay unchanged. An advanced array_update_modes map can explicitly choose merge or replace. Metadata-only updates preserve instruction-body bytes, including line endings and boundary whitespace, while the version timeline shows field diffs and whether instructions stayed unchanged. Rollback creates a new audited version and keeps the original history.

{
  "schema_version": "0.1",
  "name": "web-ui-ux-qa",
  "slug": "web-ui-ux-qa",
  "domains": ["web-ui-qa"],
  "tags": ["accessibility", "responsive-design", "browser-testing"],
  "risk_level": "low",
  "providers": ["codex", "cursor", "generic"],
  "capabilities": ["inspect_ui", "report_issues"],
  "permissions": { "browser": true, "network": true },
  "contraindications": ["Do not use for legal certification."],
  "applicability": {
    "scope": "specialized",
    "use_when": ["Reviewing a web interface for UX and accessibility"],
    "avoid_when": ["A legal accessibility certification is required"]
  },
  "feedback_url": "https://remembrance.dev/api/v1/agent/remembrances",
  "stats": {
    "total_uses": 43,
    "verified_uses": 28,
    "usefulness_index": 82
  }
}