grey-haven-project-scaffolding
について
このClaudeスキルは、Cloudflare Workers、TypeScriptを使用したReact、Pydanticを活用したPython、そしてPlanetScaleを組み合わせたGrey Havenスタック向けの、プロダクションレディなプロジェクトのスキャフォールドを生成します。適切なプロジェクト構造、設定、そして迅速な初期化のためのベストプラクティスを提供します。新規プロジェクトの開始、マイクロサービスの作成、モノレポの設定時、あるいはユーザーが「新規プロジェクト」や「プロジェクトテンプレート」といったプロジェクト設定関連の用語に言及した際にご利用ください。
クイックインストール
Claude Code
推奨/plugin add https://github.com/greyhaven-ai/claude-code-configgit 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 リポジトリ
関連スキル
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.
