https://github.com/ca-lee-b/personal-skills
High quality skills for AI agents to automate PRDs, implementation and daily engineering tasks.
https://github.com/ca-lee-b/personal-skills
agent agent-skill agent-skills copilot opencode skills skills-sh
Last synced: 29 days ago
JSON representation
High quality skills for AI agents to automate PRDs, implementation and daily engineering tasks.
- Host: GitHub
- URL: https://github.com/ca-lee-b/personal-skills
- Owner: ca-lee-b
- License: mit
- Created: 2026-05-18T03:57:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-18T04:25:48.000Z (about 2 months ago)
- Last Synced: 2026-05-18T05:54:47.672Z (about 2 months ago)
- Topics: agent, agent-skill, agent-skills, copilot, opencode, skills, skills-sh
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Agent Skills
A collection of personal AI agent skills compatible with **GitHub Copilot**, **Claude Code**, **OpenCode**, and other tools supporting the [Agent Skills](https://skills.sh) open standard.
These skills are designed to automate repetitive workflows and extend the capabilities of AI coding assistants.
## 🚀 Quick Start
### Install via skills.sh
You can install these skills using the `skills` CLI:
```bash
# 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
```
## 🛠Available Skills
| Skill | Description | Trigger Keywords |
|-------|-------------|------------------|
| [**create-prd**](./skills/create-prd/SKILL.md) | Synthesizes conversation into a concise, implementation-ready PRD. | "write a PRD", "create a PRD", "document requirements" |
| [**implement-prd**](./skills/implement-prd/SKILL.md) | Executes implementation based on a PRD document. Best suited and optimized for `create-prd` output. | "implement this PRD", "build the spec" |
## Getting the Best Performance
I personally use these skills with Opencode, which allows
me to define custom agents. For example, I have a frontend agent
using Kimi K2.6 and backend agent using GLM 5.1.
This allows me to delegate the PRD to the agent best suited
for a requirement.
## 📄 License
MIT