Sage by Roots is an advanced WordPress starter theme that brings Laravel Blade templating, Vite-powered front-end builds, Tailwind CSS, and block editor support to WordPress theme…
Sam Template Builder - Auto-activating skill for AWS Skills. Triggers on: sam template builder, sam template builder Part of the AWS Skills skill category.
Test-only skill for SAP CAP Node.js projects. Its sole purpose is to scaffold and run automated tests using `cds test` (Node.js test runner wrapper) and, when (and only when)…
Generate SAP Fiori Launchpad URLs from app names using AppList.json. Looks up app information by name and constructs proper FLP URLs with required parameters like sap-cli — from…
Generate SAP Fiori Launchpad URLs from app names using AppList.json. Looks up app information by name and constructs proper FLP URLs with required parameters like sap-cli — from…
Generates Software Bill of Materials in CycloneDX 1.5 format using cdxgen and syft. Enriches component data with license detection from clearlydefined.io and vulnerability…
Use Anthropic's web-artifacts-builder skill to scaffold a React artifact project, build a richer interface with state or routing, and bundle everything into one shareable HTML…
Scaffold a production-ready folder structure, base components, routing, types, and env setup for an already-configured React (Vite), Next.js, or React Native project.
Generate a hardened CI/CD pipeline with quality gates, release automation, and observability setup
Wire CI/CD, E2E testing, and design-system compliance gates. Auto-dispatched by deliver-stage on ci-cd stages.
Use when the user wants to create, draft, or scaffold a CLAUDE.md (or AGENTS.md) file for their project.
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.
Create template stub files for newly enabled catalog entries, including user-facing documentation
Use when creating a new .NET workspace or solution skeleton and you need standard folders plus reusable build assets applied consistently.
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
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.
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).
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…
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…
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.
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.
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…
Generate screenshots for web audio apps (desktop, mobile landscape, mobile portrait) using Playwright. Also captures component-level screenshots for documentation.
Sdk Documentation Generator - Auto-activating skill for Technical Documentation. Triggers on: sdk documentation generator, sdk documentation generator Part of the Technical…
Seasonal and event-based content calendar — maps industry events, holidays, seasonal trends, and cultural moments to content opportunities.
Generate scaffolds supporting student self-regulation across planning, monitoring, and evaluation phases.
Generates Semgrep SAST rules from vulnerability descriptions using the Semgrep CLI and semgrep-rules YAML schema.