用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill gleam命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | gleam |
| description | Comprehensive Gleam skill covering language fundamentals, backend (OTP, Use when this capability is needed. |
| metadata | {"author":"aboio-labs"} |
Consolidated skill for Gleam development. Use decision trees below to find the right reference, then load detailed docs.
All agents and commands using this skill MUST follow references/token-efficiency.md. Use Grep and targeted reads instead of reading entire files. Start with git diff to scope work.
Writing Gleam?
├─ New to syntax (no if, records, imports) → fundamentals/language-basics.md
├─ Case expressions, pattern matching → fundamentals/case-patterns.md
├─ Label shorthand, let assert, pipelines → fundamentals/language-features.md
├─ Useful stdlib functions → fundamentals/stdlib.md
├─ Module name mistakes (regexp/regex) → fundamentals/stdlib-module-names.md
├─ String character filtering (no \0) → fundamentals/string-character-filtering.md
├─ JSON decoding/encoding → fundamentals/decoding.md
├─ decode.map vs decode.then → fundamentals/decode-map-vs-then.md
├─ Opaque types, module design → fundamentals/type-design.md
├─ Error discipline, AppError patterns → fundamentals/error-handling.md
├─ use/result.try, helpers → fundamentals/code-patterns.md
├─ Helper-first refactoring → fundamentals/helper-first-refactoring.md
├─ Higher-order SQL helpers → fundamentals/higher-order-sql-helpers.md
├─ Tooling (gleam check, format, LSP) → fundamentals/tooling.md
├─ Input validation (valid) → fundamentals/validation-valid.md
├─ Parser combinators (nibble) → fundamentals/parsing-nibble.md
├─ Snapshot testing (birdie) → fundamentals/birdie-snapshot-testing.md
├─ Common mistakes → fundamentals/common-pitfalls.md
└─ Official conventions & anti-patterns → fundamentals/conventions.md
Backend (Erlang target)?
├─ Web framework (wisp) → backend/wisp-framework.md
├─ HTTP server (mist) → backend/mist-server.md
├─ HTTP logging (single middleware) → backend/http-logging-middleware.md
├─ DB error handling (3-tier) → backend/three-tier-error-handling.md
├─ Decoder defaults anti-pattern → backend/decoder-defaults-anti-pattern.md
├─ OTP actors (basics, state, messages) → backend/otp.md
├─ OTP supervision (trees, strategies) → backend/otp-supervision.md
├─ OTP advanced (selectors, timers, ETS) → backend/otp-advanced.md
├─ Production logging (wisp) → Use /observability-master command
├─ HTTP client runner → backend/http-runner.md
├─ Midas algebraic effects → backend/midas-effect-task.md
├─ SQL code generation (Squirrel) → backend/squirrel-guide.md
├─ SQL code generation (Parrot/sqlc) → backend/parrot-guide.md
├─ Database migrations (Cigogne) → backend/cigogne.md
├─ JWT authentication (ywt) → backend/jwt-ywt.md
├─ S3 / object storage (bucket) → backend/bucket-s3.md
├─ Image processing (ansel) → backend/ansel-image.md
├─ PDF generation (paddlefish) → backend/paddlefish-pdf.md
└─ Password hashing, timestamps → backend/auth.md
Frontend (Lustre / JS target)?
├─ MVU architecture, state, messages → frontend/lustre-core.md
├─ Effects, paint-cycle, context → frontend/lustre-effects.md
├─ SPA routing (modem) → frontend/lustre-routing.md
├─ HTTP requests (rsvp) → frontend/lustre-http.md
├─ Web components, slots, CSS parts → frontend/lustre-components.md
├─ Events, debounce, throttle → frontend/lustre-events.md
├─ Composable UI, prop pattern, views → frontend/lustre-ui-patterns.md
├─ Hydration, server components, FFI → frontend/lustre-advanced.md
├─ Browser APIs (plinth) → frontend/lustre-browser-apis.md
├─ Testing (query, simulate, birdie) → frontend/lustre-testing.md
└─ Common Lustre gotchas → frontend/lustre-gotchas.md
Library design?
├─ Effects as data, no IO in core → library/library-design.md
└─ FFI (Erlang + JavaScript) → library/ffi.md
OTP review (after implementing actors/supervision)?
└─ Audit actors, supervision, concurrency → Use /otp-review command
When to use /otp-review:
Read at most 2 reference files per turn to stay token-efficient.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.