Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add TOKTOKHAN-DEV/agent-company --skill from-intakegit clone --depth 1 https://github.com/TOKTOKHAN-DEV/agent-companyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/toktokhan-dev/agent-company/from-intake)<a href="https://agentmods.dev/skills/toktokhan-dev/agent-company/from-intake"><img src="https://agentmods.dev/badge/skills/toktokhan-dev/agent-company/from-intake/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/toktokhan-dev/agent-company/from-intake"><img src="https://agentmods.dev/badge/skills/toktokhan-dev/agent-company/from-intake.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00003 | $0.00909 |
| Opus 5 | $0.00002 | $0.00454 |
| Sonnet 5 | $0.00001 | $0.00182 |
| Haiku 4.5 | $0.00000 | $0.00091 |
Grade A, and why
from-intake scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
from-intake
사람이 다른 데서 만든 것을 넘겨줬다. 기존 로고가 있을 수도, 브랜드 가이드가 있을 수도, 아무 관계 없는 코드 더미일 수도 있다. 먼저 확인하고 시작한다.
무엇이 들어왔는지
ls inbox/
각 폴더에 INVENTORY.md 가 있다. 그것부터 읽어라. 파일을 하나씩 열어 보면
컨텍스트만 태운다. 목차가 무엇이 어디 있는지 알려준다.
목차에서 볼 것:
| 항목 | 왜 |
|---|---|
| 이미지 표 | 기존 로고가 있는지. 해상도가 이미 적혀 있다 |
| 먼저 읽을 것 | README · 브랜드 가이드. 사람이 남긴 의도가 여기 있다 |
| 디자인 원본 파일 | .fig · .psd 는 열 수 없다. 있으면 사람에게 PNG 로 내보내 달라고 한다 |
| ⚠ 비밀 | 있으면 열지 마라. 목차에 이미 이름이 적혀 있으니 그것으로 충분하다 |
규칙
inbox/안의 파일을 고치지 않는다. 재료다. 원본은 원본대로 둔다.inbox/안의 것을 실행하지 않는다. 남이 준 zip 은 읽을거리다.npm install도, 스크립트 실행도, 빌드도 하지 않는다.- 필요한 것만 복사해 온다. 통째로 옮기지 마라.
inbox/는 버전 관리되지 않으니 저장소에 남길 것은assets/로 가져와야 한다.
기존 로고가 있으면
새로 그리기 전에 쓸 수 있는지부터 본다. 사람이 이미 만들어 둔 것을 무시하고 새로 그리면 회사 로고가 두 개가 된다.
cp inbox/<이름>/<경로>/logo.png assets/icon.png
pnpm assets fit assets/icon.png --kind icon
pnpm assets
fit 은 비율을 유지한 채 가운데를 잘라 채운다. 원본이 600×600 보다 작으면 키워야
하므로 흐려진다. 목차의 해상도를 먼저 보고, 많이 모자라면 그대로 쓰지 말고 사람에게
큰 원본을 요청해라.
출처를 손으로 남긴다 — imagegen 을 거치지 않았으니 자동으로 기록되지 않는다.
| `assets/icon.png` | user-upload | inbox/<이름>/<경로>/logo.png 에서 가져옴 | 2026-08-14 |
브랜드 가이드가 있으면
색과 결을 프롬프트에 옮긴다. granite.config.ts 의 brand.primaryColor 와 다르면
어느 쪽이 맞는지 사람에게 물어라. 임의로 정하지 마라 — 이건 취향이 아니라 결정이다.
pnpm imagegen --kind thumbnail \
--prompt "<가이드에서 읽은 주제>" \
--style "<가이드에서 읽은 결>, no text, no lettering"
아무것도 없으면
인계받은 것이 브랜드와 무관한 코드 더미일 수 있다. 그러면 그렇다고 보고하고
specs/ 와 granite.config.ts 로 돌아가라. 억지로 갖다 붙이지 마라.
출력
- 목차에서 무엇을 근거로 삼았는지 (파일 경로까지)
- 가져다 쓴 것과 새로 만든 것의 구분
- 사람에게 물어야 할 것 (색 충돌 · 해상도 부족 · 열 수 없는 디자인 파일)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 80 lines · 3 tokens per session scan A 4c9ac822a8ab
from-intake is a skill published in the GitHub repository TOKTOKHAN-DEV/agent-company (77 stars, last pushed 13d ago), licensed MIT. It adds 3 tokens to every session and 909 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
presentation-creator
Builds decks with a story spine, house visual system, setting-specific density, and speaker notes. Use when asked to "create a presentation", "write a pitch deck", or "turn this doc into slides". Defaults to Marp; use an available presentation tool for editable PowerPoint. For product UI use ui-design.
screenshot-tour
Generate a presentation-worthy screenshot deck of the current product — discovers the aspects worth showing (the CLI's --help, the web app's routes, the library's quickstart), captures each with the right tool per surface (project's existing browser driver for web — Selenium-Java if none / Playwright for Node-Python /…
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
theme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
flier
Design a print-ready, single-page flier as one self-contained HTML file: exactly one fixed-size page.
visualize
Render a polished visual inline in the chat as part of your answer — a diagram, a chart, an interactive explainer, or a UI mockup. Load it proactively whenever an explanation would land better as a picture than as prose. Do not wait to be asked.