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

ai-tools

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

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

이 저장소의 skills

scope
프로젝트 관리 전문가

Stakeholder requirements-intake skill — helps a stakeholder or user, via a series of structured prompts, turn their ideas or requests into a right-sized, refinable scope artifact. Adaptive: asks a few high-leverage questions when a request isn't specific enough, drafts-and-trims when it's too broad. Honest about what a non-technical stakeholder cannot know. Stand-alone; does not hand off to other agents.

2026-06-16
ingest
데이터 과학자

Pull data out of raw files (PDF, XLSX, CSV/TSV, JSON, HTML, Markdown, plain text), clean each one, and converge everything into one consistent dataset ready for analysis. Use when you have a pile of messy files to extract and normalize. Scales from one file to many via an explicit parallelism ladder.

2026-06-16
analyze
데이터 과학자

Answer a question or find patterns in a clean dataset — aggregations, groupings, comparisons, trends, outliers, distributions, joins. Use after data has been ingested and normalized, when the user wants insight rather than just extraction. Single-pass; produces findings, not a formatted report.

2026-06-16
report
데이터 과학자

Deliver analysis findings as a polished output in one or more formats — Markdown, CSV, XLSX, JSON, plain text, or inline. Use as the final pipeline stage once analysis is done. Always asks for the format if unspecified, and always documents the artifacts and scripts it created.

2026-06-16
triage
프로젝트 관리 전문가

Inbound request triage skill — the front door of the product work-shaping funnel. Classifies a raw, unsorted request into a routing bucket (product shaping, engineering, data, needs-info, or not-actionable) and produces a fast triage decision artifact. Single-pass; inline-only; stand-alone — recommends a next step but never invokes another agent or skill.

2026-06-15
handoff
프로젝트 관리 전문가

Engineering hand-off packaging skill — turns a refined scope brief into a self-contained, liftable engineering hand-off artifact that seeds the engineer agent's design phase. Produces a separate liftable artifact; stand-alone; points to the engineer agent but never invokes it.

2026-06-15
refine
프로젝트 관리 전문가

Technical product-manager skill — matures a stakeholder scope artifact into a system-aware, ticket-ready brief in collaboration with engineering. Augments the same document in place with system considerations, authoritative scope, complexity, resolved open questions, and a ticket breakdown. Stand-alone; does not hand off to other agents.

2026-06-15
coder
소프트웨어 개발자

Sub-agent implementer — executes individual tasks from a plan with TDD, self-review, and structured reporting. For orchestrators: dispatch this skill per independent task, then follow the review pipeline.

2026-05-29
planner
소프트웨어 개발자

Write comprehensive implementation plans from approved designs — task decomposition with exact file paths, code, commands. Includes independence analysis for parallel dispatch and no-placeholder enforcement.

2026-05-13
finisher
소프트웨어 개발자

Complete development work — verify tests pass, detect environment state, present structured merge/PR options to user, execute choice with proper cleanup.

2026-05-07
researcher
소프트웨어 개발자

Mandatory pre-work step — explores project context, asks clarifying questions one at a time, proposes approaches, presents design for user approval. Terminal state: user-approved design doc ready for planning.

2026-05-07
reviewer
소프트웨어 품질 보증 분석가·테스터

Dual-role review skill — handles both spec compliance review (did they build what was requested?) and code quality review (is it well-built?). Orchestrators dispatch this per completed task or for final cross-batch validation.

2026-05-07