Content & Writing
Page 32 of 60
Browse skills in this category.
adding-a-functional-endpoint
Content & Writingby microbus-io
Creates or modify a functional endpoint of a microservice. Use when explicitly asked by the user to create or modify a functional or RPC endpoint of a microservice.
adding-a-metric
Content & Writingby microbus-io
Creates or modify a metric of a microservice. Use when explicitly asked by the user to create or modify a custom metric for a microservice, or when it makes sense to measure a certain operation taken by the microservice.
adding-a-new-microservice
Content & Writingby microbus-io
Creates and initializes a new microservice. Use when explicitly asked by the user to create a new microservice.
adding-a-ticker
Content & Writingby microbus-io
Creates or modify a ticker of a microservice. Use when explicitly asked by the user to create or modify a ticker or a recurring operation for a microservice.
adding-a-web-handler-endpoint
Content & Writingby microbus-io
Creates or modify a web handler endpoint of a microservice. Use when explicitly asked by the user to create or modify a web handler endpoint of a microservice.
externalizing-and-translating-text
Content & Writingby microbus-io
Externalizes user-facing text to a resource bundle where they can be easily translated. Use to externalize static strings that are shown to the end user.
codebase-assumption-capture
Content & Writingby PackmindHub
Capture wrong assumptions you made about the codebase. TRIGGER when reality differs from expectation (e.g., "assumed Jest but it's Vitest", "assumed AbstractUseCase exists but found AbstractMemberUseCase", "assumed REST but it's GraphQL"). Log silently to .claude/assumption-corrections.yaml to identify CLAUDE.md documentation gaps. Key distinction - assumptions are corrected by reality, decisions are choices between valid options.
creating-claude-code-skills
Content & Writingby ingen084
Guide for creating effective Claude Code Agent Skills. Use when users want to create, improve, or troubleshoot Skills that extend Claude's capabilities with specialized workflows, domain expertise, or tool integrations.
linear-cli
Content & Writingby schpet
Manage Linear issues from the command line using the linear cli. This skill allows automating linear management.
megfile
Content & WritingUse megfile’s APIs, SmartPath, configuration, and CLI to perform filesystem tasks easy across local FS, S3/OSS-style object storage, SFTP, WebDAV, HTTP, HDFS, and stdio.
citation-validator
Content & Writingby liangdabiao
验证研究报告中所有声明的引用准确性、来源质量和格式规范性。确保每个事实性声明都有可验证的来源,并提供来源质量评级。当最终确定研究报告、审查他人研究、发布或分享研究之前使用此技能。
got-controller
Content & Writingby liangdabiao
Graph of Thoughts (GoT) Controller - 管理研究图状态,执行图操作(Generate, Aggregate, Refine, Score),优化研究路径质量。当研究主题复杂或多方面、需要策略性探索(深度 vs 广度)、高质量研究时使用此技能。
question-refiner
Content & Writingby liangdabiao
将原始研究问题细化为结构化的深度研究任务。通过提问澄清需求,生成符合 OpenAI/Google Deep Research 标准的结构化提示词。当用户提出研究问题、需要帮助定义研究范围、或想要生成结构化研究提示词时使用此技能。
research-executor
Content & Writingby liangdabiao
执行完整的 7 阶段深度研究流程。接收结构化研究任务,自动部署多个并行研究智能体,生成带完整引用的综合研究报告。当用户有结构化的研究提示词时使用此技能。
synthesizer
Content & Writingby liangdabiao
将多个研究智能体的发现综合成连贯、结构化的研究报告。解决矛盾、提取共识、创建统一叙述。当多个研究智能体完成研究、需要将发现组合成统一报告、发现之间存在矛盾时使用此技能。
0-finance-cli
Content & Writingby different-ai
Keep the 0 Finance CLI aligned with product capabilities.
agent-development
Content & Writingby jezweb
Design and build custom Claude Code agents with effective descriptions, tool access patterns,and self-documenting prompts. Covers Task tool delegation, model selection, memory limits,and declarative instruction design.Use when: creating custom agents, designing agent descriptions for auto-delegation,troubleshooting agent memory issues, or building agent pipelines.
aws-ses-inbound
Content & Writingby different-ai
Set up AWS SES for receiving inbound emails with SNS webhook delivery
browser-automation
Content & Writingby different-ai
Reliable, composable browser automation using minimal OpenCode Browser primitives.
cloudflare-d1
Content & Writingby jezweb
Build with D1 serverless SQLite database on Cloudflare's edge. Use when: creating databases, writing SQL migrations, querying D1 from Workers, handling relational data, or troubleshooting D1_ERROR, statement too long, migration failures, or query performance issues.
company-admin
Content & Writingby different-ai
Access and update company administrative information stored in Notion
docs-workflow
Content & Writingby jezweb
Four slash commands for documentation lifecycle: /docs, /docs-init, /docs-update, /docs-claude. Create, maintain, and audit CLAUDE.md, README.md, and docs/ structure with smart templates.Use when: starting new projects, maintaining documentation, auditing docs for staleness, or ensuring CLAUDE.md matches project state.
firecrawl-scraper
Content & Writingby jezweb
Convert websites into LLM-ready markdown with Firecrawl v4 API. Handles JavaScript rendering, anti-bot bypass, and structured data extraction for RAG and AI applications.Use when: scraping websites, crawling sites, or troubleshooting content not loading, JavaScript rendering, or bot detection.
google-workspace
Content & Writingby jezweb
Build integrations with Google Workspace APIs (Gmail, Calendar, Drive, Sheets, Docs, Chat, Meet, Forms, Tasks, Admin SDK). Covers OAuth 2.0, service accounts, rate limits, batch operations, and Cloudflare Workers patterns.Use when building MCP servers, automation tools, or integrations with any Google Workspace API, or troubleshooting OAuth errors, rate limit 429 errors, scope issues, or API-specific gotchas.
image-gen
Content & Writingby jezweb
Generate website images with Gemini 3 Native Image Generation. Covers hero banners, service cards, infographics with legible text, and multi-turn editing. Includes Australian-specific imagery patterns. Use when stock photos don't fit, need text in images, or require consistent style across assets.
linkedin-post
Content & Writingby different-ai
Draft high-performing LinkedIn posts using learnings from tweet performance data and 0 Finance messaging guidelines
motion
Content & Writingby jezweb
Build React animations with Motion (Framer Motion) - gestures (drag, hover, tap), scroll effects, spring physics, layout animations, SVG. Bundle: 2.3 KB (mini) to 34 KB (full).Use when: drag-and-drop, scroll animations, modals, carousels, parallax. Troubleshoot: AnimatePresence exit, list performance, Tailwind conflicts, Next.js "use client".
project-planning
Content & Writingby jezweb
Generate structured planning docs for web projects with context-safe phases, verification criteria, and exit conditions. Creates IMPLEMENTATION_PHASES.md plus conditional docs.Use when: starting new projects, adding major features, or breaking large work into manageable phases.
self-improve
Content & Writingby different-ai
Update skill documentation and extend OpenCode capabilities based on learnings
skill-authoring
Content & Writingby different-ai
Create and register new OpenCode skills in this repo
skill-creator
Content & Writingby jezweb
Design effective Claude Code skills with optimal descriptions, progressive disclosure, and error prevention patterns. Covers freedom levels, token efficiency, and quality standards.Use when: creating new skills, improving skill descriptions, optimizing token usage, structuring skill content, or debugging why skills aren't being discovered.
skill-creator
Content & Writingby different-ai
Create new OpenCode skills with valid SKILL.md frontmatter.
skill-reinforcement
Content & Writingby different-ai
Always and Automatically improve skills after each use by capturing learnings and anti-patterns
skill-review
Content & Writingby jezweb
Audit claude-skills with systematic 9-phase review: standards compliance, official docs verification, code accuracy, cross-file consistency, and version drift detection.Use when investigating skill issues, major updates detected, skill not verified >90 days, or before marketplace submission.
tailwind-patterns
Content & Writingby jezweb
Production-ready Tailwind CSS patterns for common website components: responsive layouts, cards, navigation, forms, buttons, and typography. Includes spacing scale, breakpoints, mobile-first patterns, and dark mode support.Use when building UI components, creating landing pages, styling forms, implementing navigation, or fixing responsive layouts.
tanstack-router
Content & Writingby jezweb
Build type-safe, file-based React routing with TanStack Router. Supports client-side navigation, route loaders, and TanStack Query integration.Use when implementing file-based routing patterns, building SPAs with TypeScript routing, or troubleshooting devtools dependency errors, type safety issues, or Vite bundling problems.
testability
Content & Writingby different-ai
Make features testable by design. Testing pyramid from fast (local) to slow (UI). Expose APIs securely for testing.
tinacms
Content & Writingby jezweb
Build content-heavy sites with Git-backed TinaCMS. Provides visual editing for blogs, documentation, and marketing sites. Supports Next.js, Vite+React, and Astro with self-hosting options.Use when setting up CMS with non-technical editors or troubleshooting ESbuild compilation, module resolution, or Docker binding issues.
tiptap
Content & Writingby jezweb
Build rich text editors with Tiptap - headless editor framework with React and Tailwind v4. Covers SSR-safe setup, image uploads, prose styling, and collaborative editing.Use when creating blog editors, comment systems, or Notion-like apps, or troubleshooting SSR hydration errors, typography issues, or image upload problems.
tweet-rl-tracker
Content & Writingby different-ai
Create and manage a Notion-based tweet performance tracking system for "poor man's reinforcement learning
video-subtitle-cutter
Content & Writingby different-ai
Transcribe video, analyze subtitles with AI, and cut video by removing filler words, pauses, and mistakes
writing-style
Content & Writingby different-ai
Clean up text while preserving the writer's voice - minimal edits only
youtube-rl-tracker
Content & Writingby different-ai
Track YouTube video performance for "poor man's reinforcement learning" - learn what thumbnails, titles, and hooks work
aws-package-upgrading
Content & Writingby tmorin
Upgrade AWS icons package to the latest version following established procedures
git-commit-crafter
Content & Writingby ryoppippi
Creates atomic git commits following Conventional Commits specification with detailed, well-structured messages. Analyzes changes and splits them into logical units. Use when committing code changes that need proper structure and comprehensive documentation (e.g., "commit my authentication changes" or "finished implementing search, time to commit").
release-beta
Content & WritingCreate a beta pre-release for community testing with intelligent version detection. Use when creating beta releases, publishing pre-releases, or preparing versions for community testing.
release-check
Content & WritingCheck if project is ready for release with comprehensive pre-release validation. Use when verifying release readiness, running validation checks, or checking project quality before publishing.
release-stable
Content & WritingCreate a stable production release with intelligent detection (finalize beta or direct release). Use when publishing stable releases, finalizing beta versions, or creating production releases.
adcp-creative
Content & WritingExecute AdCP Creative Protocol operations with creative agents - build creatives from briefs or existing assets, preview renderings, and discover format specifications. Use when users want to generate or transform ad creatives, preview how ads will look, or understand creative format requirements.
adcp-media-buy
Content & WritingExecute AdCP Media Buy Protocol operations with sales agents - discover advertising products, create and manage campaigns, sync creatives, and track delivery. Use when users want to buy advertising, create media buys, interact with ad sales agents, or test advertising APIs.
article-extractor
Content & WritingExtract clean article content from URLs (blog posts, articles, tutorials) and save as readable text. Use when user wants to download, extract, or save an article/blog post from a URL without ads, navigation, or clutter.
ship-learn-next
Content & WritingTransform learning content (like YouTube transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework. Use when user wants to turn advice, lessons, or educational content into concrete action steps, reps, or a learning quest.
tapestry
Content & WritingUnified content extraction and action planning. Use when user says "tapestry <URL>", "weave <URL>", "help me plan <URL>", "extract and plan <URL>", "make this actionable <URL>", or similar phrases indicating they want to extract content and create an action plan. Automatically detects content type (YouTube video, article, PDF) and processes accordingly.
agent-coordination
Content & Writingby rsmdt
Execute implementation plans phase-by-phase with checkpoint validation.Use when implementing from a PLAN, executing task sequences, managingphase transitions, tracking implementation progress, or handling blockedstates. Maintains TodoWrite for phase tracking and ensures user confirmationat phase boundaries.
architecture-design
Content & Writingby rsmdt
Create and validate solution design documents (SDD). Use when designing architecture, defining interfaces, documenting technical decisions, analyzing system components, or working on solution-design.md files in docs/specs/. Includes validation checklist, consistency verification, and overlap detection.
architecture-selection
Content & Writingby rsmdt
System architecture patterns including monolith, microservices, event-driven, and serverless, with C4 modeling, scalability strategies, and technology selection criteria. Use when designing system architectures, evaluating patterns, or planning scalability.
data-modeling
Content & Writingby rsmdt
Schema design, entity relationships, normalization, and database patterns. Use when designing database schemas, modeling domain entities, deciding between normalized and denormalized structures, choosing between relational and NoSQL approaches, or planning schema migrations. Covers ER modeling, normal forms, and data evolution strategies.
developer-growth-analysis
Content & Writingby ComposioHQ
Analyzes your recent Codex chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
documentation-extraction
Content & Writingby rsmdt
Interpret existing docs, READMEs, specs, and configuration files efficiently. Use when onboarding to a codebase, verifying implementation against specs, understanding API contracts, or parsing configuration. Covers reading strategies for README, API docs, specs, configs, and cross-referencing with code.
email-draft-polish
Content & Writingby ComposioHQ
Draft, rewrite, or condense emails with target tone, length, and audience; use for cold outreach, replies, status updates, or escalations where clarity and brevity matter.
feature-prioritization
Content & Writingby rsmdt
RICE, MoSCoW, Kano, and value-effort prioritization frameworks with scoring methodologies and decision documentation. Use when prioritizing features, evaluating competing initiatives, creating roadmaps, or making build vs defer decisions.
implementation-planning
Content & Writingby rsmdt
Create and validate implementation plans (PLAN). Use when planning implementation phases, defining tasks, sequencing work, analyzing dependencies, or working on implementation-plan.md files in docs/specs/. Includes TDD phase structure and specification compliance gates.
knowledge-capture
Content & Writingby rsmdt
Document business rules, technical patterns, and service interfaces discovered during analysis or implementation. Use when you find reusable patterns, external integrations, domain-specific rules, or API contracts. Always check existing documentation before creating new files. Handles deduplication and proper categorization.
meeting-insights-analyzer
Content & Writingby ComposioHQ
Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.
pattern-detection
Content & Writingby rsmdt
Identify existing codebase patterns (naming conventions, architectural patterns, testing patterns) to maintain consistency. Use when generating code, reviewing changes, or understanding established practices.
performance-analysis
Content & Writingby rsmdt
Measurement approaches, profiling patterns, bottleneck identification, and optimization guidance. Use when diagnosing performance issues, establishing baselines, identifying bottlenecks, or planning for scale. Always measure before optimizing.
requirements-analysis
Content & Writingby rsmdt
Create and validate product requirements documents (PRD). Use when writing requirements, defining user stories, specifying acceptance criteria, analyzing user needs, or working on product-requirements.md files in docs/specs/. Includes validation checklist, iterative cycle pattern, and multi-angle review process.
requirements-elicitation
Content & Writingby rsmdt
Requirement gathering techniques, stakeholder analysis, user story patterns, and specification validation. Use when clarifying vague requirements, resolving conflicting needs, documenting specifications, or validating requirements with stakeholders.
specification-management
Content & Writingby rsmdt
Initialize and manage specification directories with auto-incrementing IDs. Use when creating new specs, checking spec status, tracking user decisions, or managing the docs/specs/ directory structure. Maintains README.md in each spec to record decisions (e.g., PRD skipped), context, and progress. Orchestrates the specification workflow across PRD, SDD, and PLAN phases.
specification-validation
Content & Writingby rsmdt
Validate specifications, implementations, or understanding for completeness,consistency, and correctness. Use when checking spec quality, comparingimplementation against design, validating file contents, assessing readiness,or confirming understanding. Supports spec IDs, file paths, and freeform requests.
spreadsheet-formula-helper
Content & Writingby ComposioHQ
Write and debug spreadsheet formulas (Excel/Google Sheets), pivot tables, and array formulas; translate between dialects; use when users need working formulas with examples and edge-case checks.
technical-writing
Content & Writingby rsmdt
Create architectural decision records (ADRs), system documentation, API documentation, and operational runbooks. Use when capturing design decisions, documenting system architecture, creating API references, or writing operational procedures.