Content & Writing

Page 32 of 60

Browse skills in this category.

4249 skills · Showing 2233-2304
Sort by:

by 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.

169
Dec 14, 2025, 05:54 PM

adding-a-metric

Content & Writing

by 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.

169
Dec 14, 2025, 05:54 PM

adding-a-new-microservice

Content & Writing

by microbus-io

Creates and initializes a new microservice. Use when explicitly asked by the user to create a new microservice.

169
Dec 14, 2025, 05:54 PM

adding-a-ticker

Content & Writing

by 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.

169
Dec 14, 2025, 05:54 PM

by 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.

169
Dec 14, 2025, 05:54 PM

by 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.

169
Dec 14, 2025, 05:54 PM

by 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.

168
Jan 18, 2026, 06:22 AM

by 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.

168
Jan 17, 2026, 04:53 PM

linear-cli

Content & Writing

by schpet

Manage Linear issues from the command line using the linear cli. This skill allows automating linear management.

168
Jan 15, 2026, 04:54 PM

megfile

Content & Writing

by megvii-research

Use 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.

168
Jan 16, 2026, 08:50 AM

citation-validator

Content & Writing

by liangdabiao

验证研究报告中所有声明的引用准确性、来源质量和格式规范性。确保每个事实性声明都有可验证的来源,并提供来源质量评级。当最终确定研究报告、审查他人研究、发布或分享研究之前使用此技能。

165
Dec 30, 2025, 07:25 AM

got-controller

Content & Writing

by liangdabiao

Graph of Thoughts (GoT) Controller - 管理研究图状态,执行图操作(Generate, Aggregate, Refine, Score),优化研究路径质量。当研究主题复杂或多方面、需要策略性探索(深度 vs 广度)、高质量研究时使用此技能。

165
Dec 30, 2025, 07:25 AM

question-refiner

Content & Writing

by liangdabiao

将原始研究问题细化为结构化的深度研究任务。通过提问澄清需求,生成符合 OpenAI/Google Deep Research 标准的结构化提示词。当用户提出研究问题、需要帮助定义研究范围、或想要生成结构化研究提示词时使用此技能。

165
Dec 30, 2025, 07:25 AM

research-executor

Content & Writing

by liangdabiao

执行完整的 7 阶段深度研究流程。接收结构化研究任务,自动部署多个并行研究智能体,生成带完整引用的综合研究报告。当用户有结构化的研究提示词时使用此技能。

165
Dec 30, 2025, 07:25 AM

synthesizer

Content & Writing

by liangdabiao

将多个研究智能体的发现综合成连贯、结构化的研究报告。解决矛盾、提取共识、创建统一叙述。当多个研究智能体完成研究、需要将发现组合成统一报告、发现之间存在矛盾时使用此技能。

165
Dec 30, 2025, 07:25 AM

0-finance-cli

Content & Writing

by different-ai

Keep the 0 Finance CLI aligned with product capabilities.

164
Jan 16, 2026, 04:45 AM

agent-development

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

aws-ses-inbound

Content & Writing

by different-ai

Set up AWS SES for receiving inbound emails with SNS webhook delivery

164
Jan 16, 2026, 04:45 AM

browser-automation

Content & Writing

by different-ai

Reliable, composable browser automation using minimal OpenCode Browser primitives.

164
Jan 16, 2026, 04:45 AM

cloudflare-d1

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

company-admin

Content & Writing

by different-ai

Access and update company administrative information stored in Notion

164
Jan 16, 2026, 04:45 AM

docs-workflow

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

firecrawl-scraper

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

google-workspace

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

image-gen

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

linkedin-post

Content & Writing

by different-ai

Draft high-performing LinkedIn posts using learnings from tweet performance data and 0 Finance messaging guidelines

164
Jan 16, 2026, 04:45 AM

motion

Content & Writing

by 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".

164
Jan 18, 2026, 11:49 AM

project-planning

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

self-improve

Content & Writing

by different-ai

Update skill documentation and extend OpenCode capabilities based on learnings

164
Jan 16, 2026, 04:45 AM

