pre-claude 0.0.1-beta.3 → 0.0.1-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,14 +2,13 @@
2
2
 
3
3
  [日本語版](./README-ja.md)
4
4
 
5
- **Pre** Claude is a tool for creating prompts via TUI when running Claude.
6
- You can define forms in TypeScript config files and share them with your team.
5
+ A TUI tool for efficiently creating complex prompts with structured forms for Claude Code.
6
+ Define templates in TypeScript config files to share with your team and enable reproducible prompt workflows.
7
+ Works seamlessly with your existing Claude Code setup including MCP and Skills.
7
8
 
8
- ## Features
9
-
10
- - TypeScript-based form configuration
11
- - Interactive TUI form wizard
12
- - Uses local Claude Code settings
9
+ | Scenario Selection | Form Input | Preview |
10
+ |:---:|:---:|:---:|
11
+ | ![select](docs/assets/select.gif) | ![edit](docs/assets/edit.gif) | ![preview](docs/assets/preview.gif) |
13
12
 
14
13
  ## Requirements
15
14