oneagent 0.4.0 → 0.4.2

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.
@@ -0,0 +1,3 @@
1
+ # Project Instructions
2
+
3
+ Add your AI instructions here.
@@ -0,0 +1,36 @@
1
+ name: default
2
+ description: General programming starter
3
+ skills:
4
+ - repo: https://github.com/vercel-labs/skills
5
+ skill: find-skills
6
+ - repo: https://github.com/obra/superpowers
7
+ skill: writing-skills
8
+ - repo: https://github.com/github/awesome-copilot
9
+ skill: conventional-commit
10
+ - repo: https://github.com/oldwinter/skills
11
+ skill: github-cli
12
+ - repo: https://github.com/supercent-io/skills-template
13
+ skill: code-review
14
+ - repo: https://github.com/vercel-labs/agent-skills
15
+ skill: web-design-guidelines
16
+ - repo: https://github.com/coreyhaines31/marketingskills
17
+ skill: copywriting
18
+ plugins:
19
+ - target: claude
20
+ id: context7@claude-plugins-official
21
+ - target: claude
22
+ id: superpowers@claude-plugins-official
23
+ - target: claude
24
+ id: code-simplifier@claude-plugins-official
25
+ - target: claude
26
+ id: security-guidance@claude-plugins-official
27
+ - target: claude
28
+ id: claude-md-management@claude-plugins-official
29
+ - target: opencode
30
+ id: oh-my-opencode
31
+ - target: opencode
32
+ id: "@plannotator/opencode"
33
+ - target: opencode
34
+ id: "@openspoon/subtask2"
35
+ - target: opencode
36
+ id: micode
@@ -0,0 +1,15 @@
1
+ # Project Instructions
2
+
3
+ This is a React project. Follow modern React best practices.
4
+
5
+ ## Stack
6
+
7
+ - React 18+
8
+ - TypeScript
9
+ - Prefer functional components and hooks
10
+
11
+ ## Guidelines
12
+
13
+ - Use composition over inheritance
14
+ - Keep components small and focused
15
+ - Colocate state as close to where it's used as possible
@@ -0,0 +1,23 @@
1
+ name: react
2
+ description: React / Next.js project starter
3
+ extends: default
4
+ skills:
5
+ - repo: https://github.com/anthropics/skills
6
+ skill: frontend-design
7
+ - repo: https://github.com/vercel-labs/agent-skills
8
+ skill: vercel-react-best-practices
9
+ - repo: https://github.com/vercel-labs/agent-skills
10
+ skill: vercel-composition-patterns
11
+ - repo: https://github.com/obra/superpowers
12
+ skill: brainstorming
13
+ - repo: https://github.com/coreyhaines31/marketingskills
14
+ skill: seo-audit
15
+ - repo: https://github.com/vercel-labs/next-skills
16
+ skill: next-best-practices
17
+ - repo: https://github.com/wshobson/agents
18
+ skill: react-state-management
19
+ plugins:
20
+ - target: claude
21
+ id: frontend-design@claude-plugins-official
22
+ - target: claude
23
+ id: typescript-lsp@claude-plugins-official
@@ -0,0 +1,15 @@
1
+ # Project Instructions
2
+
3
+ This is a React Native project. Target both iOS and Android.
4
+
5
+ ## Stack
6
+
7
+ - React Native with Expo
8
+ - TypeScript
9
+ - Prefer functional components and hooks
10
+
11
+ ## Guidelines
12
+
13
+ - Use `StyleSheet.create` for styles
14
+ - Avoid platform-specific code unless necessary; use `Platform.select` when needed
15
+ - Prefer Expo SDK APIs over bare React Native APIs
@@ -0,0 +1,14 @@
1
+ name: react-native
2
+ description: React Native / Expo project starter
3
+ extends: react
4
+ skills:
5
+ - repo: https://github.com/vercel-labs/agent-skills
6
+ skill: vercel-react-native-skills
7
+ - repo: https://github.com/callstackincubator/agent-skills
8
+ skill: react-native-best-practices
9
+ - repo: https://github.com/callstackincubator/agent-skills
10
+ skill: upgrading-react-native
11
+ - repo: https://github.com/expo/skills
12
+ skill: upgrading-expo
13
+ - repo: https://github.com/conorluddy/ios-simulator-skill
14
+ skill: ios-simulator-skill
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oneagent",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "type": "module",
5
5
  "description": "One source of truth for AI agent rules — distributed via symlinks to Claude, Cursor, Windsurf, Copilot, OpenCode",
6
6
  "license": "MIT",
@@ -24,6 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@clack/prompts": "latest",
27
+ "@moskala/oneagent-core": "0.4.2",
28
+ "@moskala/oneagent-templates": "0.4.2",
27
29
  "citty": "latest"
28
30
  },
29
31
  "devDependencies": {