@fraylabs/possible 0.1.0 → 0.1.1
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/assets/possible/SKILL.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: possible
|
|
3
|
-
description: Turn an unclear ambition into a concrete, verified outcome through a short guided conversation, then assemble and run the right reviewed Codex skills after confirmation. Use when the user invokes $possible, asks what they should build or ship, wants help defining an outcome before implementation, or wants a Hardware Launch, Software Launch,
|
|
3
|
+
description: Turn an unclear ambition into a concrete, verified outcome through a short guided conversation, then assemble and run the right reviewed Codex skills after confirmation. Use when the user invokes $possible, asks what they should build or ship, wants help defining an outcome before implementation, or wants a Hardware Launch, Software Launch, Open-Source Release, or Playable Web Game coordinated end to end.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Possible
|
|
@@ -100,6 +100,39 @@ npx skills@1.5.19 add github/awesome-copilot --skill github-release --skill crea
|
|
|
100
100
|
|
|
101
101
|
Never imply security, compatibility, production readiness, or release authority. Pushing, tagging, publishing packages, creating releases, and changing repository settings remain separate gates.
|
|
102
102
|
|
|
103
|
+
## Playable Web Game
|
|
104
|
+
|
|
105
|
+
Slug: `playable-web-game`
|
|
106
|
+
|
|
107
|
+
Public page: `https://possible.sh/packs/playable-web-game`
|
|
108
|
+
|
|
109
|
+
Use for a browser-game idea that needs one polished, replayable Three.js experience rather than a general game engine or sprawling feature set.
|
|
110
|
+
|
|
111
|
+
Outputs: playable browser game, game brief and tuning rules, responsive HUD and controls, production build, evidence report.
|
|
112
|
+
|
|
113
|
+
Workstreams:
|
|
114
|
+
|
|
115
|
+
- Core loop and game feel — `game-designer`; owns `game/brief.md` and `game/tuning/`.
|
|
116
|
+
- Three.js game runtime — `threejs`; owns `game/src/`, `game/assets/`, and `game/build/`.
|
|
117
|
+
- HUD and controls — `frontend-design`, `mobile-touch`; owns `game/ui/` and `game/controls.md`.
|
|
118
|
+
- Fresh review — `webapp-testing`; verifies the integrated game with keyboard and touch-sized input paths.
|
|
119
|
+
|
|
120
|
+
Sources:
|
|
121
|
+
|
|
122
|
+
- `mrgoonie/claudekit-skills`: `threejs`; reviewed `80113d86bc4407f105af40a2c4ea58194f7c370a`.
|
|
123
|
+
- `dylantarre/animation-principles`: `game-designer`, `mobile-touch`; reviewed `83597134ba8ff59838270f94d7ac7282ffa3b54d`.
|
|
124
|
+
- `anthropics/skills`: `frontend-design`, `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
125
|
+
|
|
126
|
+
Install:
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
npx skills@1.5.19 add mrgoonie/claudekit-skills --skill threejs --agent codex
|
|
130
|
+
npx skills@1.5.19 add dylantarre/animation-principles --skill game-designer --skill mobile-touch --agent codex
|
|
131
|
+
npx skills@1.5.19 add anthropics/skills --skill frontend-design --skill webapp-testing --agent codex
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
Never imply player demand, accessibility, compatibility, performance, or production readiness beyond direct evidence. Deployment, publishing, analytics, paid assets, and external distribution remain separate gates.
|
|
135
|
+
|
|
103
136
|
## Selection rule
|
|
104
137
|
|
|
105
138
|
Recommend the pack whose finished outputs most closely match the user's desired end state:
|
|
@@ -107,5 +140,6 @@ Recommend the pack whose finished outputs most closely match the user's desired
|
|
|
107
140
|
- Physical product plus launch presentation → Hardware Launch.
|
|
108
141
|
- Software product plus release and launch presentation → Software Launch.
|
|
109
142
|
- Existing repository plus trustworthy public release materials → Open-Source Release.
|
|
143
|
+
- Browser-game idea plus one polished playable build → Playable Web Game.
|
|
110
144
|
|
|
111
145
|
If none fits, say so. Do not force a pack or invent a new one during intake.
|
package/package.json
CHANGED
package/src/index.mjs
CHANGED
|
File without changes
|