new-tool-scaffolder — community new-tool-scaffolder, supertool, ferryhinardi, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Next.js 16 Developer Agents needing efficient tool structure generation with Panda CSS and Vitest + Playwright. Scaffolds a complete new tool page for SuperTool. Use this skill when asked to add a new tool — it creates the page component, layout with SEO metadata, test files, docs, and registers the tool in the

ferryhinardi ferryhinardi
[0]
[0]
Updated: 3/12/2026

Quality Score

Top 5%
39
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add ferryhinardi/supertool/new-tool-scaffolder
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The new-tool-scaffolder skill by ferryhinardi is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Next.js 16 Developer Agents needing efficient tool structure generation with Panda CSS and Vitest + Playwright.

Core Value

Empowers agents to generate comprehensive tool structures for browser-based tools within the SuperTool toolkit, utilizing Panda CSS for styling and Vitest + Playwright for testing, and deploying to Vercel.

Capabilities Granted for new-tool-scaffolder

Scaffolding new tools under specific categories like data, media, or development
Generating main tool components with 'use client' in page.tsx files
Creating tool structures that follow the SuperTool toolkit's conventions

! Prerequisites & Limits

  • Requires Next.js 16 and React 19
  • Limited to tools using Panda CSS for styling and Vitest + Playwright for testing
  • Deploys to Vercel
Project
SKILL.md
2.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

new-tool-scaffolder

Project Context

SuperTool is a Next.js 16 (React 19) developer toolkit with 36+ browser-based tools. Uses Panda CSS for styling, Vitest + Playwright for testing, and deploys to Vercel.

Tool Structure

Each tool lives under app/tools/<category>/<tool-slug>/ where category is one of: data, media, development, productivity, security, finance, design.

Required files per tool:

  1. page.tsx — Main tool component (use 'use client'). Copy patterns from TOOL_PAGE_TEMPLATE.tsx:

    • Panda CSS via css() from @/styled-system/css (NOT Tailwind)
    • Framer Motion animations with useReducedMotion support
    • trackToolEvent() from @/lib/services/analytics for analytics
    • 44px minimum touch targets
    • Mobile-first responsive layout with maxW: '7xl'
    • Loading states, error handling with toast from sonner
    • UI components from @/components/ui/ (Button, Card, Input, etc.)
  2. layout.tsx — SEO metadata using generateToolMetadata() from @/lib/data/metadata and structured data schemas from @/lib/data/structured-data (generateBreadcrumbSchema, generateFAQSchema, generateHowToSchema).

  3. __tests__/page.test.tsx — Vitest + Testing Library test file:

    tsx
    1import { render, screen } from '@testing-library/react' 2import { describe, it, expect } from 'vitest'
  4. tests/logic.test.ts — Unit tests for pure logic/utility functions.

  5. docs/<NUMBER>_<TOOL_NAME>.md — Documentation with: Overview, Purpose, Key Features, Technical Details sections. Number sequentially after the last existing doc.

Tool Registration Add the tool entry to lib/data/tools.ts in the tools array with: • title, description, icon (from lucide-react), href (/tools/<category>/<slug>) • gradient (Tailwind gradient string like 'from-purple-500 to-pink-500') • features (array of 4 short feature strings) • category (matching the directory category) • new: true flag for newly added tools

Code Style • Biome enforces: 2-space indent, single quotes, no semicolons, 100-char lines • Imports use @/ prefix. Order: React/Next → 3rd party → UI → Features → Utils • Strict TypeScript: never use any • One component per file

Validation Steps (run after scaffolding)

  1. pnpm exec tsc --noEmit — Type check
  2. pnpm lint:check — Lint check
  3. pnpm test -- --run <path-to-tests> — Run new tests
  4. pnpm build — Ensure production build succeeds

Reference Files • Template: TOOL_PAGE_TEMPLATE.tsx • Canonical example: app/tools/data/json-beautify/page.tsx • Layout example: app/tools/data/json-beautify/layout.tsx • Tools registry: lib/data/tools.ts • Agent reference: AGENTS.md

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is new-tool-scaffolder?

Perfect for Next.js 16 Developer Agents needing efficient tool structure generation with Panda CSS and Vitest + Playwright. Scaffolds a complete new tool page for SuperTool. Use this skill when asked to add a new tool — it creates the page component, layout with SEO metadata, test files, docs, and registers the tool in the

How do I install new-tool-scaffolder?

Run the command: npx killer-skills add ferryhinardi/supertool/new-tool-scaffolder. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for new-tool-scaffolder?

Key use cases include: Scaffolding new tools under specific categories like data, media, or development, Generating main tool components with 'use client' in page.tsx files, Creating tool structures that follow the SuperTool toolkit's conventions.

Which IDEs are compatible with new-tool-scaffolder?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for new-tool-scaffolder?

Requires Next.js 16 and React 19. Limited to tools using Panda CSS for styling and Vitest + Playwright for testing. Deploys to Vercel.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ferryhinardi/supertool/new-tool-scaffolder. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use new-tool-scaffolder immediately in the current project.

Related Skills

Looking for an alternative to new-tool-scaffolder or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design