Content & Writing

Page 26 of 58

Browse skills in this category.

4108 skills · Showing 1801-1872
Sort by:

wechat-article-writer

Content & Writing

by iamzhihuix

公众号文章自动化写作流程。支持资料搜索、文章撰写、爆款标题生成、排版优化。当用户提到写公众号、微信文章、自媒体写作、爆款文章、内容创作时使用此 skill。

234
Apr 1, 2026, 09:27 AM

auto-skill-generator

Content & Writing

by benchflow-ai

Generate skills from web research. Given a topic like "how to use Stripe API" or "Prisma ORM", this skill searches for authoritative documentation, crawls the best source, and generates a ready-to-use .md skill file. Use when: (1) User wants to create a skill about a library/tool/API, (2) User says "create a skill for X", "make a skill about X", or "generate skill for X", (3) User wants to capture documentation as a reusable skill.

231
May 5, 2026, 07:31 AM

box-least-squares

Content & Writing

by benchflow-ai

Box Least Squares (BLS) periodogram for detecting transiting exoplanets and eclipsing binaries. Use when searching for periodic box-shaped dips in light curves. Alternative to Transit Least Squares, available in astropy.timeseries. Based on Kovács et al. (2002).

231
Jan 14, 2026, 02:28 AM

d3js-visualization

Content & Writing

by benchflow-ai

Build deterministic, verifiable data visualizations with D3.js (v6). Generate standalone HTML/SVG (and optional PNG) from local data files without external network dependencies. Use when tasks require charts, plots, axes/scales, legends, tooltips, or data-driven SVG output.

231
Jan 19, 2026, 03:06 PM

by benchflow-ai

When given a project codebase, this skill observes the important functions in the codebase for future action.

231
Jan 14, 2026, 02:44 AM

effective-go

Content & Writing

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

231
Oct 23, 2025, 05:46 PM

exoplanet-workflows

Content & Writing

by benchflow-ai

General workflows and best practices for exoplanet detection and characterization from light curve data. Use when planning an exoplanet analysis pipeline, understanding when to use different methods, or troubleshooting detection issues.

231
Jan 14, 2026, 02:28 AM

fuzzing-python

Content & Writing

by benchflow-ai

Creating fuzz driver for Python libraries using LibFuzzer. This skill is useful when agent needs to work with creating fuzz drivers / fuzz targets for Python project and libraries.

231
Jan 14, 2026, 02:44 AM

git-branch-cleanup

Content & Writing

by gotalab

Analyzes and safely cleans up local Git branches. Categorizes branches by merge status,staleness, and remote tracking. Provides interactive selection with safety guards.Use when the user wants to clean up branches, delete old branches, organize Git branches,or asks about which branches can be safely deleted.

231
Dec 30, 2025, 07:44 AM

image-ocr

Content & Writing

by benchflow-ai

Extract text content from images using Tesseract OCR via Python

231
Jan 15, 2026, 05:14 AM

lean4-memories

Content & Writing

by benchflow-ai

This skill should be used when working on Lean 4 formalization projects to maintain persistent memory of successful proof patterns, failed approaches, project conventions, and user preferences across sessions using MCP memory server integration

231
Jan 12, 2026, 05:40 PM

lean4-theorem-proving

Content & Writing

by benchflow-ai

Use when working with Lean 4 (.lean files), writing mathematical proofs, seeing "failed to synthesize instance" errors, managing sorry/axiom elimination, or searching mathlib for lemmas - provides build-first workflow, haveI/letI patterns, compiler-guided repair, and LSP integration

231
Jan 12, 2026, 05:40 PM

lomb-scargle-periodogram

Content & Writing

by benchflow-ai

Lomb-Scargle periodogram for finding periodic signals in unevenly sampled time series data. Use when analyzing light curves, radial velocity data, or any astronomical time series to detect periodic variations. Works for stellar rotation, pulsation, eclipsing binaries, and general periodic phenomena. Based on lightkurve library.

231
Jan 14, 2026, 02:28 AM

maven-build-lifecycle

Content & Writing

by benchflow-ai

Use when working with Maven build phases, goals, profiles, or customizing the build process for Java projects.

231
Jan 26, 2026, 01:34 PM

by benchflow-ai

Use when configuring Maven plugins, setting up common plugins like compiler, surefire, jar, or creating custom plugin executions.

231
Jan 26, 2026, 01:34 PM

nginx-request-logging

Content & Writing

by benchflow-ai

