Skip to content

chore(installer): rename wokitoki user-level skill to mkd - #21

Merged
saiotest merged 1 commit into
mainfrom
chore/rename-wokitoki-skill-to-mkd
Aug 21, 2026
Merged

chore(installer): rename wokitoki user-level skill to mkd#21
saiotest merged 1 commit into
mainfrom
chore/rename-wokitoki-skill-to-mkd

Conversation

@saiotest

Copy link
Copy Markdown
Contributor

The agentic-user-skills repo renamed wokitoki (toki) to mkd (Make Decision) — same capabilities (questions, report reactions, answerable tables) fused into a Catch-Up-style decision deck, with a non-blocking copy-JSON flow by default and a no-install run model (bun <skill-dir>/cli/index.ts).

This installer only needs the skill name swapped in USER_LEVEL_SKILLS (plus the entry comment).

Merge after upex-galaxy/agentic-user-skills#1 lands on main, so bunx skills add --global … mkd resolves.

The agentic-user-skills repo renamed wokitoki (toki) to mkd (Make
Decision): same capabilities plus a decision-deck mode, non-blocking
copy-JSON flow by default, and a no-install run model. The installer only
needs the new skill name.
@saiotest
saiotest merged commit 3b08c30 into main Aug 21, 2026
1 check failed
saiotest added a commit that referenced this pull request Aug 21, 2026
The CI Framework Validation check loads playwright.config under Node,
which pulls config/variables.ts and with it this resolver — where
import.meta.dir (a Bun-only API) is undefined and join(undefined) throws,
failing the check on every PR. It never surfaced on main because the
workflow only runs on pull requests, and PR #21 merged through it because
the check is not required.

The repo root now falls back to the portable URL form
(dirname(fileURLToPath(import.meta.url))) when import.meta.dir is absent.
Verified by loading the module directly under Node v26 with type
stripping — it now resolves; every other import.meta.dir use in the repo
sits in bun-invoked entrypoints outside the Playwright config load chain.

Claude-Session: https://claude.ai/code/session_013F6f3yR9tDcykvKJuHgiJP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant