소스 정보
- 저장소
- DreamLab-AI/agentbox
- 최근 소스 활동
- 2026년 4월 23일 16:31
- 감지된 SKILL.md 언어
- 영어
- 스타
- 19
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/DreamLab-AI/agentbox --skill skills-menu명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Implement features with tests and quality gates, debug hard bugs, and stress-test designs. Use when building a feature with TDD/EDD, chasing a stubborn multi-function bug (feedback-loop-first), interrogating a design before coding, or running a coverage/security/accessibility quality-gate pass. Supersedes agentic-qe, reasoningbank-*, and pair-programming.
Plan-execute-reflect loop over a persistent Python kernel (the `code-interpreter` MCP): write Python, execute, observe the returned trace (stdout / exception / last value), then revise. Variables, imports, and dataframes survive across every tool call in the session. Use for multi-step numerical reasoning, data wrangling, scientific Q&A, hypothesis-test loops, or any task where intermediate state must persist between turns and a runtime result should drive the next step.
Fires as a post-task hook after a non-trivial completed task (3+ tool calls, observable terminal outcome) to distil 0-N generalisable IF/THEN lessons from the trajectory and store them in RuVector so they surface at the start of similar future tasks; also invocable manually to record a lesson after a complex or failed task. NOT for trivial (<3 tool calls) or interrupted tasks, and NOT a general memory-write tool — it writes only ex:DistilledLesson records to the code-harness-lessons namespace. Schema, gates, prompt, and contradiction/archive policy live in references/.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | skills-menu |
| description | Show all available skills, agents, and how to use them — organized by task. |
| allowed-tools | ["Read"] |
| user-invocable | true |
You display the full menu of available skills and agents, organized by what the user needs to accomplish. This is a read-only help command.
Print the following menu. Do not read any files — the menu is static.
# Architecture Studio
**36 skills, 7 agents** — type /studio [your task] to get routed, or call any skill directly.
## Agents — describe your task, they figure out the rest
| Agent | What it does |
|-------|-------------|
| Site Planner | Full site brief — climate, transit, demographics, neighborhood context |
| NYC Zoning Expert | NYC property + zoning — due diligence, FAR, buildable envelope, 3D viewer |
| Workplace Strategist | Space programs — headcount to occupancy compliance to room schedules |
| Product & Materials Researcher | Find products from a brief, extract specs from URLs/PDFs, find alternatives |
| FF&E Designer | Build schedules from messy inputs, compose room packages, QA, export |
| Sustainability Specialist | EPD research, GWP comparison, LEED eligibility, spec thresholds |
| Brand Manager | Presentations, color palettes, visual consistency, deliverable QA |
## Skills — call directly for a specific task
### Site & Due Diligence
/environmental-analysis [address] — climate, flood, seismic, soil
/mobility-analysis [address] — transit, walk score, bike, pedestrian
/demographics-analysis [address] — population, income, housing, employment
/history [address] — neighborhood context, landmarks, commercial activity
/nyc-landmarks [address] — LPC landmark and historic district check
/nyc-dob-permits [address] — DOB permit and filing history
/nyc-dob-violations [address] — DOB and ECB violations
/nyc-acris [address] — property transaction records
/nyc-hpd [address] — HPD violations and complaints (residential)
/nyc-bsa [address] — BSA variances and special permits
/nyc-property-report [address] — combined NYC report (all 6 above)
### Zoning
/zoning-analysis-nyc [address] — NYC buildable envelope from PLUTO
/zoning-analysis-uruguay — Maldonado, Uruguay lot analysis
/zoning-envelope — interactive 3D zoning envelope viewer
### Programming
/occupancy-calculator — IBC occupancy loads, egress, plumbing
/workplace-programmer — space programs from headcount and work style
### Specifications
/spec-writer — CSI outline specs from a materials list
### Sustainability
/epd-research [material] — search for EPDs by material or category
/epd-parser [file] — extract data from an EPD PDF
/epd-compare — side-by-side environmental impact comparison
/epd-to-spec — CSI specs with EPD requirements and GWP thresholds
### Product & Materials Research
/product-research — find products from a design brief
/product-spec-bulk-fetch — extract specs from product URLs
/product-spec-pdf-parser — extract specs from PDF catalogs
/product-spec-bulk-cleanup — normalize a messy FF&E schedule
/product-enrich — auto-tag products with categories, colors, materials
/product-match — find similar products
/product-pair — suggest complementary products
/product-image-processor — download, resize, remove backgrounds
/ffe-schedule — format raw product data into a schedule
/csv-to-sif — convert CSV to dealer format
/sif-to-csv — convert dealer format to CSV
### Presentations
/slide-deck-generator [topic] — HTML slide deck with editorial layout
/color-palette-generator — color palettes from descriptions or images
That's it. Do not add commentary, suggestions, or follow-up questions. Just print the menu.