Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
JGalego
GitHub 제작자 프로필

JGalego

1개 GitHub 저장소에서 수집된 19개 skills를 저장소 단위로 보여줍니다.

수집된 skills
19
저장소
1
업데이트
2026-06-26
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

alibi
소프트웨어 품질 보증 분석가·테스터

Verify that an answer's claims are actually grounded in the provided sources, flagging fabricated or unsupported statements before you trust the output. Split the answer into sentence-level claims and check each one for lexical support in the source documents. Use after RAG or summarization, before trusting or shipping the result, to catch the sentence the model invented that the sources never said.

2026-06-26
bluff
소프트웨어 품질 보증 분석가·테스터

Verify that the URLs and citations in an answer actually resolve, catching hallucinated or dead links before you trust or ship them. Extract every link (bare and markdown), check each over the network, and flag the ones that don't exist. Use when an LLM produced links/citations and you need to confirm they're real, not plausible-looking fiction.

2026-06-26
combo
기타 컴퓨터 관련 직업

Chain several tricks into one pipeline so the output of one flows straight into the next — redact then wash then strip, or wash then score — and run the whole routine in a single call. Use when a task needs more than one trick in sequence (clean-and-check, extract-and-analyze, gate-then-transform) instead of invoking each trick separately. Built on the Unix pipe: every trick is a stdin→stdout program, and combo wires the stages together, forwards each stage's summary, and aborts the moment a gate fails.

2026-06-26
fold
소프트웨어 개발자

Catch overconfident phrasing in an answer and prefer calibrated uncertainty or honest abstention. Flag absolutes (always/never/guaranteed), bare certainty (definitely/obviously), and false authority (trust me / everyone knows) where the evidence is thin. Use when reviewing a draft answer for unwarranted certainty, or as a reflex to fold a weak hand — say "I don't know" — instead of confabulating a confident wrong answer.

2026-06-26
frisk
정보 보안 분석가

Pat text down for secrets and PII before it leaves the building. Scan prompts, context, and pasted snippets for API keys, tokens, private keys, JWTs, and emails — then redact or refuse. Use before sending context/prompts that may contain credentials to an LLM or any third party, before pasting logs into an issue, or before piping output anywhere it'll be stored.

2026-06-26
grill
소프트웨어 개발자

Adversarially interrogate an answer before trusting it — generate probing follow-up questions that attack its weak points across hidden assumptions, missing edge cases, internal contradictions, unsupported claims ("what's the source?"), overconfidence, and "what would change your mind?", then optionally run them against a model to see whether the answer holds up or cracks. Use to stress-test a draft answer or another model's output before you ship or trust it.

2026-06-26
interrobang
소프트웨어 개발자

Ask one sharp clarifying question before acting when a request is underspecified, instead of guessing. Use when correctness matters more than speed and a wrong assumption would be costly or hard to reverse. Flips the default "always be helpful, always answer now" reflex into "ask first when it matters."

2026-06-26
launder
소프트웨어 개발자

Wash the mechanical fingerprints out of text — zero-width and invisible characters, smart quotes, em/en dashes, the unicode ellipsis, non-breaking and exotic spaces, soft hyphens — so the bytes read like a human typed them. It scrubs typography, it does NOT rewrite prose (that's the model's job) or detect word-level tells (that's `tell`'s). Use before pasting model output where invisible characters or fancy punctuation would give it away, corrupt a diff, or break a downstream parser.

2026-06-26
이 저장소에서 수집된 skills 19개 중 상위 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다