Logan Mancuso
Community@loganmancuso-scout · Blythewood
Logan Mancuso publishes personal knowledge-base, session analytics, PDF parsing, debugging, and token-compression skills for pi agent environments.
Agent Skills by Logan Mancuso
Showing 8 vetted skills indexed across 1 GitHub repositories.
analyze-sessions
Analyze pi agent session logs for cost, prompts, and transcript search.
pdf-reader
Extract text, render pages, and search PDF documents using PyMuPDF.
docs
Applies documentation standards for code comments, JSDoc, READMEs, changelogs, and markdown files.
schema
Maps knowledge base file paths, naming conventions, and update triggers for project documentation.
scribe
Records decisions, sessions, and findings into a structured project knowledge base.
caveman
Compresses AI responses into terse fragments while preserving technical accuracy.
debug
Diagnose failures across applications, containers, and infrastructure using systematic evidence gathering.
youtube-transcript
Fetches YouTube video titles and English caption transcripts as JSON via yt-dlp.
Frequently Asked Questions About Logan Mancuso
FAQPage SchemaWhat tasks can I accomplish with Logan Mancuso's skills?▼
You can analyze pi agent session costs and prompting patterns, read and extract content from PDFs such as math lecture notes, write documentation following JSDoc and docstring standards, record decisions into a knowledge base, debug any system with a hypothesis-testing methodology, compress output tokens via caveman mode, and fetch YouTube transcripts as JSON.
Who are these skills designed for?▼
These skills target individual developers and power users of the pi agent environment who maintain personal knowledge bases, track session costs, read academic PDFs, and want token-efficient communication. The debug skill also suits engineers investigating Java apps, K8s clusters, Docker Compose, or scripts.
How do the knowledge base skills work together?▼
The schema skill acts as a path reference showing where KB files live and when to update them, while scribe performs the actual writes of architectural decisions, plans, and session findings into the knowledge base and README files. Templates live in ~/Documents/Notes/templates/ for detailed structure.
What does the caveman skill do and when does it trigger?▼
Caveman is an ultra-compressed communication mode that cuts token usage by roughly 75% while preserving technical accuracy. It supports lite, full, ultra, and wenyan intensity levels, and triggers on phrases like 'caveman mode', 'less tokens', 'be brief', the /caveman command, or any token-efficiency request.
What prerequisites or dependencies do these skills require?▼
The analyze-sessions skill requires existing pi agent session data under ~/.pi/agent/sessions. The schema and scribe skills expect a knowledge base with templates in ~/Documents/Notes/templates/. The debug skill optionally loads the ops skill for infrastructure commands and the knowledge-base skill for project context.