Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phase AI Skills

AI skills for deploying and managing Phase — the open-source secrets manager.

Install deployment skills into your AI coding agent (Claude Code, Cursor, Windsurf, GitHub Copilot) with a single command via the skills ecosystem.

Usage

# Install all skills
npx skills add phasehq/ai

# Install a specific skill
npx skills add phasehq/ai -s docker-compose

Then ask your AI agent: "deploy Phase with Docker Compose"

Available Skills

Skill Description Trigger Phrase
docker-compose Deploy Phase Console with Docker Compose and Let's Encrypt TLS "deploy Phase with Docker Compose"
k8s Deploy Phase Console on any Kubernetes cluster via Helm "deploy Phase on Kubernetes"
eks Deploy Phase Console on AWS EKS with Helm and native AWS services "deploy Phase on EKS"
aks Deploy Phase Console on Azure AKS with Azure-native services and optional Tailscale networking "deploy Phase on AKS"

How it works

Skills are markdown files that teach AI coding agents how to deploy Phase step-by-step. The skills CLI installs them into your agent's skills directory (e.g. .claude/skills/). Your AI agent reads these files and uses them to automate the deployment interactively.

Each skill includes:

  • SKILL.md — The main instruction file with workflow phases and principles
  • refs/ — Reference files with exact templates, commands, and troubleshooting guides

Documentation

Full deployment guides: docs.phase.dev/self-hosting

License

MIT

About

AI skills for deploying and managing Phase — install via npx @phasehq/ai

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors