gm-kilo 2.0.877 → 2.0.879
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/skills/browser/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: browser
|
|
3
3
|
description: Browser automation via playwriter. Use when user needs to interact with websites, navigate pages, fill forms, click buttons, take screenshots, extract data, test web apps, or automate any browser task.
|
|
4
|
-
allowed-tools: Bash
|
|
4
|
+
allowed-tools: Skill, Bash, Read, Write, Edit, Agent
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Browser Automation
|
package/skills/planning/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: planning
|
|
3
3
|
description: State machine orchestrator. Mutable discovery, PRD construction, and full PLAN→EXECUTE→EMIT→VERIFY→COMPLETE lifecycle. Invoke at session start and on any new unknown.
|
|
4
|
-
allowed-tools: Write
|
|
4
|
+
allowed-tools: Skill, Bash, Write, Read, Agent
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Planning — State Machine Orchestrator
|
package/skills/research/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: research
|
|
3
3
|
description: Web research via parallel subagent fan-out. Use when a question needs the live web, spans multiple sources, requires comparison across vendors/papers/repos, or would saturate a single context window. Skip for one-page lookups answerable by a single WebFetch.
|
|
4
|
-
allowed-tools:
|
|
4
|
+
allowed-tools: Skill, Bash, Agent, WebFetch, WebSearch, Read, Write
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Research
|