MCP HubMCP Hub
スキル一覧に戻る

grey-haven-project-scaffolding

greyhaven-ai
更新日 3 days ago
29 閲覧
15
2
15
GitHubで表示
メタreact

について

このClaudeスキルは、Cloudflare Workers、TypeScriptを使用したReact、Pydanticを活用したPython、そしてPlanetScaleを組み合わせたGrey Havenスタック向けの、プロダクションレディなプロジェクトのスキャフォールドを生成します。適切なプロジェクト構造、設定、そして迅速な初期化のためのベストプラクティスを提供します。新規プロジェクトの開始、マイクロサービスの作成、モノレポの設定時、あるいはユーザーが「新規プロジェクト」や「プロジェクトテンプレート」といったプロジェクト設定関連の用語に言及した際にご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/greyhaven-ai/claude-code-config
Git クローン代替
git clone https://github.com/greyhaven-ai/claude-code-config.git ~/.claude/skills/grey-haven-project-scaffolding

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Project Scaffolding Skill

Generate production-ready project scaffolds for Grey Haven stack (Cloudflare Workers, React + TypeScript, Python + Pydantic, PlanetScale).

Description

Rapid project initialization with best practices, proper structure, and configuration for Grey Haven technology stack.

What's Included

  • Examples: Full-stack app scaffolds, API-only projects, frontend templates
  • Reference: Project structure conventions, configuration guides
  • Templates: Project templates for different stacks
  • Checklists: Scaffold verification, deployment readiness

Use When

  • Starting new projects
  • Creating microservices
  • Setting up monorepo workspaces

Related Agents

  • project-scaffolder

Skill Version: 1.0

GitHub リポジトリ

greyhaven-ai/claude-code-config
パス: grey-haven-plugins/core/skills/project-scaffolding

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る

clerk-auth

メタ

This skill provides comprehensive guidance for implementing Clerk authentication across React, Next.js, and Cloudflare Workers applications. Use it when setting up protected routes, configuring JWT templates with custom claims, integrating with UI components, or testing authentication flows. It also helps prevent common issues like missing secret keys, JWT size limits, and middleware configuration errors.

スキルを見る