create▌
97 indexed skills · max 10 per page
create-evlog-adapter
hugorcd/evlog · Productivity
Create a new built-in evlog adapter for sending events to external observability platforms. \n \n Requires completing all 8 mandatory touchpoints: adapter source, build config, package exports, tests, documentation page, overview updates, skill registry entry, and file renumbering \n Adapter architecture includes config interface, factory function, send functions, error handling with try/catch, and configurable timeout via AbortController \n Config priority follows a four-level hierarchy: functi
create-video
heygen-com/skills · Video
Generate complete videos from a text prompt. Describe what you want and the AI handles script writing, avatar selection, visuals, voiceover, pacing, and captions automatically.
ralph-tui-create-beads
subsy/ralph-tui · Frontend
Convert PRDs to beads (epic + child tasks) for ralph-tui autonomous execution. \n \n Extracts quality gates from PRD and appends them to every bead's acceptance criteria, ensuring consistent validation across all stories \n Creates an epic with right-sized child beads, where each story is completable in a single ralph-tui iteration without context overflow \n Establishes dependencies between beads using bd dep add to enforce correct execution order: schema → backend → UI → integration \n Outputs
ralph-tui-create-json
subsy/ralph-tui · Frontend
Convert PRDs to prd.json format for ralph-tui autonomous execution. \n \n Extracts quality gates (universal and UI-specific commands) from PRD and appends them to every story's acceptance criteria \n Outputs a flat JSON structure with \"name\" and \"userStories\" at root level, ready for ralph-tui run --prd <path> \n Enforces right-sized stories completable in one agent iteration; splits oversized work into schema, backend, and UI layers \n Sets up story dependencies via dependsOn array to
asc-app-create-ui
rudrankriyam/app-store-connect-cli-skills · Frontend
Automate App Store Connect app creation by driving the web UI form with browser automation. \n \n Requires a pre-registered bundle ID in the Apple Developer portal and user sign-in to App Store Connect; handles multi-platform selection (iOS, macOS, tvOS, visionOS) and all required fields including the tricky User Access radio buttons \n Includes detailed workarounds for known UI quirks: dropdown menu navigation for \"New App\", asynchronous Bundle ID dropdown loading, and span-overlay intercepti
create-branch
ruchernchong/claude-kit · Productivity
Create and checkout git branches with smart validation and GitHub issue integration. \n \n Automatically links branches to GitHub issues when an issue number is provided, using gh issue develop for seamless project tracking \n Intelligently applies semantic prefixes (feature/, bugfix/, hotfix/, chore/, docs/) based on keywords in the branch name \n Validates branch names for kebab-case formatting, forbidden characters, length limits, and duplicate detection across local and remote branches \n De
create-skill
siviter-xyz/dot-agent · Productivity
Comprehensive guide for building modular skills that extend agent capabilities with specialized knowledge and workflows. \n \n Skills are self-contained packages providing specialized workflows, tool integrations, domain expertise, and bundled resources for agents \n SKILL.md must stay under 200 lines; use progressive disclosure by splitting detailed content into references/ files to reduce context load and activation time \n Structure includes required YAML frontmatter (name, description) and m
recipe-create-gmail-filter
googleworkspace/cli · AI/ML
Automated Gmail message routing through filters that label, star, or archive incoming mail. \n \n Requires the gws-gmail skill and gws binary to execute filter operations \n Supports filter criteria matching (sender, subject, keywords) with actions including label assignment, removal from inbox, and archiving \n Includes commands to list existing labels, create new labels, apply filters, and verify filter configuration \n
create-adaptable-composable
hyf0/vue-skills · Productivity
Library-grade Vue composables that accept plain values, refs, or getters as inputs. \n \n Use MaybeRefOrGetter for read-only inputs (computed-friendly) and MaybeRef for writable two-way inputs; normalize with toRef() for reactive sources and toValue() for non-reactive values \n Avoid MaybeRefOrGetter when parameters are callbacks or predicates to prevent accidental function invocation \n Requires Vue 3 or Nuxt 3; follow the four-step design pattern: confirm API, identify reactive params, normali
recipe-create-vacation-responder
googleworkspace/cli · Productivity
Set up Gmail out-of-office auto-replies with custom messages and date ranges. \n \n Enables vacation responder with customizable subject line, plain-text response body, and optional contact/domain restrictions \n Supports three core operations: enable auto-reply, verify current settings, and disable when returning \n Requires the gws-gmail skill as a dependency \n