What problem does it solve?
This Skill simplifies the creation and management of ThinWedge plugins, providing a structured approach to plugin development and marketplace entry management.
Core Features & Use Cases
- Plugin Scaffolding: Automates the generation of plugin directories and
plugin.json manifests with default configurations.
- Marketplace Entry Management: Generates or updates marketplace entries for plugin availability and ordering within ThinWedge UI.
- Optional Component Creation: Supports the creation of optional directories like
skills/, hooks/, scripts/, and more for extended plugin functionality.
- Update and Validation: Provides tools to update plugins during development and validate plugin manifests for compliance with ThinWedge requirements.
- Use Case: Suppose you want to create a new ThinWedge plugin for personal finance management. Use this Skill to generate the basic plugin structure, configure the marketplace entry, and start developing your plugin.
Quick Start
Generate a new plugin skeleton for 'finance-manager' using the plugin-creator skill:
thinwedge exec "plugin-creator create-plugin finance-manager"