Guidance for configuring Nginx web servers with custom logging, rate limiting, and static content serving. This skill should be used when tasks involve setting up Nginx server blocks, configuring custom log formats, implementing rate limiting, or serving static files on specific ports.

231
Jan 22, 2026, 10:52 PM

opus-4-5-migration

Content & Writing

by gotalab

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

231
Dec 29, 2025, 01:10 PM

powerlifting

Content & Writing

by benchflow-ai

Calculating powerlifting scores to determine the performance of lifters across different weight classes.

231
Jan 18, 2026, 08:23 PM

skill-evaluator

Content & Writing

by gotalab

Evaluates agent skills against Anthropic's best practices. Use when asked to review, evaluate, assess, or audit a skill for quality. Analyzes SKILL.md structure, naming conventions, description quality, content organization, and identifies anti-patterns. Produces actionable improvement recommendations.

231
Dec 29, 2025, 01:10 PM

architect

Content & Writing

by 0xSero

Design systems, plan implementations, review architecture decisions - Use when you need to plan a complex feature, design system architecture, or make high-level technical decisions.

229
Dec 30, 2025, 12:08 PM

by mhattingpete

Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications.

229
Nov 10, 2025, 01:41 PM

code-auditor

Content & Writing

by mhattingpete

Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.

229
Nov 10, 2025, 01:41 PM

code-refactor

Content & Writing

by mhattingpete

Perform bulk code refactoring operations like renaming variables/functions across files, replacing patterns, and updating API calls. Use when users request renaming identifiers, replacing deprecated code patterns, updating method calls, or making consistent changes across multiple locations.

229
Nov 10, 2025, 01:41 PM

code-transfer

Content & Writing

by mhattingpete

Transfer code between files with line-based precision. Use when users request copying code from one location to another, moving functions or classes between files, extracting code blocks, or inserting code at specific line numbers.

229
Nov 10, 2025, 01:41 PM

codebase-documenter

Content & Writing

by mhattingpete

Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when user wants to understand unfamiliar code, create onboarding docs, document architecture, or explain how the system works.

229
Nov 10, 2025, 01:41 PM

coder

Content & Writing

by 0xSero

Write, edit, and refactor code with full tool access - Use when you need to actually write or modify code, create files, run commands, or implement features.

229
Dec 30, 2025, 12:08 PM

conversation-analyzer

Content & Writing

by mhattingpete

Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.

229
Nov 10, 2025, 01:41 PM

dashboard-creator

Content & Writing

by mhattingpete

Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.

229
Nov 10, 2025, 01:41 PM

docs

Content & Writing

by 0xSero

Research documentation, find examples, explain APIs and libraries - Use when you need to look up official documentation, find code examples, understand library APIs, or research best practices.

229
Dec 30, 2025, 12:08 PM

ensemble-solving

Content & Writing

by mhattingpete

Generate multiple diverse solutions in parallel and select the best. Use for architecture decisions, code generation with multiple valid approaches, or creative tasks where exploring alternatives improves quality.

229
Jan 14, 2026, 08:22 PM

explorer

Content & Writing

by 0xSero

Quickly search and navigate the codebase - Use when you need to quickly find files, search for patterns, or locate specific code without deep analysis.

229
Dec 30, 2025, 12:08 PM

feature-planning

Content & Writing

by mhattingpete

Break down feature requests into detailed, implementable plans with clear tasks. Use when user requests a new feature, enhancement, or complex change.

229
Nov 10, 2025, 01:41 PM

file-operations

Content & Writing

by mhattingpete

Analyze files and get detailed metadata including size, line counts, modification times, and content statistics. Use when users request file information, statistics, or analysis without modifying files.

229
Nov 10, 2025, 01:41 PM

flowchart-creator

Content & Writing

by mhattingpete

Create HTML flowcharts and process diagrams with decision trees, color-coded stages, arrows, and swimlanes. Use when users request flowcharts, process diagrams, workflow visualizations, or decision trees.

229
Nov 10, 2025, 01:41 PM

linear

Content & Writing

by 0xSero

Linear issue tracking integration - Create, update, and manage Linear issues and projects using the GraphQL API

229
Dec 30, 2025, 12:08 PM

project-bootstrapper

Content & Writing

by mhattingpete

Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to start a new project, improve project structure, add development tooling, or establish professional workflows.

229
Nov 10, 2025, 01:41 PM

review-implementing

Content & Writing

by mhattingpete

Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.

229
Nov 10, 2025, 01:41 PM

technical-doc-creator

Content & Writing

by mhattingpete

