AI agent skills by Lazuardy Tech.
npx skills add lazuardytech/skills --skill <name>| Skill | Description |
|---|---|
| hive | Subagent orchestration — 7 roles, parallel execution, Ponytail Ultra built-in, supports 7 harnesses: Command Code, OpenCode, Mistral Vibe, Pi, Cursor, ChatGPT Codex, Claude Code |
| whatsapp-web | WhatsApp Web automation — login, send/read messages, list chats |
| google-sheets | Google Sheets read/write — read rows, update cells, append rows |
skills/
<name>/
SKILL.md # Agent triggers + instructions
README.md # Human docs
scripts/ # CLI entry points (optional)
src/ # Python package (optional)
templates/ # Harness-specific subagent prompt templates (hive: 7 harnesses)
- Create
skills/<name>/ - Add
SKILL.mdwith frontmatter (name,description) - Add
README.md - Update table above
ruff format skills/<skill>/
ruff check skills/<skill>/MIT