Reusable AI agent skills for vibe coding
npx skills add https://github.com/rohbunny01/powerapps-skills --skill powerapps-yamlCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
Reusable AI agent skills for vibe coding. Install with a single command to enhance your AI agents with procedural knowledge.
| Skill | Description |
|---|---|
| powerapps-yaml | Generate paste-ready YAML for Power Apps Studio using pa.yaml Schema v3. Includes modern controls, cache patterns, Gallery with collections, and SharePoint backend patterns. |
npx skills install Rohbunny01/powerapps-skills
Copy the skill folder into your agent's skills directory:
# For Gemini CLI / Antigravity
cp -r powerapps-yaml/ ~/.gemini/antigravity/skills/
# For Claude Code
cp -r powerapps-yaml/ ~/.claude/skills/
Want to add a new skill? Create a new folder with a SKILL.md file following the format of the existing skills.
MIT