
Ayakutt Plugins
- 3 repo stars
- Updated April 9, 2026
- ayakutt/claude-code-plugins
ayakutt-plugins is a Claude Code plugin marketplace that bundles histsync shell-history hooks and guided-steps walkthrough skills for developers who lose bash commands Claude runs and want confirmed step-by-step agent in
About
ayakutt-plugins (ayakutt/claude-code-plugins) lists 2 plugins. histsync adds a Node hook that writes Claude Code Bash tool commands into shell history, auto-detecting atuin, mcfly, fish, zsh, or bash backends. guided-steps delivers multi-step instructions one at a time, waiting for confirmation before continuing. Install with `/plugin marketplace add ayakutt/claude-code-plugins` and install histsync or guided-steps individually. histsync requires Node.js on PATH for the hook script. Developers reach for ayakutt-plugins when terminal commands Claude executes should appear in searchable shell history or when tutorials must proceed stepwise with explicit user approval.
- Bundles 2 plugins: histsync and guided-steps
- histsync hook auto-detects 5 history backends: atuin, mcfly, fish, zsh, bash
- PostToolUse hook parses Bash tool payload and appends commands via Node.js script
- guided-steps waits for user confirmation before each next instruction step
Ayakutt Plugins by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add ayakutt/claude-code-pluginsAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | April 9, 2026 |
| Repository | ayakutt/claude-code-plugins ↗ |
How do you save Claude Code bash commands to shell history?
Install histsync to write every Claude Code Bash command into atuin, mcfly, zsh, bash, or fish history via a PostToolUse hook.
Who is it for?
Claude Code developers using zsh, bash, fish, atuin, or mcfly who want executed agent commands searchable in native shell history.
Skip if: Developers who never use Claude's Bash tool or do not rely on shell history search should skip ayakutt-plugins.
What you get
Shell history entries from Claude Bash runs and guided step-by-step instruction sequences with user confirmations.
- shell history entries
- guided step sequences
By the numbers
- Lists 2 plugins in marketplace.json
- histsync supports 5 shell history backends
- histsync hook requires Node.js on PATH
Plugins in this marketplace
2 plugins - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Use ayakutt-plugins for Claude Code terminal history sync and guided steps rather than generic productivity skills without hook integration.
FAQ
Which shell history backends does histsync support?
histsync auto-detects five backends in priority order: atuin, mcfly, fish, zsh, and bash, writing Claude Code Bash tool commands in each tool's expected format via a Node hook script.
What does the guided-steps plugin do?
guided-steps delivers multi-step instructions one at a time in Claude Code, pausing for user confirmation before advancing—useful for tutorials and walkthroughs that should not skip ahead automatically.