Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Converts static web or Next.js projects into ArcBlock blocklets using provided DID. Analyzes project structure, generates configuration files, and validates setup. Requires blocklet DID as parameter.
.claude/skills/aiskillstore-blocklet-converter/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 9% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 36% | 0% |
Converts static web projects and Next.js applications into ArcBlock blocklets with proper configuration and validation.
did (required): Pre-generated blocklet DID (format: z8ia...)
Example: "Convert this project to blocklet using DID z8ia4e5vAeDsQEE2P26bQqz9oWR1Lxg9qUMaV"
If missing or invalid, exit immediately with error message: "Blocklet DID parameter is required."
Skip directories: node_modules/, .pnpm/, .yarn/, .cache/, .turbo/, bower_components/
Check for ANY of:
package.json with web-related dependenciesindex.html in root, public/, or src/ or common locationsvite.config.*, webpack.config.*, next.config.*, etc.)If none found → EXIT with error message: "No web application detected."
Check package.json dependencies for:
next in dependencies → Next.js projectImmediately after confirming project type, extract metadata from package.json:
title: Human-friendly project name suitable for public display (e.g., my-cool-app → My Cool App)description: A clear, non-technical description for end users. If package.json description is too technical, rewrite it to be user-friendly.Emit using the protocol below, then continue with the workflow:
<<<BLOCKLET_PROJECT>>>
{"title": "...", "description": "..."}
<<<END_BLOCKLET_PROJECT>>>bashbun install && bun run build
If either fails → EXIT with error output.
For Next.js projects: Output directory is always .next — skip detection.
For static webapps: Find index.html in: dist/ → build/ → out/ → public/ → ./, or any other common locations. If not found → EXIT with error message: "No index.html entry point found."
Verify the output directory exists and contains expected files before proceeding.
{baseDir}/templates/README-template.md{baseDir}/assets/default-blocklet-logo.png{baseDir}/assets/nextjs-entry.txt to project root as index.jsFor Next.js projects: Use template from {baseDir}/templates/nextjs-blocklet.yml
For static webapps: Use template from {baseDir}/templates/static-blocklet.yml
Populate with:
did and name: Use provided DIDtitle: Human-readable project namedescription: From package.jsonbashblocklet meta
For Next.js projects:
bashblocklet bundle --simple --create-release --external="*"
For static webapps:
bashblocklet bundle --create-release
Fix any errors and retry.
Do NOT output any summary or recap after completion. Simply end silently after successful verification. The tool outputs already provide sufficient feedback to the user.
See {baseDir}/errors.md for all error conditions and suggestions.
assets/default-blocklet-logo.png - Default logoassets/nextjs-entry.txt - Next.js entry point sampletemplates/static-blocklet.yml - Static webapp config templatetemplates/nextjs-blocklet.yml - Next.js config templatetemplates/README-template.md - README templateexamples.md - Workflow exampleserrors.md - Error reference{baseDir} resolves to the skill's installation directory.
This skill emits structured data that callers can parse programmatically.
Emitted immediately after project validation succeeds (before build):
<<<BLOCKLET_PROJECT>>>
{"title": "...", "description": "..."}
<<<END_BLOCKLET_PROJECT>>>| Field | Type | Description | |-------|------|-------------| | title | string | Human-friendly project name for public display | | description | string | Non-technical description for end users |
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-03 | fail→fail | 19,235 | 13,831 | -28% | 1 | 1 | 0% | 2,704 | 1,429 | -47% | 0 | 0 | — |
case-04 | fail→fail | 4,951 | 16,932 | +242% | 1 | 1 | 0% | 253 | 1,567 | +519% | 0 | 0 | — |
case-01 | fail→fail | 14,439 | 19,754 | +37% | 1 | 1 | 0% | 231 | 1,857 | +704% | 0 | 0 | — |
case-02 | fail→fail | 16,497 | 11,934 | -28% | 1 | 1 | 0% | 2,306 | 1,773 | -23% | 0 | 0 | — |
case-05 | fail→pass | 13,275 | 2,490 | -81% | 1 | 1 | 0% | 1,400 | 1,519 | +9% | 0 | 0 | — |
case-06 | fail→fail | 17,003 | 12,099 | -29% | 1 | 1 | 0% | 2,216 | 1,649 | -26% | 0 | 0 | — |
case-07 | fail→pass | 18,068 | 3,353 | -81% | 1 | 1 | 0% | 2,267 | 1,702 | -25% | 0 | 0 | — |
case-08 | fail→pass | 11,057 | 2,786 | -75% | 1 | 1 | 0% | 2,141 | 1,630 | -24% | 0 | 0 | — |
case-09 | fail→pass | 19,563 | 10,691 | -45% | 1 | 1 | 0% | 2,863 | 2,125 | -26% | 0 | 0 | — |
case-10 | fail→fail | 19,519 | 11,001 | -44% | 1 | 1 | 0% | 2,972 | 1,576 | -47% | 0 | 0 | — |
case-11 | pass→fail | 10,402 | 4,831 | -54% | 1 | 1 | 0% | 1,974 | 1,466 | -26% | 0 | 0 | — |
case-12 | fail→pass | 19,814 | 12,336 | -38% | 1 | 1 | 0% | 2,477 | 3,360 | +36% | 0 | 0 | — |
case-13 | fail→fail | 21,364 | 5,915 | -72% | 1 | 1 | 0% | 2,950 | 1,506 | -49% | 0 | 0 | — |
case-14 | fail→fail | 20,098 | 10,356 | -48% | 1 | 1 | 0% | 4,057 | 1,435 | -65% | 0 | 0 | — |
case-15 | fail→fail | 16,376 | 6,786 | -59% | 1 | 1 | 0% | 3,258 | 1,768 | -46% | 0 | 0 | — |
case-16 | pass→fail | 7,628 | 13,312 | +75% | 1 | 1 | 0% | 1,511 | 1,872 | +24% | 0 | 0 | — |
case-17 | pass→fail | 13,211 | 10,652 | -19% | 1 | 1 | 0% | 1,585 | 1,549 | -2% | 0 | 0 | — |
case-18 | fail→fail | 14,765 | 9,536 | -35% | 1 | 1 | 0% | 1,828 | 1,446 | -21% | 0 | 0 | — |
case-19 | fail→fail | 15,181 | 10,288 | -32% | 1 | 1 | 0% | 1,905 | 1,362 | -29% | 0 | 0 | — |
case-20 | pass→fail | 20,137 | 10,495 | -48% | 1 | 1 | 0% | 2,865 | 2,015 | -30% | 0 | 0 | — |
case-21 | pass→pass | 15,115 | 19,910 | +32% | 1 | 1 | 0% | 2,870 | 4,760 | +66% | 0 | 0 | — |
case-22 | pass→pass | 13,383 | 23,966 | +79% | 1 | 1 | 0% | 2,372 | 4,740 | +100% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 8 counted toward the lift figure. The other 14 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +5 percentage points is the difference between those two pass rates over the 8 comparable cases. 4 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.