← ClaudeAtlas

sample-pluginlisted

Sample plugin demonstrating the Skills + Tools model. Includes a Python tool (greeting) and a TypeScript tool (calculator).
Pythoughts-labs/pythinker-code · ★ 18 · AI & Automation · score 69
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"