Create HTML technical documentation with code blocks, API workflows, system architecture diagrams, and syntax highlighting. Use when users request technical documentation, API docs, API references, code examples, or developer documentation.

229
Nov 10, 2025, 01:41 PM

test-fixing

Content & Writing

by mhattingpete

Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.

229
Nov 10, 2025, 01:41 PM

timeline-creator

Content & Writing

by mhattingpete

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

229
Nov 10, 2025, 01:41 PM

vision

Content & Writing

by 0xSero

Analyze images, screenshots, diagrams, and visual content - Use when you need to understand visual content like screenshots, architecture diagrams, UI mockups, or error screenshots.

229
Dec 30, 2025, 12:08 PM

custom-workers

Content & Writing

by ruvnet

Create and run custom background analysis workers with composable phases. Use when you need automated code analysis, security scanning, pattern learning, or API documentation generation.

226
Jan 2, 2026, 02:43 PM

github-project-management

Content & Writing

by ruvnet

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

226
Jan 21, 2026, 01:08 AM

performance-analysis

Content & Writing

by ruvnet

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms

226
Dec 25, 2025, 11:37 PM

skill-builder

Content & Writing

by ruvnet

Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.

226
Jan 21, 2026, 01:08 AM

by ruvnet

Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.

226
Jan 21, 2026, 01:08 AM

shioaji

Content & Writing

by Sinotrade

Shioaji Taiwan financial trading API guide. Use when trading stocks/futures/options on Taiwan markets, subscribing to real-time market data, querying account info, or building automated trading systems.Shioaji 台灣金融交易 API 指南。適用於:股票/期貨/選擇權交易、即時行情訂閱、帳務查詢、自動交易系統開發。

225
May 28, 2026, 07:25 AM

aur-publish

Content & Writing

by peteonrails

Publish voxtype to AUR. Updates PKGBUILD, generates checksums, and pushes to AUR. Use after a GitHub release is published.

219
Jan 16, 2026, 02:58 AM

regression-test

Content & Writing

by peteonrails

Run regression tests for voxtype releases. Use before major releases to verify core functionality, CLI commands, and configuration handling.

219
Jan 22, 2026, 01:56 PM

update-docs

Content & Writing

by peteonrails

Update voxtype documentation for releases and features. Use when adding features, fixing bugs, or preparing releases. Covers user manual, troubleshooting, website, release notes, and contributor credits.

219
Jan 16, 2026, 02:58 AM

by xuzeyu91

Decompose complex tasks into parallel sub-agents. Use for multi-step operations, batch processing, or when user mentions "parallel", "agents", or "orchestrate".

217
Jan 14, 2026, 02:58 PM

ms-agent-framework-rag

Content & Writing

by xuzeyu91

Comprehensive guide for building Agentic RAG systems using Microsoft Agent Framework in C#. Use when creating RAG applications with semantic search, document indexing, and intelligent agent orchestration. Includes scaffolding scripts, reference implementations, and documentation for vector databases, embedding models, and multi-agent workflows.

217
Jan 14, 2026, 02:58 PM

office-to-md

Content & Writing

by xuzeyu91

Convert Office documents (Word, Excel, PowerPoint, PDF) to Markdown format. ONLY use this skill when the user explicitly requests to CONVERT, TRANSFORM or PARSE a specific office file into Markdown. Do NOT trigger for general questions, documentation reading, or discussions about files.

217
Jan 14, 2026, 02:58 PM

mcpc

Content & Writing

by apify

Use the mcpc CLI to work with MCP (Model Context Protocol) servers from the shell - connect to a server as a persistent session, then list and call tools, read resources, get prompts, and run async tasks. Use --json for scripting and code mode. Reach for this whenever interacting with MCP servers, calling MCP tools, or accessing MCP resources programmatically.

213
Jun 1, 2026, 08:53 PM

conventional-committer

Content & Writing

by CaoMeiYouRen

暂存更改并生成符合 Conventional Commits 规范的提交消息。

212
Jan 12, 2026, 09:29 AM

documentation-specialist

Content & Writing

by CaoMeiYouRen

专注于查阅、维护和生成项目文档 (位于 docs/ 目录下)。

212
Jan 12, 2026, 09:00 AM

nuxt-code-editor

Content & Writing

by CaoMeiYouRen

遵循项目标准生成和修改 Vue 3、TypeScript 和 SCSS 代码。

212
Jan 12, 2026, 09:29 AM

rust-blockchain-dev

Content & Writing

by liuchengxu

