puda

Installation
SKILL.md

Setting up new puda project

  1. Check installation: Determine how to invoke the CLI — use puda if installed globally, or from the project root use ./puda on Unix/macOS or .\puda.exe on Windows if only a local binary exists. If it's missing, direct the user to the Puda releases page. Use that same invocation (puda, ./puda, or .\puda.exe) consistently in all steps below.
  2. Ensure Python and pip: Ensure python3 and pip are available; install them first if missing.
  3. Login: Log in to puda with puda login -u <username>;
  4. New project folder: run puda init (e.g. puda init . or puda init <folder_name>).
  5. Install Skills: run puda skills install to install agent skills for puda

Only after the CLI is installed and the project is initialized, proceed with protocol generation, machine commands, or experiment workflows.

Project Folder Structure

.
├── project.md                        # single source of truth (puda-memory skill)
├── protocols/                        # generated protocol files (puda-protocol skill)
├── puda.config                       # puda config file
└── puda.db                           # puda database file

Updating puda skills

Related skills
Installs
29
Repository
pudap/skills
GitHub Stars
1
First Seen
Apr 14, 2026