@opensassi/opencode 0.1.0

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.
Files changed (46) hide show
  1. package/AGENTS.md +35 -0
  2. package/README.md +81 -0
  3. package/bin/opencode.js +3 -0
  4. package/lib/cli.js +38 -0
  5. package/lib/commands/init.js +117 -0
  6. package/lib/commands/print-agents.js +6 -0
  7. package/lib/commands/print-skill.js +8 -0
  8. package/lib/commands/run.js +57 -0
  9. package/lib/index.js +4 -0
  10. package/lib/util/paths.js +21 -0
  11. package/package.json +40 -0
  12. package/scripts/asm-optimizer/run-baseline.sh +158 -0
  13. package/scripts/check-artifacts.js +131 -0
  14. package/scripts/extract-artifacts.js +204 -0
  15. package/scripts/install/linux/ubuntu-noble-24.04/install.sh +94 -0
  16. package/scripts/install/osx/macos-sequoia-15.0/install.sh +115 -0
  17. package/scripts/install/windows/wsl2/install.ps1 +98 -0
  18. package/scripts/install.ps1 +32 -0
  19. package/scripts/install.sh +83 -0
  20. package/scripts/puppeteer-config.json +3 -0
  21. package/scripts/test-artifacts.js +346 -0
  22. package/scripts/validate-all.js +18 -0
  23. package/scripts/verify-artifact.js +157 -0
  24. package/skills/asm-optimizer/SKILL.md +295 -0
  25. package/skills/daily-evaluation/SKILL.md +86 -0
  26. package/skills/git/SKILL.md +100 -0
  27. package/skills/issue/SKILL.md +104 -0
  28. package/skills/npm-optimizer/SKILL.md +218 -0
  29. package/skills/opensassi/SKILL.md +77 -0
  30. package/skills/opensassi/scripts/ensure-gitignore.sh +89 -0
  31. package/skills/opensassi/scripts/env-check.ps1 +139 -0
  32. package/skills/opensassi/scripts/env-check.sh +200 -0
  33. package/skills/opensassi/scripts/install-flamegraph.sh +32 -0
  34. package/skills/opensassi/scripts/install-npm-deps.sh +25 -0
  35. package/skills/profiler/SKILL.md +213 -0
  36. package/skills/profiler/scripts/benchmark.sh +63 -0
  37. package/skills/profiler/scripts/common.sh +55 -0
  38. package/skills/profiler/scripts/compare.sh +63 -0
  39. package/skills/profiler/scripts/profile.sh +63 -0
  40. package/skills/profiler/scripts/setup.sh +32 -0
  41. package/skills/session-evaluation/SKILL.md +128 -0
  42. package/skills/skill-manager/SKILL.md +251 -0
  43. package/skills/system-design/SKILL.md +558 -0
  44. package/skills/system-design-review/SKILL.md +396 -0
  45. package/skills/todo/SKILL.md +165 -0
  46. package/skills-index.json +137 -0
@@ -0,0 +1,137 @@
1
+ {
2
+ "skills": [
3
+ {
4
+ "name": "system-design",
5
+ "description": "Interactive C++ spec authoring with diagrams and D3 animations",
6
+ "commands": [
7
+ "generate sequence diagram",
8
+ "generate architecture diagram",
9
+ "generate class specification",
10
+ "generate manim animation",
11
+ "generate d3 animation",
12
+ "generate testing plan",
13
+ "generate from source",
14
+ "load spec",
15
+ "generate technical specification",
16
+ "revise technical specification",
17
+ "split sub-modules",
18
+ "combine sub-modules",
19
+ "list sub-modules",
20
+ "load sub-module spec",
21
+ "generate sub-module spec"
22
+ ]
23
+ },
24
+ {
25
+ "name": "git",
26
+ "description": "Rebase-based single-commit-per-session workflow",
27
+ "commands": [
28
+ "start session",
29
+ "finish session",
30
+ "sync"
31
+ ]
32
+ },
33
+ {
34
+ "name": "profiler",
35
+ "description": "Linux perf profiling + flamegraphs",
36
+ "commands": [
37
+ "check",
38
+ "setup",
39
+ "profile",
40
+ "benchmark",
41
+ "compare",
42
+ "report"
43
+ ]
44
+ },
45
+ {
46
+ "name": "asm-optimizer",
47
+ "description": "SIMD/assembly optimization framework",
48
+ "commands": [
49
+ "setup-baseline",
50
+ "profile",
51
+ "assess",
52
+ "assess all",
53
+ "setup-microbench",
54
+ "spec",
55
+ "analyze-gap",
56
+ "bench",
57
+ "implement",
58
+ "iterative-optimize",
59
+ "archive-experiment",
60
+ "report"
61
+ ]
62
+ },
63
+ {
64
+ "name": "opensassi",
65
+ "description": "Bootstrap a new project environment",
66
+ "commands": [
67
+ "init",
68
+ "init install",
69
+ "init flamegraph",
70
+ "init check"
71
+ ]
72
+ },
73
+ {
74
+ "name": "session-evaluation",
75
+ "description": "Generate structured session reports",
76
+ "commands": [
77
+ "generate",
78
+ "export"
79
+ ]
80
+ },
81
+ {
82
+ "name": "skill-manager",
83
+ "description": "Create/revise skills interactively",
84
+ "commands": [
85
+ "show skills",
86
+ "create skill",
87
+ "revise skill",
88
+ "save skill",
89
+ "delete skill",
90
+ "commit",
91
+ "audit skills"
92
+ ]
93
+ },
94
+ {
95
+ "name": "issue",
96
+ "description": "GitHub issue management",
97
+ "commands": [
98
+ "create issue",
99
+ "list issues",
100
+ "show issue",
101
+ "close issue"
102
+ ]
103
+ },
104
+ {
105
+ "name": "system-design-review",
106
+ "description": "Seven-expert panel audit of technical specs",
107
+ "commands": [
108
+ "review all",
109
+ "review sub-module",
110
+ "review file-path",
111
+ "review stale"
112
+ ]
113
+ },
114
+ {
115
+ "name": "daily-evaluation",
116
+ "description": "Aggregate session evaluations into dashboards",
117
+ "commands": [
118
+ "create",
119
+ "list"
120
+ ]
121
+ },
122
+ {
123
+ "name": "todo",
124
+ "description": "Create issues + debugging skills from session context",
125
+ "commands": [
126
+ "extract",
127
+ "propose-skill",
128
+ "save-skill"
129
+ ]
130
+ },
131
+ {
132
+ "name": "npm-optimizer",
133
+ "description": "Port an npm package to a C++ native addon",
134
+ "commands": []
135
+ }
136
+ ]
137
+ }