sample-pluginlisted
Install: claude install-skill Pythoughts-labs/pythinker-code
# Sample Plugin
A demo plugin with two tools in different languages, showing that plugin tools are language-agnostic.
## Tools
| Tool | Language | Description |
|------|----------|-------------|
| `py_greet` | Python | Generate an English greeting |
| `ts_calc` | TypeScript | Evaluate a math expression |
## Usage
- "greet Alice" -> use `py_greet` with name="Alice"
- "what is 42 * 17 + 3" -> use `ts_calc` with expression="42 * 17 + 3"