creation▌
21 indexed skills · max 10 per page
openspec-proposal-creation
forztf/open-skilled-sdd · Productivity
Creates comprehensive change proposals following spec-driven development methodology.
skill-creation-guide
davila7/claude-code-templates · Frontend
This skill provides guidance for creating effective skills.
data-model-creation
tencentcloudbase/skills · Productivity
Advanced data modeling tool for complex multi-table schemas with automated relationship management and ER diagram generation. \n \n Designed for enterprise-level scenarios requiring multi-entity relationships, foreign key automation, and visual documentation; most simple table creation should use relational-database-tool directly with SQL \n Generates Mermaid class diagrams following strict type mapping, naming conventions, and constraint rules for consistent schema design \n Supports required/u
content-creation
anthropics/knowledge-work-plugins · Marketing
Marketing content templates and frameworks across blog, email, social, landing pages, and press releases. \n \n Includes structured templates for six content types with specific word counts, section guidance, and SEO integration for each format \n Covers channel-specific best practices: LinkedIn storytelling, Twitter threading, email personalization, and mobile-first web design \n Provides headline and hook formulas (contrarian statements, statistics, scenarios), CTA principles with action verbs
storyboard-creation
inferen-sh/skills · Productivity
Visual storyboarding with shot vocabulary, camera angles, continuity rules, and AI image generation via inference.sh. \n \n Covers eight shot types (ECU to EWS), seven camera angles (eye level to Dutch), and nine camera movements (pan, dolly, crane, handheld, etc.) with use cases and emotional effects \n Enforces continuity best practices: 180-degree rule, match on action, eyeline match, and screen direction to maintain spatial coherence across cuts \n Generates storyboard panels using FLUX imag
twitter-thread-creation
inferen-sh/skills · Productivity
Craft high-engagement Twitter/X threads with optimized hooks, structure, and formatting. \n \n Provides hook templates (bold claim, contrarian take, story opener, how-to promise) and a proven thread anatomy: hook tweet, context, numbered content points (one idea per tweet), summary, and call-to-action \n Includes character limits for free (280) and Premium (25,000) accounts, image specifications (1200×675 recommended), and formatting rules using symbols (→, •, ✅, ❌) for clarity and pacing \n Cov
pydantic-ai-agent-creation
existential-birds/beagle · AI/ML
Model strings follow provider:model-name format:
ai-podcast-creation
inference-sh/skills · AI/ML
Create AI-powered podcasts and audio content via inference.sh CLI.
design-system-creation
aj-geddes/useful-ai-prompts · Frontend
A design system is a structured set of components, guidelines, and principles that ensure consistency, accelerate development, and improve product quality.
index-at-creation
parcadei/continuous-claude-v3 · Productivity
Index at Creation Time \n Index artifacts when they're created, not at batch boundaries. \n Pattern \n If downstream logic depends on artifacts being queryable, index immediately at write time. \n DO \n \n Index handoffs in PostToolUse Write hook (immediately after creation) \n Use --file flag for fast single-file indexing \n Trigger indexing from the same event that creates the artifact \n \n DON'T \n \n Wait for SessionEnd to batch-index \n Rely on cron/scheduled jobs for time-sensitive data \