gaebalai

Humanize List — Development skill for Claude Code

Development community

과거 윤문 실행 목록을 표로 보기 (run_id, 시각, 장르, 등급, 길이 한눈에).

How to install Humanize List

Installs to ~/.claude/skills/gaebalai-im-not-ai-humanize-list/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gaebalai-im-not-ai-humanize-list && curl -fsSL https://raw.githubusercontent.com/gaebalai/im-not-ai/HEAD/commands/humanize-list.md -o ~/.claude/skills/gaebalai-im-not-ai-humanize-list/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Humanize List does


description: 과거 윤문 실행 목록을 표로 보기 (run_id, 시각, 장르, 등급, 길이 한눈에) argument-hint: [선택: 개수 — 기본 20]

/humanize-list — 과거 실행 목록

`_workspace/` 하위 모든 `{run_id}/` 디렉토리를 스캔해 최근 순으로 표시한다.

인자

$ARGUMENTS (숫자만 전달되면 표시 개수, 기본 20)

동작

  1. _workspace/ 디렉토리 존재 확인. 없으면 "아직 실행 이력이 없습니다" 안내.
  2. ls -1t _workspace/ 로 최신 순 정렬, 상한(기본 20) 적용.
  3. 각 폴더에 대해 가능한 정보 추출:
    • run_id (디렉토리 이름)
    • mtime (실행 시각)
    • summary.md 또는 05_naturalness_review.json에서 등급 (A/B/C/D)
    • 01_input.txt 길이 → `fina

Alternatives in Development

  • Param Discover — Discover hidden HTTP parameters on a URL or list of URLs using Arjun (or x8 fallback) 4.5k ★
  • Tentacle Context Init — You are working on the {{tentacleName}} section 1.4k ★
  • Agentlas Graph — Build an Agentlas automation by describing it, list saved ones, or request a run 1.1k ★

Full documentation available on GitHub

View Source Repository