generator▌
153 indexed skills · max 10 per page
go-mcp-server-generator
github/awesome-copilot · Backend
Generate production-ready Go MCP server projects with proper structure, dependencies, and typed tool implementations. \n \n Scaffolds complete Go module layout with official MCP SDK integration, including main server setup, tool registration, and graceful shutdown handling \n Provides typed tool handlers with JSON schema validation, structured inputs/outputs, and context-aware error handling \n Includes configuration management via environment variables, basic test structure, and README document
python-mcp-server-generator
github/awesome-copilot · Backend
Complete Python MCP server project generator with tools, resources, and proper configuration. \n \n Scaffolds a new Python project using uv with MCP SDK, proper directory structure, and .gitignore \n Supports both stdio (local) and streamable-http (remote) transport types with optional host, port, and stateless mode configuration \n Generates decorated tools, resources, and prompts with automatic schema generation from type hints and docstrings \n Includes comprehensive error handling, async/awa
mcp-copilot-studio-server-generator
github/awesome-copilot · Backend
Generate complete MCP server implementations optimized for Copilot Studio with Power Platform connector standards. \n \n Produces all required files (apiDefinition.swagger.json, apiProperties.json, script.csx, and MCP server code) following Power Platform connector structure with x-ms-agentic-protocol: mcp-streamable-1.0 support \n Enforces Copilot Studio schema constraints: no reference types, single-type fields only, primitive types, and full URI endpoints to ensure compatibility \n Generates
readme-blueprint-generator
github/awesome-copilot · Productivity
Automated README generation by analyzing project documentation structure and metadata files. \n \n Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, and development workflow \n Generates well-structured markdown with standard sections: overview, tech stack, architecture, setup, folder structure, features, development workflow, coding standards, testing, and contributing guidelines \n Produces developer-focused docume
schema-markup-generator
aaron-he-zhu/seo-geo-claude-skills · Productivity
Generate Schema.org JSON-LD markup for search engine rich results and AI understanding. \n \n Supports 10+ schema types including FAQPage, HowTo, Article, Product, LocalBusiness, Organization, BreadcrumbList, Event, and Recipe with validation against Google Rich Results requirements \n Maps content to appropriate schema types based on page purpose (blog, product, FAQ, local business, etc.) and identifies eligible rich result opportunities \n Generates valid JSON-LD with all required and optional
email-template-generator
onewave-ai/claude-skills · AI/ML
Generate professional, effective email templates for any business scenario.
invoice-generator
claude-office-skills/skills · Productivity
I help freelancers and small businesses create professional invoices quickly. Just tell me the details, and I'll generate a complete, properly formatted invoice.
prd-generator
ognjengt/founder-skills · Productivity
Transform a rough product idea into a comprehensive, AI-ready Product Requirements Document (PDF) through targeted questions and structured output.
changelog-generator
claude-office-skills/skills · Productivity
Generate professional release notes and changelogs from commits, feature lists, or updates.
kotlin-mcp-server-generator
github/awesome-copilot · Backend
Generate production-ready Kotlin MCP server projects with Gradle, official SDK, and typed tools. \n \n Scaffolds complete project structure with build.gradle.kts, package layout, and MCP server configuration using io.modelcontextprotocol:kotlin-sdk \n Includes 2–3 sample tools with JSON schema definitions, typed inputs/outputs, and error handling patterns \n Provides coroutine-based server setup with stdio transport, environment variable configuration, and kotlin-logging integration \n Includes