wigtn

Timelens Build — Development skill for Claude Code

Development community

Build the specified TimeLens part: $ARGUMENTS.

How to install Timelens Build

Installs to ~/.claude/commands/wigtn-wigtn-timelens-timelens-build.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wigtn/wigtn-timelens/HEAD/.claude/commands/timelens-build.md -o ~/.claude/commands/wigtn-wigtn-timelens-timelens-build.md

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

What Timelens Build does

Build the specified TimeLens part: $ARGUMENTS

Protocol

  1. Parse — Extract part number from $ARGUMENTS (e.g., part-5, part-1)
  2. Read Design — Load these files:
    • docs/design/part{N}-*.md (해당 파트 설계 문서)
    • docs/contracts/shared-contract.md (타입, 파일 소유권)
    • docs/contracts/gemini-sdk-reference.md (SDK 레퍼런스)
  3. Check Progress — Read PROGRESS.md, identify incomplete items for this part
  4. Build with Ralph Cycle — For each file to implement:
    • Execute: Wr

Alternatives in Development

  • Project-Level Skills — This directory contains skills for developing and maintaining the claude-mem project itself, not skills that a 39.3k ★
  • System Cache Cleanup — Clean temporary files and caches to free disk space: $ARGUMENTS 23.4k ★
  • Onboard — You are given the following context: $ARGUMENTS 5.8k ★

Full documentation available on GitHub

View Source Repository