generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
When trying to install a Power from a standalone GitHub repository using "Import power from GitHub", I get the error:
Unable to install power: No valid power found in the repository. Please ensure the repository contains a valid POWER.md file with proper frontmatter.
However, the same Power installs successfully when using "Import power from a folder" locally.
Repository
https://github.com/kiropowers/power-project-standards
POWER.md Frontmatter
---
name: "project-standards"
displayName: "Project Standards Generator"
description: "Generate project documentation, coding standards, and extract knowledge from conversations and code"
keywords: ["steering", "template", "standards", "code review", "naming", "documentation", "project setup", "extract", "generate"]
author: "sol.tao"
---
Repository Structure
power-project-standards/
├── POWER.md
└── steering/
├── extraction/
├── foundation/
└── standards/
Steps to Reproduce
Open Kiro IDE
Go to Powers panel → Add Power → Import power from GitHub
Enter: https://github.com/kiropowers/power-project-standards
Error appears
Expected Behavior
Power should install successfully, as it works with local folder import.
Environment
Kiro IDE version: [your version]
OS: Windows
Notes
The POWER.md frontmatter format matches the official strands power exactly
Local installation works fine
Repository only contains allowed files (POWER.md, steering/*.md)giolaq and r3-yamauchi
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working