Personal repository for code experiments using Pi.dev — an AI-powered coding agent platform that lets you run agentic workflows directly from the command line with local or cloud LLMs.
This repository collects small tools, proof-of-concepts, and reusable skills built during hands-on experimentation with Pi.dev. Each project lives in its own subdirectory with its own README.
Transform any YouTube video into a self-contained interactive educational experience.
Build a single-page HTML app with synced dual-language subtitles (Dutch + English), clickable chapter navigation, a multiple-choice quiz with timestamp links, and an optional PDF summary — all generated by a Pi.dev skill with no manual coding required.
Quick start:
pi "Build an interactive lesson from https://www.youtube.com/watch?v=YOUR_VIDEO_ID -- map: My-Lesson -- pdf"➡️ See the full README for all options, requirements, and an example.
Generate abstracts and search your Zotero library directly from the command line.
Two Pi.dev skills that connect to your local Zotero installation via the Zotero Local API:
/zotero-samenvatting— reads the attached PDF of a Zotero item and writes a content-based abstract (max. 150 words) directly into Zotero, with batch support via CSV./zotero-zoeken— searches your Zotero library by title or keyword and returns matching item IDs; results can be saved to CSV for further processing.
Quick start:
# Generate an abstract for one item
/zotero-samenvatting ABCD1234
# Search your library and save results
/zotero-zoeken "artificial intelligence in education" --save results.csv➡️ See the full README for setup, configuration, and all script options.
Configuration and skills for building n8n workflows via Claude Code and Pi.dev.
Combines three external components as git submodules:
- n8n-mcp — MCP server for n8n (800+ nodes, validation, templates)
- n8n-skills — 7 expert skills for n8n workflow building
- pi-mcp-adapter — MCP proxy for Pi.dev
Configuration and skills for Home Assistant via Claude Code and Pi.dev.
Combines three external components as git submodules:
- ha-mcp — MCP server for Home Assistant
- ha-skills — Expert skills for Home Assistant
- pi-mcp-adapter — MCP proxy for Pi.dev
Pi.dev is an AI-powered coding agent platform that lets you run agentic workflows directly from the command line with local or cloud LLMs. It supports multi-step agentic tasks (including parallel subagents) and skills that can be invoked directly from your shell.
Each subproject carries its own license. See the individual subdirectory LICENSE files for details.