create▌
97 indexed skills · max 10 per page
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
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
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
recipe-create-task-list
googleworkspace/cli · Productivity
Initialize a Google Tasks list and populate it with multiple tasks via command sequence. \n \n Requires the gws-tasks skill to execute task list and task management operations \n Provides step-by-step commands to create a new task list, add tasks with optional notes and due dates, and display results in table format \n Demonstrates task insertion with structured JSON payloads including title, notes, and ISO 8601 due date formatting \n