setup

Scaffold projects from boilerplates or stacks with researched compatibility plans.

9|9|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/nullmastermind/viber-router --skill setup-nullmastermind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/nullmastermind/viber-router/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/nullmastermind/viber-router --skill setup-nullmastermind

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users set up projects from boilerplates, documentation, or named technology stacks by performing mandatory, structured research and producing a compatible scaffolded plan that avoids version and integration pitfalls.

Core Features & Use Cases

  • Research-driven scaffolding: Mandatorily delegates to osf-researcher to fetch latest stable versions, official getting-started guides, breaking changes, and compatibility notes for every technology in the stack.
  • Greenfield vs Brownfield handling: Detects whether the target is a new project or an existing codebase and adapts the scaffold or integration strategy accordingly.
  • Template and documentation analysis: Inspects provided boilerplate or documentation URLs to extract default configs, required customizations, and known issues, then synthesizes migration notes and a step-by-step plan.
  • Decision support: Compares alternative stacks or approaches, surfaces tradeoffs, and highlights risks, dependencies, and required configuration files.

Quick Start

Load the explore mode with the Skill tool and ask: Set up a Next.js + Prisma + tRPC project by researching the latest compatible versions and scaffold an initial repo with a migration and deployment plan.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new project while checking version compatibility across multiple technologies?

Scaffolding a project with version compatibility checks involves researching latest stable versions and breaking changes for every technology in your stack. This Skill mandates live research delegation to fetch official guides, detect compatibility issues, and output a synthesized scaffold plan with step-by-step actions.

What's the best way to set up a project from a boilerplate template URL?

Setting up a project from a boilerplate template URL involves inspecting the provided documentation or template to extract default configs and required customizations. This Skill analyzes template URLs to identify known issues, synthesize migration notes, and produce a step-by-step integration plan.

Can I integrate a new technology stack into an existing codebase?

Integrating a new technology stack into an existing codebase is supported through brownfield repository handling. This Skill detects whether the target is greenfield or brownfield and adapts the scaffold or integration strategy accordingly, surfacing required migration notes and configuration files.

How does research-driven project initialization avoid integration pitfalls?

Research-driven project initialization avoids integration pitfalls by mandating structured research to fetch official getting-started guides and compatibility notes before scaffolding. This approach ensures the generated plan includes compatibility flags and highlights risks, dependencies, and required configurations.

What should I do if my project setup requires comparing alternative technology stacks?

Comparing alternative technology stacks during project setup is handled through built-in decision support. This Skill compares alternative stacks or approaches, surfaces tradeoffs, and highlights risks and dependencies to help you choose the most compatible setup configuration.

When do I need to use a research-first approach for project scaffolding?

A research-first approach for project scaffolding is needed when working with named technology stacks, boilerplates, or vague product goals where version compatibility and migration notes are critical. It ensures you receive a synthesized scaffold plan with concrete setup steps and compatibility flags.