@moskala/oneagent-templates 0.4.5 → 0.4.6

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.
@@ -3,6 +3,32 @@ description: General programming starter
3
3
  skills:
4
4
  - repo: https://github.com/vercel-labs/skills
5
5
  skill: find-skills
6
+ - repo: https://github.com/obra/superpowers
7
+ skill: brainstorming
8
+ - repo: https://github.com/obra/superpowers
9
+ skill: dispatching-parallel-agents
10
+ - repo: https://github.com/obra/superpowers
11
+ skill: executing-plans
12
+ - repo: https://github.com/obra/superpowers
13
+ skill: finishing-a-development-branch
14
+ - repo: https://github.com/obra/superpowers
15
+ skill: receiving-code-review
16
+ - repo: https://github.com/obra/superpowers
17
+ skill: requesting-code-review
18
+ - repo: https://github.com/obra/superpowers
19
+ skill: subagent-driven-development
20
+ - repo: https://github.com/obra/superpowers
21
+ skill: systematic-debugging
22
+ - repo: https://github.com/obra/superpowers
23
+ skill: test-driven-development
24
+ - repo: https://github.com/obra/superpowers
25
+ skill: using-git-worktrees
26
+ - repo: https://github.com/obra/superpowers
27
+ skill: using-superpowers
28
+ - repo: https://github.com/obra/superpowers
29
+ skill: verification-before-completion
30
+ - repo: https://github.com/obra/superpowers
31
+ skill: writing-plans
6
32
  - repo: https://github.com/obra/superpowers
7
33
  skill: writing-skills
8
34
  - repo: https://github.com/github/awesome-copilot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moskala/oneagent-templates",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "type": "module",
5
5
  "description": "Built-in templates for oneagent",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "typecheck": "tsc --noEmit"
19
19
  },
20
20
  "dependencies": {
21
- "@moskala/oneagent-core": "0.4.5"
21
+ "@moskala/oneagent-core": "0.4.6"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/bun": "latest",