Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

dodder

dodder에는 amarbel-llc에서 수집한 skills 18개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
18
Stars
2
업데이트
2026-07-09
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

dodder-usage
소프트웨어 개발자

Guides day-to-day dodder and der operations including creating zettels, querying and filtering objects, checking out working copies, organizing content, syncing with remotes, and managing tags, types, and dormant objects. Activated by requests to create, edit, organize, query, show, checkout, checkin, push, pull, sync, tag, or otherwise operate on dodder repositories.

2026-07-09
design-patterns-genre-bitfield
소프트웨어 개발자

Use when working with object genres, adding genre filters to queries, parsing sigils like :z :t :e :k :b, or modifying genre-based dispatch. Also applies when encountering Genre byte type, genre bitwise operations, MakeGenre, or optimizedQueries maps.

2026-06-28
dodder-onboarding
고등교육 문헌정보학 교원

Introduces dodder, a distributed zettelkasten and content-addressable blob store. Covers core concepts (zettels, object IDs, tags, types, blobs, the store), installation via Nix, a first-steps walkthrough including repository initialization and zettel creation, and the mental model for working with dodder. Activated when a user is new to dodder, asks what dodder is, wants to get started, install, set up, or learn how dodder works.

2026-06-25
features-zettel-ids
소프트웨어 개발자

Use when working on the ZettelId internals

2026-05-21
features-madder-blob-stores
소프트웨어 개발자

Use when working on the dodder/madder blob-store internals

2026-05-20
features-madder-blob-stores
네트워크·컴퓨터 시스템 관리자

Use when creating, querying, or sharing dodder blob stores at the command line

2026-05-20
features-zettel-ids
네트워크·컴퓨터 시스템 관리자

Use when interacting with dodder ZettelIds (two-part IDs like `ceroplastes/midtown`), seeding a new repo via `dodder init -yin` / `-yang`, choosing predictable or random ID allocation, or interpreting "zettel ids exhausted" errors at the command line.

2026-05-20
design-patterns-hamster-style
소프트웨어 개발자

Use when writing or modifying Go code in the dodder repository - enforces project-specific naming, formatting, and structural conventions that differ from standard Go style

2026-04-11
dodder-development
소프트웨어 개발자

Helps contributors work on the dodder Go codebase. Covers the build and test cycle, NATO phonetic module hierarchy, pool management rules, the repool static analyzer, codebase navigation, and critical coding conventions. Activated by requests to work on dodder, add commands or types, register coders, fix dodder code, add NATO modules, manage pools, or explore dodder architecture and development workflows.

2026-04-11
design-patterns-horizontal-versioning
소프트웨어 개발자

Use when adding a new version of a persistent data structure, creating a new blob or config type, implementing an upgrade path between versions, or registering a coder for a versioned type. Also applies when working with type_blobs, blob_store_configs, blob_stores, hyphence, or any package following the *_blobs / *_configs / *_stores naming convention.

2026-03-15
design-patterns-hyphence
소프트웨어 개발자

Use when working with the hyphence (hyphen-fence) serialization format, adding coders for versioned types, reading or writing typed blobs, or debugging serialization issues. Also applies when encountering

2026-03-15
design-patterns-snob-naming
소프트웨어 개발자

Use when naming packages, directories, type strings, skills, or any identifiers that need structured multi-part names. Also applies when reviewing names for convention compliance or encountering naming inconsistencies involving hyphens and underscores.

2026-03-15
design-patterns-catgut-string
소프트웨어 개발자

Use when working with catgut.String, encountering copy-detection panics, pooling strings, or needing mutable buffer-backed strings. Also applies when seeing noescape, copyCheck, catgut.GetPool, or MakeFromString in code.

2026-02-26
design-patterns-markl-id
소프트웨어 개발자

Use when working with content-addressable identifiers, markl IDs, blob digests, purpose-tagged hashes, blech32 encoding, or encryption keys. Also applies when encountering markl.Id, MarklId, FormatHash, purpose@digest syntax, or hash format selection.

2026-02-26
design-patterns-pool-repool
소프트웨어 개발자

Use when allocating pooled objects, calling GetWithRepool, handling FuncRepool return values, writing code that borrows from sync.Pool, or encountering repool analyzer warnings. Also applies when adding //repool:owned annotations, debugging pool leaks, or working with CloneTransacted.

2026-02-26
design-patterns-sequence-iteration
소프트웨어 개발자

Use when working with lazy sequences, SeqError iterators, combining or chaining iterators, or encountering Seq, SeqError, quiter, quiter_seq, MakeSeqErrorFromSeq, Chain, Multiplex, or MergeSeqErrorLeft in code.

2026-02-26
design-patterns-typed-error-sentinels
소프트웨어 개발자

Use when creating error sentinels, defining package-specific error types, checking errors by type rather than value, or encountering Typed, IsTyped, MakeTypedSentinel, WrapWithType, or pkgErrDisamb in code.

2026-02-26
design-patterns-wait-group
소프트웨어 개발자

Use when running concurrent operations with error collection, structuring parallel or serial work with cleanup, or encountering MakeWaitGroupParallel, MakeWaitGroupSerial, DoAfter, or GroupBuilder in code.

2026-02-26