A collection of personal AI agent skills compatible with GitHub Copilot, Claude Code, OpenCode, and other tools supporting the Agent Skills open standard.
These skills are designed to automate repetitive workflows and extend the capabilities of AI coding assistants.
You can install these skills using the skills CLI:
# Install all skills
npx skills add ca-lee-b/personal-skills
# Install a specific skill
npx skills add ca-lee-b/personal-skills --skill create-prd| Skill | Description | Trigger Keywords |
|---|---|---|
| create-prd | Synthesizes conversation into a concise, implementation-ready PRD. | "write a PRD", "create a PRD", "document requirements" |
| implement-prd | Executes implementation based on a PRD document. Best suited and optimized for create-prd output. |
"implement this PRD", "build the spec" |
I personally use these skills with Opencode, which allows me to define custom agents. For example, I have a frontend agent using Kimi K2.7 and backend agent using GLM 5.2.
This allows me to delegate the PRD to the agent best suited for a requirement.
MIT