Skill based on W3C DID Core (did-core repo), generated 2026-02-24.
Decentralized Identifiers (DIDs) are URIs that point to DID documents, enabling verifiable, decentralized identity. This skill covers the DID Core data model, syntax, core properties, verification methods, services, serialization (representations), and the requirements for DID methods and resolution.
Core References
| Topic |
Description |
Reference |
| DID and DID URL Syntax |
ABNF, path, query, fragment, relative URLs |
core-did-syntax |
| Data Model |
Entry types, maps/lists/sets, extensibility |
core-data-model |
| DID Document Core Properties |
id, controller, alsoKnownAs, verification relationships, services |
core-did-document |
| Verification Methods and Services |
Verification method and service property structure |
core-verification-and-services |
Features
| Topic |
Description |
Reference |
| Representations |
Production/consumption, JSON, media types |
features-representations |
| DID Methods and Operations |
Method syntax, create/read/update/deactivate, security and privacy |
features-did-methods |
Best Practices
| Topic |
Description |
Reference |
| Resolution and Dereferencing |
DID resolution, DID URL dereferencing, choosing resolvers |
best-practices-resolution |
1---2name: did-core3description: W3C DID Core specification—DID/DID URL syntax, data model, core properties, verification methods, services, representations, and DID methods.4---56> Skill based on W3C DID Core (did-core repo), generated 2026-02-24.78Decentralized Identifiers (DIDs) are URIs that point to DID documents, enabling verifiable, decentralized identity. This skill covers the DID Core data model, syntax, core properties, verification methods, services, serialization (representations), and the requirements for DID methods and resolution.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| DID and DID URL Syntax | ABNF, path, query, fragment, relative URLs | [core-did-syntax](references/core-did-syntax.md) |15| Data Model | Entry types, maps/lists/sets, extensibility | [core-data-model](references/core-data-model.md) |16| DID Document Core Properties | id, controller, alsoKnownAs, verification relationships, services | [core-did-document](references/core-did-document.md) |17| Verification Methods and Services | Verification method and service property structure | [core-verification-and-services](references/core-verification-and-services.md) |1819## Features2021| Topic | Description | Reference |22|-------|-------------|-----------|23| Representations | Production/consumption, JSON, media types | [features-representations](references/features-representations.md) |24| DID Methods and Operations | Method syntax, create/read/update/deactivate, security and privacy | [features-did-methods](references/features-did-methods.md) |2526## Best Practices2728| Topic | Description | Reference |29|-------|-------------|-----------|30| Resolution and Dereferencing | DID resolution, DID URL dereferencing, choosing resolvers | [best-practices-resolution](references/best-practices-resolution.md) |