Rust and blockchain development conventions including formatting (inline string interpolation), imports organization, checked arithmetic, error handling, unsafe code patterns, and documentation. Use for any Rust code or blockchain project work.

212
Feb 20, 2026, 03:43 PM

ab-testing-patterns

Content & Writing

by MadAppGang

A/B testing methodology for cold email optimization

211
Jan 20, 2026, 08:16 AM

analysing-attack

Content & Writing

by tsale

Analyse Mitre ATT&CK tactics, techniques and sub-techniques. Use when performing analysis of threat detections, threat models, security risks or cyber threat intelligence

211
Jan 8, 2026, 06:04 PM

analytics-interpretation

Content & Writing

by MadAppGang

Interpret GA4 and GSC data with benchmarks, status indicators, and actionable insights

211
Jan 20, 2026, 08:16 AM

api-integration

Content & Writing

by MadAppGang

Use when integrating Apidog + OpenAPI specifications with your React app. Covers MCP server setup, type generation, and query layer integration. Use when setting up API clients, generating types from OpenAPI, or integrating with Apidog MCP.

211
Jan 31, 2026, 03:08 AM

api-spec-analyzer

Content & Writing

by MadAppGang

Analyzes API documentation from OpenAPI specs to provide TypeScript interfaces, request/response formats, and implementation guidance. Use when implementing API integrations, debugging API errors (400, 401, 404), replacing mock APIs, verifying data types, or when user mentions endpoints, API calls, or backend integration.

211
Nov 4, 2025, 10:26 AM

architect-detective

Content & Writing

by MadAppGang

Use when analyzing architecture and system design. Find design patterns, map layers, identify core abstractions via PageRank. Uses claudemem AST structural analysis for efficient architecture investigation.

211
Jan 20, 2026, 08:16 AM

browser-debugger

Content & Writing

by MadAppGang

Systematically tests UI functionality, validates design fidelity with AI visual analysis, monitors console output, tracks network requests, and provides debugging reports using Chrome DevTools MCP. Use after implementing UI features, for design validation, when investigating console errors, for regression testing, or when user mentions testing, browser bugs, console errors, or UI verification.

211
Dec 10, 2025, 03:47 AM

browser-debugging

Content & Writing

by MadAppGang

Systematically tests UI functionality, validates design fidelity with AI visual analysis, monitors console output, tracks network requests, and provides debugging reports using Chrome Extension MCP tools. Use after implementing UI features, for design validation, when investigating console errors, for regression testing, or when user mentions testing, browser bugs, console errors, or UI verification.

211
Jan 5, 2026, 09:59 PM

campaign-metrics

Content & Writing

by MadAppGang

Cold email campaign KPIs, benchmarks, and diagnostic patterns

211
Jan 20, 2026, 08:16 AM

claudemem-orchestration

Content & Writing

by MadAppGang

Use when orchestrating multi-agent code analysis with claudemem. Run claudemem once, share output across parallel agents. Enables parallel investigation, consensus analysis, and role-based command mapping.

211
Jan 20, 2026, 08:16 AM

claudemem-search

Content & Writing

by MadAppGang

⚡ PRIMARY TOOL for semantic code search AND structural analysis. NEW: AST tree navigation with map, symbol, callers, callees, context commands. PageRank ranking. Recommended workflow: Map structure first, then search semantically, analyze callers before modifying.

211
Jan 11, 2026, 10:19 PM

claudish-usage

Content & Writing

by MadAppGang

CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with OpenRouter models (Grok, GPT-5, Gemini, MiniMax). NEVER run Claudish directly in main context unless user explicitly requests it. Use when user mentions external AI models, Claudish, OpenRouter, or alternative models. Includes mandatory sub-agent delegation patterns, agent selection guide, file-based instructions, and strict rules to prevent context window pollution.

211
Feb 12, 2026, 12:49 PM

claudish-usage

Content & Writing

by MadAppGang

CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with OpenRouter models (Grok, GPT-5, Gemini, MiniMax). NEVER run Claudish directly in main context unless user explicitly requests it. Use when user mentions external AI models, Claudish, OpenRouter, or alternative models. Includes mandatory sub-agent delegation patterns, agent selection guide, file-based instructions, and strict rules to prevent context window pollution.

211
Feb 12, 2026, 12:49 PM

content-brief

Content & Writing

by MadAppGang

Content brief template and creation methodology for SEO-optimized content. Use when preparing briefs for writers or planning new content pieces.

211
Jan 20, 2026, 08:16 AM