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

blocks

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

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

이 저장소의 skills

classify
소프트웨어 개발자

Fuzzy block. Assign exactly one label from a closed set to a text, with a bounded confidence and a one-sentence grounded reason.

2026-07-10
git-log
소프트웨어 개발자

Deterministic block. Emit the commit log for a revision range as one line per commit (hash, date, subject), oldest first.

2026-07-10
read-file
소프트웨어 개발자

Deterministic block. Read a workspace-relative text file; refuses absolute paths and anything that escapes the workspace.

2026-07-10
write-file
소프트웨어 개발자

Deterministic block. Write content to a workspace-relative path, creating parent directories. The workflow's write grants decide where it may land.

2026-07-10
blocks-composer
기타 컴퓨터 관련 직업

Compose a new Blocks workflow (*.workflow.json) from the block library for a stated problem. Use when asked to automate a repeatable task with blocks — inventory, wire, gate, validate, render, iterate until clean.

2026-07-10
blocks-runner
기타 컴퓨터 관련 직업

Execute a saved Blocks workflow deterministically. Use when asked to run a *.workflow.json — the CLI runs deterministic nodes; you act only as the oracle for fuzzy nodes and never improvise the DAG.

2026-07-10
approve-release
기타 컴퓨터 관련 직업

Fuzzy block. Approve or hold a release artifact. Answers must be signed by a key carrying the release-approver claim — the approval is recorded, attributable, and re-verifiable.

2026-07-03
fx-approve
소프트웨어 개발자

Fuzzy block. Approve or reject a candidate; requires a signing key with the fixture-approver claim.

2026-07-03
extract
소프트웨어 개발자

Fuzzy block. Pull the requested fields out of a text into a flat JSON object — verbatim where possible, empty string where absent, never invented.

2026-07-02
llm-judge
소프트웨어 품질 보증 분석가·테스터

Fuzzy block. Score a candidate artifact against the workflow's criteria — bounded score, hard pass/revise verdict, decisive reasons. Gates read this output.

2026-07-02
render-template
소프트웨어 개발자

Deterministic block. Fill {key} slots in a template string from a values object. Slots use single braces; workflow wires use double.

2026-07-02
summarize
소프트웨어 개발자

Fuzzy block. Compress a text into the requested style without inventing content — every claim in the summary must be present in the source.

2026-07-02
echo-text
소프트웨어 개발자

Deterministic block. Echo the given text to stdout, verbatim.

2026-07-02
fx-judge
소프트웨어 개발자

Fuzzy block. Judge a candidate text and emit a score plus verdict. Fixture prompt contract.

2026-07-02
word-count
소프트웨어 개발자

Deterministic block. Count words in the given text; emits a JSON object with the count.

2026-07-02