Pi Agent – Crash Course | Minimal Coding Agent
Alejandro AO · 2026-05-06 · 26м 34с · 40 618 просмотров · YouTube ↗
Топики: ai-loop-engineering
🎧 Аудио
📝 Summary
model=deepseek-v4-flash · prompt=summary-v7 · 7 662→1 898 tokens · 2026-07-20 11:55:17
🎯 Главная суть
Pi Agent — минималистичный агентный фреймворк (agent harness) с открытым исходным кодом, который поставляется практически без встроенных функций (всего 4 инструмента по умолчанию). Пользователь самостоятельно добавляет нужные возможности через расширения, пакеты и кастомные промпты. Pi поддерживает любые LLM через API-ключи (Hugging Face, Anthropic, ChatGPT, GitHub Copilot) и полностью управляется через терминал.
Установка и первый запуск
Установка выполняется одной командой через терминал. После установки Pi загружается с пустым набором моделей. Для работы с LLM нужно выполнить вход: либо по подписке (Anthropic, ChatGPT, GitHub Copilot), либо через API-ключ (например, от Hugging Face). В демонстрации используется Hugging Face, что даёт доступ к моделям Qwen, Minimax, DeepSeek, Kimi и другим. После логина через /model выбирается активная модель.
Переключение моделей и скоуп-модели
Команда /model открывает список всех доступных моделей. Можно переключаться между провайдерами, если добавлено несколько ключей/подписок. Для удобства можно задать любимые модели через /scoped-models: выбираются конкретные модели, затем они сохраняются (Ctrl+S). После этого быстрое переключение между избранными моделями выполняется комбинацией Ctrl+P. Также доступно изменение уровня «думания» модели (Shift+Tab — minimal, low, medium, high) для тех моделей, которые это поддерживают (GLM, DeepSeek, GPT 5.5 через Copilot).
Кастомные промпты (Prompt Templates)
Pi позволяет создавать собственные слэш-команды, которые при вводе подставляют заранее заготовленный промпт. Можно попросить Pi сгенерировать такой промпт, указав детали. Например: «создай промпт для code review, сделай его подробным и тщательным». Pi сам читает свою документацию и применяет изменения. После создания нужно перезагрузить Pi (/reload). Файлы промптов хранятся в ~/.pi/agent/prompts/. В этом же каталоге можно размещать вручную написанные промпты, в том числе перенесённые из других агентов (GitHub Copilot, Codex и т.д.). Pi автоматически сканирует папки ~/.pi и .pi в рабочей области для загрузки конфигураций.
Skills (навыки)
Pi загружает скиллы из нескольких мест: ~/.agents/skills, ~/.cloud/skills и ~/.pi/agent/skills/. Скиллы — это .md файлы с инструкциями и часто скриптами. Для использования нужно вызвать /skill и выбрать нужный. Скиллы могут выполнять bash-команды. Чтобы выполнить bash-команду внутри Pi, используется ! (команда попадает в историю чата и агент о ней знает) или !! (команда не попадает в историю — не засоряет контекст, если команда техническая/не связана с задачей).
Темы оформления
Pi поставляется с двумя темами: тёмной и светлой. Пользователь может попросить Pi создать новую тему. В демонстрации попросили создать весёлую тему «Gummy» в текущей рабочей области. Pi сгенерировал файл темы (TypeScript) в .pi/agent/ в каталоге сессии. После перезагрузки тема появилась в настройках. Через /settings и themes можно переключаться. Возможна кастомизация всего TUI.
Контекстные файлы (agents.md / claude.md)
Pi следует стандарту agents.md и также читает claude.md (от Claude Code). Если в рабочей области есть оба файла, они оба добавляются в контекст. Кроме того, загружается ~/.cloud/claude.md из домашней папки. Это общее поведение для многих агентов. Рекомендуется добавлять в домашние контекстные файлы только самые общие инструкции, чтобы не перегружать каждую сессию.
Расширения (Extensions)
Расширения — основной способ модификации поведения Pi. Они пишутся на TypeScript. Можно либо написать вручную, либо попросить Pi сгенерировать расширение. В демонстрации созданы два расширения: приветственная цитата при старте сессии и защита от опасных команд (rm -rf / git push force). Расширение для подтверждения сработало: после его установки Pi спрашивал разрешения перед выполнением rm -rf. После удаления файла расширения опасная команда выполнялась без подтверждения. Расширения хранятся в .pi/agent/extensions/. В документации Pi есть много примеров полезных расширений (MCP, sub-agents, permission pop-ups, plan mode и т.п.).
Пакеты (Packages)
Пакеты — это наборы расширений, скиллов и промптов, объединённые вместе. На сайте документации есть сообщество с готовыми пакетами, которые устанавливаются одной командой: Pi Sub Agents, Context Mode, MCP Adapter, Web Search, Pi Web Access и другие. Все пакеты открыты, их код можно просмотреть перед установкой. Рекомендуется проверять или просить Pi проверить безопасность пакета, так как они могут содержать скрипты, выполняющиеся на компьютере.
Сессии (Sessions) — ключевая особенность
Pi предоставляет удобную навигацию по сессиям (чатам). Основные команды и возможности:
/name— переименовать текущую сессию. Сессии сохраняются в~/.pi/agent/sessions/в формате JSONL, сгруппированные по директории, где они были начаты./session— показывает имя сессии и её расположение.tree— отображает дерево всех сообщений в текущей сессии. Позволяет вернуться к любому предыдущему сообщению и продолжить с того места.fork— дублирует текущую сессию, продолжение идёт на копии.clone— копирует сессию на текущей позиции.compact— сжимает историю, если контекстное окно почти заполнено (агент автоматически суммирует старые сообщения).export— экспортирует сессию в HTML-файл с красивым интерфейсом: древовидная навигация, фильтр по ролям (user/assistant/tool), возможность скачать JSONL для обучения модели или создания скилла.
Также можно добавлять пользовательские инструкции для конкретной сессии (например, «обрати внимание на API»).
📜 Transcript
en · 5 038 слов · 60 сегментов · clean
Показать текст транскрипта
Good morning, everyone. How's it going today? I hope you're having a wonderful day. Today, we're going to be taking a look at the Pi Agent Harness, which let me just add the animation right here. It's a beautiful Agent Harness, very minimalist that is taking the world by storm recently. I have been trying it for the past few weeks, and it works great. So the idea is that this video is the only video that you need to actually get started with it. We're not going to go over every single feature, just everything that you need to actually start using it later. If you're interested, I may do a crash course about more detailed features. So what we're going to do is first of all, say, what is the PI agent, then how to customize it, then what are PI extensions and then what are PI packages. Okay. So without any further ado, let's get right into it. All right. So very quickly, let's talk about what is actually PI. And it's very straightforward. It is an agent harness that is very minimalist and it grows with you. When you just install it, it comes with only four tools instead of all these bloated agentic harnesses that are out there. And it comes with pretty much no features. You really just build the features that you want. So for example, let me show you. So it doesn't come with MCP. It doesn't come with sub-agent support. It doesn't come with permission pop-ups. So it is able to just do whatever it wants. It doesn't come with plan mode and it doesn't come with built-in to-dos or to-do like this tool that actually tracks the to-dos in real time. What it offers instead is that you can add MCP support if you want. You just have to ask Pi to enable MCP support. it does you can add sub agents if you wanted there are no permission pop-ups but you can either run this in containers or build ask pi to build a permission pop-up system which is actually what i'm going to show you in just a moment there is no plan mode so instead of doing that it can write the plans to its files or it can just implement its own plan mode as well that's also possible there is no built-in to do's ideally what they recommend is that you use a to do.md instead or you can also build it but let me show you how to install this so what you're going to do is you're going to copy this thing right here you're going to go right here you're just going to execute and there you go now i am not going to reinstall it because i already have it installed but once you have installed it you're going to be able to just do pi and you will see this terminal interface and it's very straightforward it will already load the skills that you have in your dot agents file immediately but something important is that if you just installed it you're not going to have any models in it so you're not going to be able to use it with any lms so in order to actually be able to use it you're going to have to do login and there are two ways to log in you can log in with a subscription or with an api key in this case i have locked with an api key from hoggingface but you can also log in with a subscription for example from anthropic from chatgpt or from github copilot i do think that anthropic has discontinued and disabled third-party harnesses but you can still use it for chatgpt and copilot in my case i have already selected hugging face so i'm using all the hugging face from models from hugging facing friends providers so what i can do now is i can just do slash model and i can just select from either my favorite models or from all of the models available in Hugging Face right here. So I can use Gwen, Minimax, DeepSeek, Kimi, etc. In this case, I'm sticking to Minimax for the demo, but know that that is also a possibility. Remember that if you want to do that, all you have to do is log in with an API key, search for Hugging Face and enter your API key. Okay. All right. So now let me show you some of the features. Okay, so the first thing that I want to show you is the way to change models. I already showed you a little bit about this, but you can do slash model and you will be able to go through all of the models that you have available for any different subscriptions or API keys that you have added. In this case, I have only hugging face, but you can also remember that you can just do login and add any other provider and you will have all of them available when you do slash model. Okay. Now, as you can see right here, I have two. different scopes so i have all and here if i hit tab i go to scoped which are kind of my favorite models so in order to set your favorite models what you're going to want to do is to slash scoped models like this and here you're going to be able to select them so say for example that i want to add minimax 2.1 as well what i'm going to do is just go through it hit enter and now it is right there then i hit ctrl s and i save it and now if i just get out of here i can just do ctrl p to switch across my favorite models. So for example, Ctrl-P-GLM, Ctrl-P-DeepSeq, Minimax, Minimax, Kimi, etc. Okay, so that is what you can do. And also, there is also the possibility of changing the thinking level of your model. So some models have thinking levels available, so low, medium, high, etc. And if you want to do that, all you're going to want to do is Shift-Tab like this. And there you can see that it's minimal, low, medium, high. For example, that's for GLM. If I want to switch, for example, it switched to DeepSeq, I can also switch from minimal, low, medium, high, etc. Same thing if you have your codec subscription connected to Pi, you will also be able to change your thinking level for GPT 5.5, for example. all right so something i want to show you right now is prompt templates now these are prompts that you can do kind of like slash commands so custom slash commands that whenever you type them they're going to be your custom prompt so what you can do is actually ask pi to create its own custom prompts and that's a little bit easier and then you can customize it like that so for example right here i'm going to ask it create a custom prompt for code review make it detailed and very thorough and there we go And as you can see, it is reading its own documentation in order to be able to update this and to apply the things that I asked. And there you go, it has finished doing the whole thing. Now it has added my new custom prompt. Now something to keep in mind is that whenever you update PI or you ask PI to update itself, you're going to have to either restart PI or just ask it to reload like this. And now that it is reloaded, I should have my new prompt right here, which is code review. And as you can see, I can just hit enter and I'm just going to stop it because in this case, I am not even in a coding workspace, but just to show you that it replaced my slash command with all of this very detailed explanation of what I want. So if you find yourself typing the same prompt over and over, what you can do is just put it into a custom prompt and it will do just this. And you can, of course, add variables to it and it just makes working with your coding assistant much more simple. Now to give you an idea of where this is stored, just to give you some general culture about this, I'm just going to do Ctrl D to get out of PI. And let me show you where it is located. So if I go to my home folder and I go to .pi, you will see that I have my agent folder right here. So I go inside agent and inside it, you can see that I have extensions, prompts, sessions, et cetera. So this prompt was stored in prompts. So I go to prompts. And right there, you will see that you can see my code review. So I can just open it. And as you can see, it is this code review that my agent just created for me. And I can, of course, just add more custom prompts right here manually. If you already have your coding harness or you have added your custom prompts to GitHub Go Palette or to other assistants, you can just copy them right here. start using them in pi and just for the record pi automatically scans all of the configurations that are in your home folder in the dot pi directory and you can also have a dot pi directory within your workspace to have custom settings for that specific workspace okay that's for prompts now let's take a very quick look at skills Okay, so now let's talk very quickly about scales. If you're not familiar with scales, I do have a very detailed and thorough video to understand what scales are and how to install them. I use scales.sh to install them most of the time. You can watch that video right here. It's a crash course about everything that you need to know about scales. But in the case of Pi in particular, it is very straightforward. All you have to do is to open Pi and you will see your scales listed right here. And in order for Pi to identify your skills or to load them it first of all search in multiple places it searched into dot agents directory so both your home and your workspace dot agents directory and if you go inside skills it will load all of those right there and it will also automatically load all of the skills in your dot cloud directory okay so in my case my dot cloud directory has pretty much the same skills as my dot agents directory because i use same links between them but just know that that is the case and also if you want them to be very specific for pi you can also add the skills right here inside your dot pi agent and inside the skills directory right here so i have my skills right here and as you can see i also have some same links right here that go to my dot agents directory anyways so there you go that is for scales and how where they uh when they're where they are found now in order to actually use them what you're going to want to do is to slash skill and you will be able to select any skill that you have loaded right here in my case i have some a few skills available uh video tool for example is a skill that i built that i used to edit my own videos skill visualizer i've coded it yesterday just to help me visualize my skills skill creator i think it's built in and find skill i also think it's built in i don't remember I mean, built in with cloud code, if I remember correctly. But let me just show you the skill visualizer, for example. So there you go. I just called it and it automatically runs my MD file, runs the script in order to generate my visualization. And then I'll be able to just open it and see what skills are available. And this is actually a good moment to show you that you can also run bash commands within your terminal inside Py. So what you're going to want to do is to exclamation mark and then whatever you write right here is going to be interpreted as a bash command so you can do open and then i can just open my skills visualizer and also something that you can do is to double exclamation mark and the difference is that if you use one the bash command is going to go into the history of the conversation so your agent will know that you ran that command and if you do double it is not going to go into the history so your agent will not know it and of course it will not clutter your context if it's something unrelated so what i'm going to do is i'm just going to do open and there you go here's my skills visualizer it's very straightforward i mean it's just a very quick visualizer that i made to be able to see my skills and the scripts and their references I'll leave a link in the description if you want to use it. It's on GitHub. So there you go. It is very straightforward. As you see, pretty much the same functionality with skills that you have at Cloud Code or Codex or Open Code, etc. Now let's go into the more fun parts, which is customization of your AI agent. All right. So next thing that we're going to do is we're going to take a look at the themes because, as you can see, Pi is very minimalist and you can basically edit and modify everything about its terminal user interface. In this case, I'm going to change something very minimal, which is the themes. So what you can do is you go to settings and right here, you're going to type themes and you're going to see that you have multiple themes available. In this case, it comes with two themes pre-loaded. So dark theme and light theme. And the light theme, the only difference is that it turns this to light for some reason. I don't like it. I just use the dark one. But what we could do is ask Pi to create a new theme for us. And in this case, I'm going to ask you to create a theme in this workspace. So it's not available for everyone in the home directory. So let's do that. Create a fun theme for PyAgent right here in this workspace. Make it fun, make it creative, and make it great looking. So let's take a look at that. And there you go. It is done. Now, if I go to settings, I'm probably not going to be able to sit. to see it so i'm going to go to theme as you can see it's not there yet what i'm going to do is i'm going to hit reload because remember that anytime that we change anything in the configuration or we have used pi to build itself we're going to have to reload all the settings now you can see i have my new custom theme right here which is gummy so i'm going to do settings and on themes i'm going to go to gummy this time And there you go. Now I have Gummy available. It is a little bit different and it also has different colors for thinking. And there you go. Just a very quick way. But of course you can modify the entire terminal user interface if you want to. That's just a very quick overview of themes. Now let's go into context files. All right. Now let's take a very quick look at the context files. Now this is something that is universal. Pi follows the agents.md. standard which basically is this set of instructions that all your ai agents load automatically in your workspace or in your home directory and pi follows this convention as well and however it also reads the clod.md file that you have so let's take a look at this so let me show you very quickly how this works if i go to my videos director is just one repository that i have right here that actually i use agents on so right here you see that i have my agents.md and my claude.md file what happens is that pi reads both of this and adds them both to context okay so it is going to see both my agents.md which is all of these things and it's going to also see my claude.md file which is right here as you can see and there you go this is essentially what's going on right here and also something important is that this one right here all both both of these are located in my workspace directory. But if I go to my home directory here, I also have a .cloud directory. And inside this, I also have a cloud.md file. And what happens is that Pi will automatically load all of them, just like any other AI agent that you're currently using. So if you're using cloud or codecs, they actually do the same. So that's why it's... probably a good idea to be careful with what you add to your home directory agent files there you go that is how to handle context it's very straightforward as i told you just add here very general instructions about your workspace or about your general way you interact with your coding agent okay so let's go to the next part all right so now let's take a look at extensions and extensions are very straightforward as you remember correctly pi is very very minimalized as you can see here we have some themes and prompts and skills but these are things that i added after i installed pi these are things that were not there by default and pi also does not come with many of the things that some people would consider basic or that some agents come with from a right out of the box such as it doesn't come with mcp doesn't come with sub agents it doesn't come with permission pop-ups or with plan mode or to do's etc okay of course there are ways to update that and to change that and the way to do it is with extensions so i told you that pi is very simple and very straightforward and it is also very modular which means that you can either write your own extensions by hand or you can have pi write its own extensions and update the way that it interacts with your computer so for example let's go right here and go to documentation And inside the documentation, we can take a look at the extension section. And you can see that extensions allow you to extend the functionality of your PI agent. And here are some examples. But let me actually show you how to do this. So right here, what I'm going to do is I'm just going to prompt it to create an extension for the current workspace. So this is not going to be available for all of my PI sessions, only for these. specific workspace that prints a welcome message whenever a new session starts write a set of messages that are quotes from famous scientists and writers and each time display one randomly so i'm going to just run this and let's have it write the whole thing and there you go it finished creating it and what you can do is just restart pi let's just get out of it and let's reopen it And as you will see here, we have our nice little quote right here. It says, logic will take you from A to B. Imagination will take you everywhere, says Albert Einstein. And that is just some nice little functionality that we have added right here. And you can, of course, add many other things. So, for example, you can add things to your footer, for example, things to your editor right here, whatever you want. Okay. Now, let me give you another very quick example. Here I have another prompt that I have that I think that is a. good extension that you can add if you're going to be using this as a coding agent not like an autonomous agent in a sandbox or anything so i can ask it to create a pi extension at the current workspace that asks for confirmation before running any bash command containing rm rf or git push force because i'm going to be using this for coding so i would not really want my agent to remove or push force things without my permission. So let's take a look at how it does it. And there you go. It has completed writing the whole thing. Now let's see if it actually does it. So what I'm going to do, so I'm just going to get out of here. I don't remember what I have available right here. I'm just going to create a new directory right here, call it hello. And inside of it, let's just create another hello file right here. So hello.md. And there we go. And here, right now, if I ask PI to remove it, I'm going to be able to test that new extension that I created. And as you can see right here, we have the dangerous command guard extension and the welcome quote extension that we created before. So remove the hello directory from here. And there you go. It's saying that there is a dangerous command detected RM with force recursive flags execute anyway, yes or no. So here I can say yes, and now it will delete it. There you go. So hello directory has been removed. And just to show you that this actually works and how and where this is located, let me just show you that right here in my PyTests directory, which is just somewhere that I've had been doing some experiments if i go into my pi directory and i go inside extensions you will see that i have my two extensions right here and as you can see they are basically just typescript files that are very very straightforward okay so there you go and just to give you the demonstration that this actually did not work before we created the extension i'm just going to remove the extension i'm just going to remove the dangerous command And let's go right here. Let's go back here. And let's just create again a hello directory. And let's just create inside of it. What we're going to do is we're going to open pi. And we're going to ask it to remove the hello there from here. And as you can see, it run rmrf hello. And it removed everything without asking me for permission. So my extension actually worked. and there you go that is how extensions work how to use them and how to create them and if you take a look at the documentation there are a bunch of examples of useful extensions that you may want to create all right now let's take a very quick view at packages now packages are very straightforward these are essentially just bundles of extensions skills prompts etc that come all together in a single package so that they all work together and you can build them together They're very straightforward and you actually have them already available right here in the packages section. All of them that this have been built by contributors in the community. So here are some of the common functionalities that you already know from other coding agents that you can add with a single command. to your PI agent. So for example, there is PI sub agents, there is context mode, MCP adapter to be able to use MCP web search, because of course, PI agent does not come with web search by default, PI web access, etc. So a bunch of different things that you can use. Feel free to explore this. And of course, all of these are open source for you to be able to actually see what you are installing. And naturally, be careful to not install any package that you do not trust or that you have not thoroughly reviewed at least had pi review it to make sure that it is safe because these packages sometimes contain scripts and your agent will sometimes execute those scripts so you don't want to be executing malicious scripts in your computer naturally so there you go just take a look at this and of course be feel free to create your own if you want to Okay, so now it's time for my favorite feature of Pi probably. Other than the fact that it is customizable, which is amazing, I think my favorite feature is sessions. Now, of course, Pi is great because it's customizable and it is minimalist and you can just build your own agent harness with it. But to me, the best part about this is the sessions part. So it makes it extremely easy for you to retrieve, edit, and navigate through your threads. Okay. So for example, let's suppose that you are right here in my, just this test that I gave to you, I can just do slash name and I can rename this specific thread. So I will call it testing for example. And now as you can see right here, it is named testing. And if I do slash session, I will see that this session is called testing. And also very importantly, it tells me where it is located. And now this is extremely important because if we go right here to my dot PI agent, and if I go inside my agent, I can see that I have my sessions right here. And if I go inside sessions, you will see that I have all of my sessions that I have started with my PI agent organized by directory where I started. So for example, this one right here, let's say that I want to go into temp. So I'm going to go into temp right here. Let's go right here. And here I have all my conversations that had in that directory in JSON-L format. Now, there is that, but also let's suppose that you are using your agent and at some point you start, you send it some message and you just mess things up and you didn't want to send that message, but you want to continue from a previous message. It's very straightforward. All you do is tree. And this will give you a list of all of your messages. And you can just continue from where you started. So for example, let's say, let's go back to my assistant message. I do not want to summarize the other things. And here we are back there. I want to go forward again. I'll just go forward like that again. And there you go. That's very straightforward. All that we're doing is just navigating our tree. There are also two other. commands that are pretty useful. So fork, for example, will take the session, duplicate it, and you will continue working on that one. Or you can also clone a session which will duplicate the current session at the current position. From here, something else that you can do is ask your agent to compact your conversation in case you're close to reaching your limit in your context window, and it will manually compact that session. And something nice is that you can add custom instructions right here, like for example, something like pay attention to the API or something like that okay and probably my favorite thing right here is that you can export your session just like that so I'm just going to click export and you can see my session was exported to this file right here now let me actually open it for you I'm just gonna do open and here it is so as you can see it is a pretty nice user interface where I can visualize all of my messages and right here I can also navigate the whole thing in this nice little sidebar and make a filter with tools with user labeled or all and since I I mean yeah there's also the possibility of labeling your messages but I'll show that later or you can probably read the documentation for that to make to not make this video super long and of course very nicely if you want to use this thread to maybe train a large language model or create a for example, create a skill, you can just download the JSONL and now you can use that to create your skill. So there you go. And there you go. Thank you very much for watching. It has been a pleasure. I can probably make a more detailed video on Pi or some other tutorials about Pi and how to use it. But I suppose that with this, you have more than enough to get you started. And to customize your PI agent for whatever you want to do. I can probably make videos about how to run PI with local models or how to run or create other more specific extensions, but please let me know what you would like to see. Thank you very much for watching. It has been a great pleasure and I will see you in the next one.
⚙️ Pipeline jobs
| Stage | Status | Att. | Updated | Error |
|---|---|---|---|---|
| download | done | 1/3 | 2026-07-20 11:54:38 | |
| transcribe | done | 1/3 | 2026-07-20 11:54:55 | |
| summarize | done | 1/3 | 2026-07-20 11:55:17 | |
| embed | done | 1/3 | 2026-07-20 11:55:18 |
📄 Описание YouTube
Показать
Pi Agent is a lightweight terminal harness that gives you a powerful coding assistant without the bloat. Unlike traditional agents with built-in sub-agents, plan modes, and permission popups, Pi starts with just four tools: read, write, edit, and bash. You build the features you need. In this tutorial, you'll learn how to customize Pi with your favorite models (HuggingFace, OpenAI, Anthropic subscriptions, GitHub Copilot), create custom prompt templates, load skills, design themes, and build extensions directly by asking Pi to write them. See how to add permission guards for dangerous commands, create welcome messages, and navigate sessions with tree-based history. By the end, you'll have Pi running on your machine, editing real code, and understanding why "minimalist" doesn't mean "limited." --- 🤓 Topics Covered - Pi Agent installation and core philosophy - Model switching and provider configuration - Custom prompts, skills, and themes - Building extensions with TypeScript - Session management and export --- ⏱️ Timestamps 0:00 - Introduction 0:51 - What is Pi Agent 3:46 - Switching Models 5:28 - Custom Prompts 8:05 - Skills 11:26 - Themes 13:17 - Context Files 15:13 - Extensions 20:32 - Packages 22:02 - Sessions 25:54 - Conclusion --- Connect with me X: https://x.com/_alejandroao LinkedIn: https://www.linkedin.com/in/alejandro-ao/