skill-authoring

Content & Writing

by different-ai

Create and register new OpenCode skills in this repo

164
Jan 16, 2026, 04:45 AM

skill-creator

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

skill-creator

Content & Writing

by different-ai

Create new OpenCode skills with valid SKILL.md frontmatter.

164
Jan 16, 2026, 04:45 AM

skill-reinforcement

Content & Writing

by different-ai

Always and Automatically improve skills after each use by capturing learnings and anti-patterns

164
Jan 16, 2026, 04:45 AM

skill-review

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

tailwind-patterns

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

tanstack-router

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

testability

Content & Writing

by different-ai

Make features testable by design. Testing pyramid from fast (local) to slow (UI). Expose APIs securely for testing.

164
Jan 16, 2026, 04:45 AM

tinacms

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

tiptap

Content & Writing

by 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.

164
Jan 18, 2026, 11:49 AM

tweet-rl-tracker

Content & Writing

by different-ai

Create and manage a Notion-based tweet performance tracking system for "poor man's reinforcement learning

164
Jan 16, 2026, 04:45 AM

video-subtitle-cutter

Content & Writing

by different-ai

Transcribe video, analyze subtitles with AI, and cut video by removing filler words, pauses, and mistakes

164
Jan 16, 2026, 04:45 AM

writing-style

Content & Writing

by different-ai

Clean up text while preserving the writer's voice - minimal edits only

164
Jan 16, 2026, 04:45 AM

youtube-rl-tracker

Content & Writing

by different-ai

Track YouTube video performance for "poor man's reinforcement learning" - learn what thumbnails, titles, and hooks work

164
Jan 16, 2026, 04:45 AM

aws-package-upgrading

Content & Writing

by tmorin

Upgrade AWS icons package to the latest version following established procedures

163
Dec 22, 2025, 07:27 PM

git-commit-crafter

Content & Writing

by 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").

163
Jan 19, 2026, 03:41 AM

release-beta

Content & Writing

by Thank-you-Linus

Create 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.

163
Jan 12, 2026, 09:36 PM

release-check

Content & Writing

by Thank-you-Linus

Check 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.

163
Jan 12, 2026, 09:36 PM

release-stable

Content & Writing

by Thank-you-Linus

Create a stable production release with intelligent detection (finalize beta or direct release). Use when publishing stable releases, finalizing beta versions, or creating production releases.

163
Jan 12, 2026, 09:36 PM

adcp-creative

Content & Writing

by adcontextprotocol

Execute 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.

162
Jan 18, 2026, 10:29 PM

adcp-media-buy

Content & Writing

by adcontextprotocol

Execute 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.

162
Jan 18, 2026, 10:29 PM

article-extractor

Content & Writing

by michalparkola

Extract 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.

162
Nov 12, 2025, 03:55 AM

ship-learn-next

Content & Writing

by michalparkola

Transform 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.

162
Nov 12, 2025, 03:55 AM

tapestry

Content & Writing

by michalparkola

Unified 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.

162
Nov 12, 2025, 03:55 AM

agent-coordination

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

architecture-design

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

architecture-selection

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

data-modeling

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

developer-growth-analysis

Content & Writing

by 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.

160
Jan 15, 2026, 05:20 AM

documentation-extraction

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

email-draft-polish

Content & Writing

by 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.

160
Jan 15, 2026, 05:20 AM

feature-prioritization

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

implementation-planning

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

knowledge-capture

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

meeting-insights-analyzer

Content & Writing

by 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.

160
Jan 15, 2026, 05:20 AM

pattern-detection

Content & Writing

by rsmdt

Identify existing codebase patterns (naming conventions, architectural patterns, testing patterns) to maintain consistency. Use when generating code, reviewing changes, or understanding established practices.

160
Jan 10, 2026, 07:37 PM

performance-analysis

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

requirements-analysis

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

requirements-elicitation

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

specification-management

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

specification-validation

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM

by 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.

160
Jan 15, 2026, 05:20 AM

technical-writing

Content & Writing

by 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.

160
Jan 10, 2026, 07:37 PM