🎨 內容與媒體

2164 skills found

shadcn-svelte-skill.md
3
1 export shadcn-svelte-skill
2 linehaul-ai from "linehaul-ai/linehaulai-claude-marketplace"
3 Claude Marketplace of some of the tools we use with Claude Code
2026-02-17
docker.md
3
1 export docker
2 wrsmith108 from "wrsmith108/docker-claude-skill"
3 Container-based development for isolated, reproducible environments. Use when running npm commands, installing packages, executing code, or managing project dependencies. Trigger phrases include "npm install", "run the build", "start the server", "install package", or any code execution request.
2026-01-30
n8n-v2.md
3
1 export n8n-v2
2 splinesreticulating from "splinesreticulating/n8n-v2-workflow-skill"
3 Comprehensive n8n v2.0 reference for building workflow automation. Use this skill when working with n8n workflows, especially for (1) creating workflow JSON files for import, (2) implementing human-in-the-loop approval workflows with Wait nodes, (3) troubleshooting Execute Sub-Workflow node issues, (4) setting up API credentials (LinkedIn, Anthropic, NewsAPI), (5) building orchestrator patterns with sub-workflows, (6) using expressions in nodes, (7) understanding MCP server limitations, or (8) any n8n workflow development task.
2026-01-29
converting-figma-designs.md
3
1 export converting-figma-designs
2 jeongsk from "jeongsk/claude-skills"
3 Claude Code 플러그인 및 스킬 모음
2026-01-06
add-language.md
3
1 export add-language
2 bartolli from "bartolli/codanna-profiles"
3 Guide for implementing a new language parser in Codanna. Use when adding language support, implementing parsers, or extending language capabilities. Covers the six-file architecture (mod.rs, definition.rs, parser.rs, behavior.rs, resolution.rs, audit.rs), trait implementation patterns, resolution scope design, and integration workflow. Triggers on requests to add language support, implement new parser, extend language capabilities, or create language implementation.
2026-01-23
senior-frontend.md
3
1 export senior-frontend
2 donggyun112 from "donggyun112/ai-librarian"
3 🏛️ AI-Powered Digital Library for Book Clubs | RAG-based reading assistant that transforms uploaded books into an intelligent knowledge base. Get instant answers, generate discussion topics, and discover deep insights to enrich your reading experience.
2026-02-08
developing-llamaindex-systems.md
3
1 export developing-llamaindex-systems
2 SpillwaveSolutions from "SpillwaveSolutions/developing-llamaindex-systems"
3 >-
2026-01-17
build-deployment.md
3
1 export build-deployment
2 imsaif from "imsaif/aiex"
3 Verify production builds pass all quality checks, analyze bundle impact, and ensure readiness for Vercel deployment with zero errors
2026-02-25
minecraft-fabric-dev.md
3
1 export minecraft-fabric-dev
2 MCDxAI from "MCDxAI/meteor-client-webgui"
3 Experimental WebGUI for Meteor Client
2026-02-08
using-forgetful-memory.md
3
1 export using-forgetful-memory
2 ScottRBK from "ScottRBK/forgetful-plugin"
3 Guidance for using Forgetful semantic memory effectively. Applies Zettelkasten atomic memory principles. Use when deciding whether to query or create memories, structuring memory content, or understanding memory importance scoring.
2026-01-26
svg.md
3
1 export svg
2 tazomatalax from "tazomatalax/context-engineering"
3 Create precise, production-ready SVG graphics for technical and business contexts (diagrams, P&IDs, HMI/SCADA widgets, process flow visuals, PowerPoint/Office illustrations, UI icons, annotations). Use when the user asks to generate, edit, standardize, optimize, or export SVG artwork; convert requirements (dimensions, scale, line weights, layers, symbols) into clean SVG markup; or produce multiple layout/variant files (editable vs outlined text, light/dark, monochrome).
2026-02-19
frontend-dev-guidelines.md
3
1 export frontend-dev-guidelines
2 thomas0369 from "thomas0369/claude_ai"
3 My settings for Claude AI Max
2026-02-09
arc-search.md
3
1 export arc-search
2 cwensel from "cwensel/arcaneum"
3 Semantic and full-text search across indexed collections. Use when user mentions searching a collection, semantic search, vector search, knowledge base, or finding content in indexed code, markdown, or PDFs.
2026-02-25
ppt-to-video-workflow.md
3
1 export ppt-to-video-workflow
2 jkf87 from "jkf87/ppt-yt-gen"
3 PPT/슬라이드를 나레이션과 자막이 포함된 영상으로 변환합니다. PPTX 파일 또는 slides.json에서 슬라이드 이미지를 추출/렌더링하고, TTS로 나레이션을 생성하며, 자막을 추가하여 최종 MP4 영상을 만듭니다. "PPT를 영상으로 만들어줘", "발표 영상 생성", "자막 포함 영상 만들기" 요청 시 사용합니다.
2025-12-25
content-research.md
3
1 export content-research
2 atalovesyou from "atalovesyou/claude-skills-pack"
3 25 skills and 14 plugins for Claude Code - one-command install
2026-02-23
tmdb-integration.md
3
1 export tmdb-integration
2 giolaq from "giolaq/Multi-TV-dev-power"
3 TMDB (The Movie Database) API integration for React Native TV streaming apps. Use when users need help with movie/TV show data, poster images, search functionality, trending content, video trailers from TMDB, API authentication, rate limiting, or TypeScript types for TMDB responses.
2026-02-26
speck-help.md
3
1 export speck-help
2 nprbst from "nprbst/speck"
3 Speck is an opinionated, extensible derivative of `github/spec-kit` optimized for Claude Code.
2026-01-12
react-clean-architecture.md
3
1 export react-clean-architecture
2 benaor from "benaor/claude-config"
3 my Claude configuration files
2026-01-13
cool-mysql.md
3
1 export cool-mysql
2 StirlingMarketingGroup from "StirlingMarketingGroup/cool-mysql"
3 A cool MySQL library for cool people
2026-02-23
swiftui-coding-guidelines.md
3
1 export swiftui-coding-guidelines
2 xtone from "xtone/ai_development_tools"
3 Core coding guidelines for iOS, iPadOS, macOS, watchOS, tvOS, and visionOS app development using SwiftUI and Swift. Use when implementing Views, working with @State/@Binding/@Observable/@StateObject, using NavigationStack/List/LazyVStack, designing components, or asking about SwiftUI patterns (infinite scroll, pull-to-refresh, search). Covers best practices, implementation patterns, and anti-patterns to avoid.
2026-02-25
designing-hexagonal-architecture.md
3
1 export designing-hexagonal-architecture
2 aucun6352 from "aucun6352/project-cheat-sheet"
3 Guides the design and analysis of hexagonal architecture (Ports & Adapters) for backend systems. Use when structuring modular applications with clean separation between business logic and infrastructure.
2026-02-14
image-gen.md
3
1 export image-gen
2 MarkShawn2020 from "MarkShawn2020/.claude"
3 Generate images using Gemini via ZenMux
2026-01-04
agent-comms.md
3
1 export agent-comms
2 buddyh from "buddyh/claude-code-skills"
3 Skills I've built for my own Claude Code workflows
2026-02-04
skill-creator.md
3
1 export skill-creator
2 krishagel from "krishagel/geoffrey"
3 Personal AI infrastructure built on Claude Code
2026-02-26