By AojdevStudio
Analyze YouTube videos with content-type detection, multi-agent transcript chunking, optional GitHub repo cross-referencing for tutorials, and structured markdown output. Works in chat mode (inline) or document mode (saved to a configured output directory).
Personal Pi package for collecting, versioning, and sharing Pi extensions, agent skills, prompt templates, and themes.
This repo is structured as a real Pi package: install the repo once, then Pi discovers the resources declared in package.json#pi.
agentic-utilities/
├── .claude-plugin/ # Claude Code marketplace manifest
├── claude-code/ # Claude Code plugin lane
├── extensions/ # Pi extensions: TypeScript modules loaded by Pi
│ └── <name>/index.ts
├── skills/ # Agent Skills: each skill owns a SKILL.md
│ └── <name>/SKILL.md
├── prompts/ # Prompt templates, named *.prompt.md
├── themes/ # Pi theme JSON files
├── docs/ # Catalog, conventions, publishing notes
└── scripts/ # Local scaffolding and inventory helpers
From this repo:
pi -e . # try the package for one Pi run
pi install . # install globally from this local checkout
pi install -l . # install into the current project's .pi/settings.json
After edits inside a running Pi session, run /reload.
pi install git:github.com/AojdevStudio/agentic-utilities
# or pin a tag
pi install git:github.com/AojdevStudio/[email protected]
npm run new:extension -- my-extension "Short description"
npm run new:skill -- my-skill "Use when ..."
npm run list
Manual rules:
extensions/<kebab-name>/index.ts.~/.pi/agent/skills/<kebab-name>/, then keep shared canonical files in skills/<kebab-name>/ and symlink the global skill back here.skills/<kebab-name>/SKILL.md and must have matching name frontmatter.prompts/<name>.prompt.md so docs like README.md are not loaded as prompts.themes/<name>.json.claude-code/plugins/<name>/ and must be listed in .claude-plugin/marketplace.json.dependencies.peerDependencies: @mariozechner/pi-coding-agent, @mariozechner/pi-ai, @mariozechner/pi-tui, typebox.docs/autopilot.md — /autopilot command reference and common v2 flow.docs/catalog.md — package resource inventory.docs/conventions.md — repo conventions for extensions, skills, prompts, themes, and Claude Code plugins.docs/publishing.md — publishing notes.npm install
npm run lint
npm run typecheck
npm test
npm run check
npm run pack:dry
pi -e .
See docs/catalog.md.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Meta-package: Installs all documentation components (commands + agents + hooks)
Opinionated, actionable analysis on any topic. Delivers ONE clear recommendation grounded in the user's actual stack — not a menu of options. Auto-detects topic category (operational, architecture, strategy, security, workflow), scales to quick/standard/exhaustive depth, and pulls live docs via find-docs when available.
Deep implementation review skill that sends a structured adversarial prompt to a heavyweight reviewer (codex gpt-5.5, Gemini 3 Pro, or Opus 4.7) to catch real bugs before they hit production. Returns a trinary verdict with file:line citations and a prioritized P0/P1/P2 fix list.
Smart Git workflow engine — repo-aware Git Flow branching, CI monitoring & auto-merge, submodule handling, issue analysis/routing across coding-agent worktrees, deploy-workflow isolation, and changelog awareness. Bundles 8 workflow playbooks (Commit, Branch, Release, PullRequest, CIMerge, Submodule, IssueAnalysis, DeployWorkflow) plus a reusable issue-labeler GitHub Action template.
Babysit a PR end-to-end — push the branch, poll CI on a 3-minute cron, auto-fix red checks, address and validate PR comments, then alert or auto-merge when ready. Runs unattended until merged, closed, or cancelled.
npx claudepluginhub aojdevstudio/agentic-utilities --plugin youtube-analyzerComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems