Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsDev Tools › Scaffolders › Page 26

Scaffolders (Page 26 of 34)

2017 Claude Code skills in the Scaffolders sub-category of Dev Tools.

2,017 skills · updated 2026-07-28 · showing 1501–1560 of 2,017 by quality score

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Auto-detect project context and generate a CLAUDE.md at the project root. Detects language, build/test/lint commands, git workflow, and project references.
Scaffold a new CLI command using Commander.js with options, action handler, three output modes (human-readable, quiet, JSON), and optional ceremony variant.
Measure Mycelium's own scaffold token cost (CLAUDE.md + engine + harness + canvas + memory) and surface a structured estimate.
Scaffolds React Native (Expo Router) and Flutter app shells — feature-first folder layout, typed navigation + deep links, client-store wiring (Zustand/Redux…
Deno で型付きの API サーバー(REST/JSON)を新規に作るとき。「Deno で API を作る」「Hono+Drizzle でバックエンドを立ち上げ」等で使う。Deno + Hono + Drizzle ORM + PostgreSQL の構成で雛形を用意する。土台は new-project-init を先に使う。
Create template stub files for newly enabled catalog entries, including user-facing documentation
Suggest and scaffold starter docs for a project's durable-context folder, tailored to what the repo actually contains.
Use when creating a new .NET workspace or solution skeleton and you need standard folders plus reusable build assets applied consistently.
Generate a runnable e2e test file (playwright-test, vitest+playwright, or pytest+selenium) from a scenario description plus an optional replay bundle from a prior /verify-ui run.
Scaffold a new API endpoint by reading existing project patterns — no hardcoded architecture
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting.
Create a new extension package inside an existing framework's extensions/ directory
Stand up a new feature module with the project's folder structure (components, composables, store, api, types, route). Use when starting a new feature area, not a single component.
Create a Liferay page fragment — an HTML/CSS/JS building block that marketers drop onto Content Pages.
Scaffold a Frenchfry voice app with runtime and React clients focused on tool calling (not generative UI), install published Frenchfry npm packages, and generate a complete Render…
Scaffold a new frontend project with 5-layer Clean Architecture (Domain, Service, Infrastructure, Presentation, Main).
Scaffold a new Go backend project with Clean Architecture, Dig DI, and testify. Use when the user asks to create, scaffold, or bootstrap a new Go project.
Draft Business Central AL handler methods and HandlerFunctions wiring for automated tests that interact with UI elements.
Generar la estructura de un nuevo servidor MCP desde plantillas, incluyendo configuración del proyecto, definición de herramientas, manejo de transporte, y configuración de…
Scaffold a new NestJS feature module in apps/api with controller, service, module, Zod DTOs, Prisma model, and barrel export.
Scaffold a new React component + paired test file following Gryffin Calorai conventions. Pass the PascalCase component name as the argument.
Scaffold a new custom React hook in apps/web/src/hooks/ with a paired test file. Pass the hook name as the argument (e.g. "useActivitySummary").
Scaffolds a production-ready Next.js turborepo with TypeScript, Tailwind CSS, the shadcn/ui CLI, Blode UI components from the ui.blode.co registry, blode-icons-react, Oxlint,…
Next.js-Anwendung mit App Router, TypeScript, ESLint und optionalem Tailwind CSS erstellen. Behandelt Projektstruktur, Routing-Konventionen, Umgebungsvariablen und lokale…
Scaffold a new visual node with guided questions, file-ready patches, and validation checklist.
Scaffold a generic base Nx + Angular SSR workspace in smartsoft001 style by wrapping create-nx-workspace and patching configs.
OpenAI/Mock 이중 구현 서비스 스캐폴딩 (@ConditionalOnProperty 패턴). 새로운 LLM 연동 서비스 추가, OpenAI 서비스 생성, AI 기능 추가 요청 시 사용. Mock/Real 구현이 필요한 모든 AI 서비스에 사용.
Static reference for scaffold pipeline ordering, dependencies, and phase structure. Use ONLY for questions about pipeline design, step ordering, or dependency constraints — NOT…
Design scaffolding plans. TRIGGERS - Use when user needs help with scaffold-plan related tasks.
Use when creating a brand-new plugin in this `nuthouse` marketplace (saucy-status / subroutine / linear-devotee pattern).
Scaffold a new slide deck in the user's central presentations repo (~/dev/personal/presentations), sourcing content from the current code repo, the current conversation, or…
Generate project-specific Claude Skills for THIS Rails app — interview the codebase (domain models, workflows, multi-tenancy, auth, test + verification loop, branch rules, deploy)…
\"Create defensive prompt scaffolding with guardrails and safety measures. 創建帶護欄與安全措施之防禦提示架構。 Use when: building user-facing prompts, adding injection protection, implementing…
Scaffold a new Python package with PEP 621, PDM, Black/isort/Flake8, type hints, and Loguru logging. Use when the user asks to create, scaffold, or bootstrap a new Python project…
Python の CLI ツールやバックエンドサービスを新規に作るとき。「Python のツールを作る」「uv でプロジェクト初期化」等で使う。uv + ruff + mypy(strict) + pytest の構成で雛形を用意する(任意で FastAPI / SQLAlchemy / click)。土台は new-project-init を先に使う。
React のフロントエンド/SPA Web アプリを新規に作るとき。「React アプリを作る」「Vite でフロントを立ち上げ」等で使う。Vite + React + TypeScript + Tailwind v4 + Vitest の構成で雛形を用意する(API 連携なら TanStack Query)。土台は new-project-init…
Interactive wrapper for the scaffold CLI that surfaces decision points, manages pipeline execution, and provides a seamless scaffold workflow inside Claude Code.
Génère un nouveau Service Python (Singleton) respectant l'architecture et les coding standards du projet.
Scaffold a new Shiny application using golem (production R package), rhino (enterprise), or vanilla (quick prototype) structure.
Scaffolds a new sumo-qa sub-skill end-to-end — SKILL.md skeleton, matching promptfoo eval YAML, and an approaches.md catalogue entry — through a single bundled script.
Generate the full Terraform module directory structure and empty files for the Book Review App per CLAUDE.md spec
Automatically create matching test directory structure and test files for a given .NET source file. USE FOR: when a user selects a source file and wants unit and/or integration…
ブラウザ拡張機能を新規に作るとき。「拡張機能を作る」「WXT で拡張を立ち上げ」等で使う。WXT + React + TypeScript + Tailwind CSS v4 + Vitest の構成で雛形を用意する。土台(CLAUDE.md・git)は new-project-init を先に使う。
Scaffold a new Zustand store slice in apps/web/src/state/slices/ and wire it into AppState.ts. Pass the slice domain name as the argument (e.g. "notifications").
Project-local Bun scaffolders shipped by THIS plugin (not the official `remix` CLI) for adding things incrementally to an existing project — `scripts/create-route.ts --name X…
Pattern-aware code scaffolding that detects existing conventions and generates new components matching the codebase style.
Generates tailored giskard.checks test scenarios and suites for AI agents. Use when user describes their agent and fears, asks to "create scenarios", "test my agent", "generate…
Use when turning a public-equity base case, model, thesis, event, or catalyst into scenario skew, sensitivity, breakpoint, and PM action-threshold analysis.
NDA-Generator und Verschwiegenheitsvereinbarungs-Checker: Schadensersatz Und Beweislast; konkretisierter Spezialmodul mit Prüfachsen, Red Flags, Varianten, Quellenhygiene und…
Generates JSON-LD structured data, llms.txt, and robots.txt snippets for AEO/GEO (answer engine and generative engine optimization).
Generates JSON-LD structured data using schema-dts TypeScript definitions and Google Rich Results Test API validation.
Generates structured data markup using Schema.org vocabulary in JSON-LD format. Supports Article, Product, FAQPage, HowTo, and LocalBusiness schemas with Google Rich Results Test…
Generates JSON-LD structured data markup for articles, products, FAQs, and how-to pages using Schema.org vocabulary.
NDA-Generator und Verschwiegenheitsvereinbarungs-Checker: Schweiz Geheimhaltung; konkretisierter Spezialmodul mit Prüfachsen, Red Flags, Varianten, Quellenhygiene und verwertbarem…
Performance benchmarking + monitoring + profiling. Decorate hot functions with `@benchmark` to record execution time and memory; wrap a block with `Monitor` to track CPU/RAM/GPU…
Cross-module adapters (stats↔plt, stats↔vis, plt↔vis). Converts `scitex_stats` test results into matplotlib annotations (p-values, significance bars, effect-size labels) without…
Backward-compatibility shims for deprecated SciTeX APIs — holds legacy aliases so old user code keeps working while the ecosystem migrates.
Safe subprocess wrapper — `execute(['cmd', 'arg'])` is a list-only API (no shell injection), with sensible defaults for capture, timeout, and error reporting.
Web scraping + PubMed search + URL summarization. `get_urls(html)`/`get_image_urls(html)` extract href/src; `search_pubmed(query, n=20)` returns structured paper records via NCBI…
Generates production-ready Scrapy spiders with middleware configuration and item pipeline setup. Uses the Scrapy Framework API, Selector (XPath/CSS), and Twisted reactor for…
All Dev Tools skills →
More in Dev ToolsCLI Builders (777) · IDE Editor (582) · Linters Formatters (364) · Package Mgmt (214) · Git Workflow (129) · Dev Shells (83)