pcl, from creating an assertion project through deploying it with the Phylax platform.
Phylax publishes reusable instructions in the agent-skills repository. These skills give compatible agents the project structure, safety boundaries, and pcl workflows needed to complete a task instead of relying on a large one-off prompt.
Prerequisites
Before you begin, make sure you have:pclinstalled- An agent that supports the Agent Skills format, such as Codex or Claude Code
- A local protocol repository the agent can inspect and edit
- Clearly defined protocol invariants
Install the Phylax agent skills
Install the two PCL workflow skills from GitHub:Restart your agent after installation if it does not discover the new skills in the current session.
Choose the workflow
Use the skill name in your request so the intended workflow is unambiguous.
Start with a high-level prompt
You can describe the intended outcome and let the skills determine the requiredpcl workflow. Include the protocol, target environment, authoritative sources, release contents, and verification boundary.
For example:
Orient the agent with the installed CLI
Current versions ofpcl expose machine-readable guidance for agents. Include this instruction in your prompt:
pcl version.
Keep a human in the approval loop
Authenticate with the target platform yourself before starting the deployment agent. Then give the agent autonomy for inspection, local file changes, builds, and tests. Require it to pause for:- Any choice between staging and production
- Access to a signer or keystore
- Platform mutations
- On-chain broadcasts
Create a Project with an Agent
Bootstrap and validate an assertion project locally
Deploy Projects Through Agentic PCL
Create a platform project and activate a release on-chain

