Skip to content

Add --help-skill flag for AI agent skill support#5

Merged
dominion525 merged 4 commits into
mainfrom
feature/agent-skills
Mar 11, 2026
Merged

Add --help-skill flag for AI agent skill support#5
dominion525 merged 4 commits into
mainfrom
feature/agent-skills

Conversation

@dominion525

Copy link
Copy Markdown
Owner

Summary

  • Add --help-skill flag (alias --export-skill) that outputs a SKILL.md for AI agents
  • SKILL.md is embedded in the binary via include_str!() and stays in sync with the CLI
  • Covers all 7 subcommands with usage examples, output samples, workflow patterns, encrypted DB handling, and error behavior
  • Japanese reference version (SKILL.ja.md) included but not embedded
  • Bump jetdb-cli to 0.2.2

Usage

jetdb --help-skill > .claude/skills/jetdb-cli/SKILL.md

🤖 Generated with Claude Code

dominion525 and others added 4 commits March 11, 2026 14:48
- Add --help-skill (alias --export-skill) flag to CLI
- Embed SKILL.md in binary via include_str!() and print to stdout
- SKILL.md content is a placeholder for now

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Document all 7 subcommands with usage examples and output samples
- Add workflow patterns, encrypted DB handling, and error behavior
- Apply review feedback from Codex and Gemini (fix tables output example,
  add quoting note for space-containing names, add use-case triggers)
- Add SKILL.ja.md as Japanese reference (not embedded in binary)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dominion525 dominion525 merged commit 4556547 into main Mar 11, 2026
7 checks passed
@dominion525 dominion525 deleted the feature/agent-skills branch March 11, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant