Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub trillium/penguin --plugin beadsHow this command is triggered — by the user, by Claude, or both
Slash command
/beads:export -o output-fileThe summary Claude sees in its command listing — used to decide when to auto-load this command
Export all issues to JSON Lines format (one JSON object per line). ## Usage - **To stdout**: `bd export` - **To file**: `bd export -o issues.jsonl` - **Filter by status**: `bd export --status open` Issues are sorted by ID for consistent diffs, making git diffs readable. ## Automatic Export The daemon automatically exports to `.beads/issues.jsonl` after any CRUD operation (5-second debounce). Manual export is rarely needed unless you need a custom output location or filtered export. Export is used for: - Git version control - Backup - Sharing issues between repositories - Data migration
/exportExports issues to JSONL format (one object per line), sorted by ID for readable git diffs. Supports -o output-file and --status filter.
/issue-listLists and filters issues from configured providers (GitHub, Jira, Linear, Gitea, local) by status, label, assignee, limit, sort. Outputs table, JSON, markdown, or compact format with summary statistics.
/convert-jira-exportConverts a Jira JSON export file to beads format, parsing issues and epics to generate YAML files in the .beads/ directory.
/issuesManages Shipyard issues in .shipyard/ISSUES.md: lists open by severity (default), adds new with --add <description>, resolves with --resolve <id>.
/list-jirasQueries and lists raw JIRA bug data for a specified project with optional --component, --status, --include-closed, and --limit filters. Defaults to open bugs plus closed in last 30 days.
/exportExports personal instincts to a timestamped .tar.gz file in .claude/homunculus/exports/ for sharing. Optionally includes metadata manifest with count and domains.
Share bugs, ideas, or general feedback.
Export all issues to JSON Lines format (one JSON object per line).
bd exportbd export -o issues.jsonlbd export --status openIssues are sorted by ID for consistent diffs, making git diffs readable.
The daemon automatically exports to .beads/issues.jsonl after any CRUD operation (5-second debounce). Manual export is rarely needed unless you need a custom output location or filtered export.
Export is used for: