Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

proto-language

proto-language には evo-design から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
4
Stars
155
更新
2026-06-10
Forks
17
職業カバレッジ
1 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

implement-constraint
ソフトウェア開発者

Implements, modifies, or debugs constraints in the proto-language DSL. Covers the full lifecycle: BaseConfig class with ConfigField, scoring function returning list[ConstraintOutput], @constraint decorator registration, 3-level export chain, and pytest test coverage. Use when working with constraints, scoring functions, GC content, structure prediction scores (pLDDT, pTM, pAE), protein quality, sequence motifs, RNA structure, or splicing predictions.

2026-06-10
implement-generator
ソフトウェア開発者

Implements, modifies, or debugs generators in the proto-language DSL. Covers the full lifecycle: config class, Generator subclass with __init__/assign/sample, input_type-specific patterns (mutation, autoregressive, inverse folding, gradient), decorator registration, export chain, and tests. Use when working with generators, sequence sampling, masked LMs, causal LMs, inverse folding, or mutation strategies.

2026-06-10
implement-optimizer
ソフトウェア開発者

Implements, modifies, or debugs optimizers in the proto-language DSL. Covers the full lifecycle: BaseOptimizerConfig with ConfigField, Optimizer subclass with __init__/run, dual-pool architecture (result/proposal sequences), constraint evaluation (filter + scoring), decorator registration, export chain, and pytest test coverage. Use when working with optimizers, MCMC, beam search, rejection sampling, cycling, or sequence optimization algorithms.

2026-06-10
write-program
ソフトウェア開発者

Composes proto-language optimization programs in Python. Covers Segments, Constructs, Generators, Constraints, Optimizers, and Programs for designing biological sequences. Use when writing programs, composing optimization pipelines, designing DNA/protein/RNA sequences, or setting up multi-stage optimization with constraints like GC content, structure prediction, or protein quality.

2026-05-21