create▌
97 indexed skills · max 10 per page
create-readme
github/awesome-copilot · Productivity
Generates comprehensive README.md files for projects with professional structure and formatting. \n \n Analyzes entire project workspace to create contextually accurate, well-organized documentation \n Follows proven open-source README patterns with clear sections for setup, usage, and key features \n Uses GitHub Flavored Markdown and admonition syntax for enhanced readability and visual hierarchy \n Balances detail with conciseness, avoiding unnecessary sections and excessive emoji while mainta
create-mcp-app
modelcontextprotocol/ext-apps · Productivity
Interactive UIs for MCP tools that run inside Claude Desktop and other MCP-enabled hosts. \n \n Combines an MCP tool (called by the LLM) with an HTML resource (renders the UI) linked via _meta.ui.resourceUri \n Supports React with useApp hook, vanilla JS, Vue, Svelte, Preact, and Solid; clone the SDK repo to access working templates and API reference for each framework \n Requires CSP configuration in resource contents for all network requests, including localhost; handlers must be registered be
create-technical-spike
github/awesome-copilot · Productivity
Time-boxed technical spike documents for researching critical development decisions before implementation. \n \n Generates structured markdown spike files with clear objectives, research questions, investigation plans, and decision frameworks \n Supports six spike categories: API Integration, Architecture & Design, Performance & Scalability, Platform & Infrastructure, Security & Compliance, and User Experience \n Includes built-in checklists for research tasks, success criter
recipe-create-presentation
googleworkspace/cli · Productivity
Create a new Google Slides presentation with initial slides and sharing. \n \n Requires the gws-slides skill as a prerequisite dependency \n Creates presentations with a specified title and retrieves the presentation ID for further operations \n Supports sharing presentations with team members by setting permissions (writer, viewer, or other roles) via email address \n
create-agent-skills
everyinc/compound-engineering-plugin · Productivity
This skill teaches how to create effective Claude Code skills following the official specification from code.claude.com/docs/en/skills.
create-auth-skill
better-auth/skills · Productivity
Scaffold and implement authentication in TypeScript/JavaScript apps with Better Auth framework detection, database adapter setup, and OAuth integration. \n \n Detects frameworks (Next.js, SvelteKit, Nuxt, Astro, Express, Hono), databases (Prisma, Drizzle, MongoDB, raw drivers), and existing auth libraries through project scanning \n Supports email/password, OAuth (Google, GitHub, Apple, Microsoft, Discord, Twitter), magic links, passkeys, and phone authentication with configurable email verifica
create-agent-skills
glittercowboy/taches-cc-resources · Productivity
<essential_principles>
create-handoff
parcadei/continuous-claude-v3 · Productivity
You are tasked with writing a handoff document to hand off your work to another agent in a new session. You will create a handoff document that is thorough, but also concise. The goal is to compact and summarize your context without losing any of the key details of what you're working on.
ralph-tui-create-beads-rust
subsy/ralph-tui · Frontend
Convert PRDs to executable beads for ralph-tui using beads-rust CLI. \n \n Extracts quality gates from PRD and appends them to every story's acceptance criteria \n Creates an epic with right-sized child beads (one story per bead, completable in a single agent iteration) \n Establishes dependencies between beads using br dep add to enforce execution order (schema → backend → UI) \n Outputs br create and br dep add commands with safe HEREDOC syntax for special characters \n Syncs beads to .beads/
create-pr
n8n-io/n8n · Productivity
GitHub pull requests with titles validated against n8n's commit convention standards. \n \n Enforces conventional commit format with type, optional scope, and summary; supports nine commit types (feat, fix, perf, test, docs, refactor, build, ci, chore) with configurable changelog inclusion \n Provides predefined scopes for common areas (API, core, editor, benchmark, specific nodes) and validates title format including breaking change indicators and capitalization rules \n Includes PR body templa