- Home
- /
- Categories
- /
- Writing
Writing
Content writing and editing
ffmpeg-toolkit
by simonlee2
This skill should be used when the user asks to "convert video", "trim video", "cut video", "extract audio", "compress video", "resize video", "create gif", "merge videos", "combine videos", "add audio to video", or needs help with ffmpeg commands for video and audio processing.
tech-trend-digest
by yuchida-tamu
This skill curates a personalized digest of recent tech news, articles, and blog posts based on the user's language preference and topic interests. Use this skill whenever the user wants to catch up on tech trends, asks "what's new in tech/frontend/AI/etc.", wants a news roundup, or mentions staying current with software development. Also trigger when the user says "digest", "tech news", "trend report", "what's happening in [tech topic]", or "catch me up on [tech area]". Trigger even for casual phrases like "any interesting tech news?" or "what did I miss in frontend this week?".
impeccable-clarify
by SebastiaanWouters
"Skills-only equivalent of impeccable.style /clarify. Improve unclear UX copy, error messages, microcopy, labels, and instructions. Makes interfaces easier to understand and use. Use for frontend and UI design tasks."
gluestack-ui-v4:components
by gluestack
Component usage patterns for gluestack-ui v4 - covers component selection, props vs className, compound patterns, icons, and provider setup.
product-prd
by elliottrjacobs
Write product requirements documents from feature ideas or brainstorm output. Use when the user says "write a PRD", "product requirements", "feature spec", or needs to formalize a product concept into a structured document.
hive
by asgarth
Hive blockchain CLI skill for hive-tx-cli: query accounts/content/RC/feed/replies, upload images, and broadcast publish/reply/edit/vote/transfer/community/social/profile/reward/custom-json operations with correct key usage.
pwa
by SebastiaanWouters
Progressive Web App development guidelines covering manifest configuration, service workers, offline-first strategies, mobile optimization, and safe-area handling. Triggers on "PWA", "progressive web app", "installable app", "offline app", "service worker", "web manifest".
aico-pm-prd-writing
by yellinzero
Create comprehensive Product Requirements Documents (PRD) that define what to build and why, focusing on goals, scope, user stories, and success criteria without implementation details. Use this skill when: - User asks to "write a PRD", "create PRD", "write requirements document" - User mentions "requirements document", "product requirements", "product spec" - Running /pm.plan command to create version planning document - Starting a new product, major feature, or initiative that needs formal requirements - Need to document goals, scope, user stories, functional requirements, and success criteria Output: ALWAYS write PRD files to docs/reference/pm/versions/{version-name}.md
langchain-agents
by evanfang0054
Create and use LangChain agents with createAgent - includes agent loops, ReAct pattern, tool execution, and state management
ux-writing
by slb2248
Write effective microcopy for digital interfaces.
marketing-copy
by justgetAI
Write compelling marketing copy that captures attention instantly and creates emotional resonance. Channels Jason Fried's clarity and Dan Heath's "Made to Stick" principles.
test-genius
by k1lgor
Use this when the user asks to write tests, increase code coverage, or verify functionality.
impeccable-adapt
by SebastiaanWouters
"Skills-only equivalent of impeccable.style /adapt. Adapt designs to work across different screen sizes, devices, contexts, or platforms. Ensures consistent experience across varied environments. Use for frontend and UI design tasks."
deepagents-todolist
by evanfang0054
Using TodoListMiddleware for task planning and tracking progress with the write_todos tool in Deep Agents for complex multi-step workflows.
essay-brief
by clyderankin
Extract the DNA of your essay through a question flow and save it as a reusable brief
drupal-recipe-content
by factorial-io
Create Drupal recipes that import content entities (taxonomy terms, nodes, media, menu links) with multilingual translations. Use this skill whenever the user wants to create a Drupal recipe with default content, import taxonomy terms or other content entities into Drupal via recipes, set up multilingual/translated content in a recipe, or export existing content for use in a recipe. Also trigger when the user mentions "default content in recipes", "recipe with translations", or "content export for recipe".
aico-frontend-design
by yellinzero
Transform PRD or story into complete page/component designs with ASCII layouts, component specs, interaction flows, and frontend implementation prompts. Use this skill when: - User asks to "design the page", "design component", "create page design" - User mentions "page design", "component design", "UI design", "layout design" - Running /frontend.design command - PRD or story is ready and need visual/interaction design before implementation - Need to create design spec that frontend developer can implement from Prerequisites: Design system must exist at docs/reference/frontend/design-system.md Output: ALWAYS write design files to docs/reference/frontend/designs/{name}.md
article-extractor
by jrajasekera
Extract clean article content from URLs and save as markdown. Triggers when user provides a webpage URL and wants to download it, extract content, get a clean version without ads, capture an article for offline reading, save an article, grab content from a page, archive a webpage, clip an article, or read something later. Handles blog posts, news articles, tutorials, documentation pages, and similar web content. Supports Wayback Machine for dead links or paywalled content. This skill handles the entire workflow - do NOT use web_fetch or other tools first, just call the extraction script directly with the URL.
ruoyi-crud
by xmx0632
为 Ruoyi 项目生成完整的 CRUD 代码。快速开发新模块时使用。
frontend-radix-ui-design-system
by baotoq
Build accessible design systems with Radix UI primitives. Headless component customization, theming strategies, and compound component patterns for production-grade UI libraries.
product-brainstorm
by elliottrjacobs
Guided requirements exploration through structured dialogue. Use when the user says "brainstorm", "explore this idea", "help me think through", or when requirements are fuzzy and need clarification before writing specs.
fluxui-docs-pro
by tompec
Flux is the official Livewire component library built with Tailwind
Humanizer
by evanfang0054
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段式法则、 AI 词汇、否定式排比、过多的连接性短语。
langchain-human-in-the-loop
by evanfang0054
Add human oversight to LangChain agents using HITL middleware - includes interrupts, approval workflows, edit/reject decisions, and checkpoints