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

philset

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

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

이 저장소의 skills

skim
기타 중등 후 교사

Go from ignorance to vague familiarity across a whole name-dropping domain — "just deep enough to hurt." The breadth-first sibling to /study: point it at a domain you don't know (often just a name), and it researches the terms worth recognizing, teaches them in batched 1-2-paragraph lessons with a quiz per item, and leaves a durable one-line-each summary you re-skim before the room. Recognition, not reconstruction. Replaces "three hours on Google." Distinct from /study (deep, one system, reconstruct-under-pressure) and /refresh (re-warm what you already learned). Usually user-invoked; agent may suggest it when "make sure I recognize these next time" intent appears.

2026-07-13
assess
소프트웨어 개발자

Assess the current state of a feature, system, or area. Produces a durable assessment doc that downstream skills (/draft, /plan) can consume. Use --capacity to include napkin math (QPS, storage, bandwidth).

2026-07-13
draft
소프트웨어 개발자

Create a working design document for collaborative iteration. Use when scoping a feature, system change, or workflow — the doc is the conversation artifact, not a summary.

2026-07-13
hello
소프트웨어 개발자

Session startup. Walks the .meta/ tree to load user and domain context, orients to the current project, and gives a brief status summary so we can hit the ground running.

2026-07-13
hey
기타 컴퓨터 관련 직업

Lightweight session start — the sparse floor below /hello. Does a minimal tree walk (signpost-flag inheritance + root WORKFLOW.md) then reads the local .meta/ — but no full state read and no network. Auto-escalates to /hello for domain/neighborhood/full-state context; never runs MCP/API/calendar or hello.check. Use when you want to get moving fast without the full orientation.

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

Pre-merge review. Diffs the session's work against the base branch, resolves its review dimensions (configurable via signpost `review.dimensions`/`extra-dimensions`, else inferred from the medium — code default: bugs/efficiency/redundancy/architecture — with `redundancy` the recommended-but-configurable example), always runs the structural dimensions (design/track/merge reconciliation), then presents fixes for approval before committing.

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

Session retrospective and calibration. Use mid-session (1-2 questions) when you hit a specific friction point or made a judgment call you're unsure about. User invokes with /retro for a fuller end-of-session retrospective.

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

Lightweight iteration mode for grab-bag branches. Creates a track file, enforces note-before-code for non-trivial changes, and uses /defer as the scope-escalation escape hatch. Always user-invoked.

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

Deeply learn a system that already exists — a codebase, an architecture, a primary source, or your own recent work — by reading the actual source in stages with a write→annotate→comment→quiz→score loop. Produces a durable study doc with retention built in. Use for onboarding, interview prep, primary-source mastery, or defending your own work. Distinct from /assess (snapshot our system) and /draft (design something new). Usually user-invoked; agent may suggest it when deep-learning intent appears.

2026-07-01
amend
프로젝트 관리 전문가

Make a scoped addition to an accepted design without superseding it. Use when an accepted design's reasoning needs updating but its decision and structure still stand. Agent-invoked when amendment intent is recognized.

2026-06-25
defer
프로젝트 관리 전문가

Capture future work with automatic provenance and route it to the right project's roadmap or inbox. Use when scope exceeds the current session, or to build backlog from conversation. Agent-invoked when deferral intent is recognized.

2026-06-25
ship
프로젝트 관리 전문가

Bless a design doc and begin implementation. Marks the design as accepted, archives superseded docs, updates state files, then starts building.

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

Process inbox todo items into the curated roadmap (or resolve them). The triage gate between staging and committed backlog. Use when todo.md has accumulated and needs sorting. Always user-invoked.

2026-06-25
ttyl
프로젝트 관리 전문가

End-of-session housekeeping. Updates decisions.md and in-progress.md for the current project so the next session can pick up cleanly without --resume.

2026-06-25