Back to list
ryoppippi

byethrow

by ryoppippi

A CLI tool for analyzing Claude Code/Codex CLI usage from local JSONL files.

10,049🍴 328📅 Jan 23, 2026

Use Cases

Work Efficiency

Streamline daily tasks and improve productivity.

📋

Project Management

Assist with task management and project tracking.

👥

Team Collaboration

Improve team communication and collaboration.

SKILL.md


name: byethrow description: Reference the byethrow documentation to understand and use the Result type library for error handling in JavaScript/TypeScript. Access detailed API references, practical usage examples, and best practice guides. allowed-tools: Read, Grep, Glob

About byethrow

@praha/byethrow is a lightweight, tree-shakable Result type library for handling fallible operations in JavaScript and TypeScript. It provides a simple, consistent API for managing errors and results without throwing exceptions.

For detailed API references and usage examples, refer to the documentation in node_modules/@praha/byethrow-docs/docs/**/*.md.

Documentation CLI

The byethrow documentation CLI provides commands to browse, search, and navigate documentation directly from your terminal.

list command

List all available documentation organized by sections.

# List all documentation
npx @praha/byethrow-docs list

# List documentation with filter query
npx @praha/byethrow-docs list --query "your query"

Options:

  • --query <string>: Filter documentation by keywords (optional)

search command

Search documentation and get matching results with highlighted snippets.

# Search documentation
npx @praha/byethrow-docs search "your query"

# Limit number of results (default: 5)
npx @praha/byethrow-docs search "your query" --limit 10

Arguments:

  • query: Search query string (required)

Options:

  • --limit <number>: Maximum number of results to return (default: 5)

toc command

Display table of contents from a documentation file.

# Display table of contents from a markdown file
npx @praha/byethrow-docs toc path/to/document.md

Arguments:

  • path: Path to the documentation file (required)

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon