Content & Writing

Page 24 of 57

Browse skills in this category.

4055 skills · Showing 1657-1728
Sort by:

pr-threshold

Content & Writing

by WellApp-ai

Track commit accumulation and trigger PR when thresholds crossed

305
Jan 18, 2026, 10:57 AM

problem-framing

Content & Writing

by WellApp-ai

Frame problems using JTBD Job Stories, HMW questions, and persona validation

305
Jan 18, 2026, 10:57 AM

qa-commit

Content & Writing

by WellApp-ai

Verify implementation against QA Contract (G#N, AC#N), auto-invoke debug on RED

305
Jan 18, 2026, 10:57 AM

qa-planning

Content & Writing

by WellApp-ai

Generate QA Contract with numbered Gherkin scenarios (G#N) and acceptance criteria (AC#N)

305
Jan 18, 2026, 10:57 AM

session-status

Content & Writing

by WellApp-ai

Generate breadcrumb headers/footers with takt time tracking and muda metrics

305
Jan 18, 2026, 10:57 AM

skill-creator

Content & Writing

by WellApp-ai

Template and guide for creating new skills

305
Jan 18, 2026, 10:57 AM

slack-announce

Content & Writing

by WellApp-ai

Generate formatted Slack messages for team communication

305
Jan 18, 2026, 10:57 AM

state-machine

Content & Writing

by WellApp-ai

Document UI component states (current vs expected) with transitions

305
Jan 18, 2026, 10:57 AM

tech-divergence

Content & Writing

by WellApp-ai

Evaluate technical options with scoring matrix, trigger Gate 4 for significant decisions

305
Jan 18, 2026, 10:57 AM

test-hardening

Content & Writing

by WellApp-ai

Convert passed QA Contract criteria to automated tests

305
Jan 18, 2026, 10:57 AM

document-writer

Content & Writing

by onmax

Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense), content structure patterns, and MDC component usage. Overrides brevity rules for proper grammar. Use nuxt-content for MDC syntax, nuxt-ui for component props.

304
Jan 18, 2026, 11:38 AM

motion

Content & Writing

by onmax

Use when adding animations with Motion Vue (motion-v) - provides motion component API, gesture animations, scroll-linked effects, layout transitions, and composables for Vue 3/Nuxt

304
Jan 18, 2026, 11:38 AM

nuxt

Content & Writing

by onmax

Use when working on Nuxt 4+ projects - provides server routes, file-based routing, middleware patterns, Nuxt-specific composables, and configuration with latest docs. Covers h3 v1 helpers (validation, WebSocket, SSE) and nitropack v2 patterns. Updated for Nuxt 4.3+.

304
Jan 18, 2026, 11:38 AM

nuxt-better-auth

Content & Writing

by onmax

Use when implementing auth in Nuxt apps with @onmax/nuxt-better-auth - provides useUserSession composable, server auth helpers, route protection, and Better Auth plugins integration.

304
Jan 18, 2026, 11:38 AM

nuxt-content

Content & Writing

by onmax

Use when working with Nuxt Content v3, markdown content, or CMS features in Nuxt - provides collections (local/remote/API sources), queryCollection API, MDC rendering, database configuration, NuxtStudio integration, hooks, i18n patterns, and LLMs integration

304
Jan 18, 2026, 11:38 AM

nuxt-modules

Content & Writing

by onmax

Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions (components, composables, plugins), (4) Server extensions (API routes, middleware), (5) Releasing/publishing modules to npm, (6) Setting up CI/CD workflows for modules. Provides defineNuxtModule patterns, Kit utilities, hooks, E2E testing, and release automation.

304
Jan 18, 2026, 11:38 AM

nuxt-ui

Content & Writing

by onmax

Use when building styled UI with @nuxt/ui v4 components - create forms with validation, implement data tables with sorting, build modal dialogs and overlays, configure Tailwind Variants theming. Use vue skill for raw component patterns, reka-ui for headless primitives.

304
Jan 18, 2026, 11:38 AM

nuxthub

Content & Writing

by onmax

Use when building NuxtHub v0.10.6 applications - provides database (Drizzle ORM with sqlite/postgresql/mysql), KV storage, blob storage, and cache APIs. Covers configuration, schema definition, migrations, multi-cloud deployment (Cloudflare, Vercel), and the new hub:db, hub:kv, hub:blob virtual module imports.

304
Jan 18, 2026, 11:38 AM

readme-generator

Content & Writing

by aws-samples

This skill should be used when users want to create or improve README.md files for their projects. It generates professional documentation following the Deep Insight/Strands SDK style - comprehensive yet focused, with clear structure and practical examples.

304
Dec 2, 2025, 03:31 AM

reka-ui

Content & Writing

by onmax

Use when building with Reka UI (headless Vue components) - provides component API, accessibility patterns, composition (asChild), controlled/uncontrolled state, virtualization, and styling integration. Formerly Radix Vue.

304
Jan 18, 2026, 11:38 AM

skill-creator

Content & Writing

by aws-samples

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

304
Dec 2, 2025, 03:31 AM

system-prompt-writer

Content & Writing

by aws-samples

This skill should be used when writing or improving system prompts for AI agents, providing expert guidance based on Anthropic's context engineering principles.

304
Dec 2, 2025, 03:31 AM

tool-creator

Content & Writing

by aws-samples

This skill should be used when users want to create a new tool for the Strands SDK agent system. It supports creating both agent-as-a-tool (complex agents wrapped as tools) and regular tools (simple function-based tools). Use this skill when users request to create, build, or add a new tool.

304
Dec 2, 2025, 03:31 AM

ts-library

Content & Writing

by onmax

Use when authoring TypeScript libraries or npm packages - covers project setup, package.json exports, build tooling (tsdown/unbuild), API design patterns, type inference tricks, testing, and publishing to npm. Use when bundling, configuring dual CJS/ESM output, or setting up release workflows.

304
Jan 18, 2026, 11:38 AM

vue

Content & Writing

by onmax

Use when editing .vue files, creating Vue 3 components, writing composables, or testing Vue code - provides Composition API patterns, props/emits best practices, VueUse integration, and reactive destructuring guidance

304
Jan 18, 2026, 11:38 AM

coding-plan

Content & Writing

by khaneliman

Write clear, actionable coding plans for implementing features, bug fixes, and improvements. Use when planning code changes, designing implementation strategy, sequencing file modifications, or providing step-by-step implementation guidance.

303
Jan 18, 2026, 10:09 PM

commit-messages

Content & Writing

by khaneliman

Generate conventional commit messages based on staged changes. Use when writing commit messages, understanding conventional commit format, or ensuring consistent commit history.

303
Jan 18, 2026, 10:09 PM

context-gathering

Content & Writing

by khaneliman

Build comprehensive context about codebase areas for prompts, documentation, or onboarding. Use when understanding a feature, preparing documentation, onboarding to new code, or building context for AI prompts.

303
Jan 18, 2026, 10:09 PM

debugging-workflows

Content & Writing

by githubnext

Debug gh-aw workflows using run logs, audits, and failure triage.

303
Jan 19, 2026, 04:13 AM

dictation-instructions

Content & Writing

by githubnext

Fix speech-to-text errors in dictated content related to GitHub Agentic Workflows

303
Jan 19, 2026, 04:13 AM

documentation

Content & Writing

by githubnext

Documentation Brief description for SEO and navigation

303
Jan 19, 2026, 04:13 AM

documentation-writing

Content & Writing

by khaneliman

Generate comprehensive technical documentation including READMEs, API docs, user guides, and changelogs. Use when creating project documentation, documenting APIs, writing user guides, or maintaining changelogs.

303
Jan 18, 2026, 10:09 PM

github-mcp-server

Content & Writing

by githubnext

GitHub MCP Server Documentation

303
Jan 19, 2026, 04:13 AM

github-script

Content & Writing

by githubnext

Best practices for writing JavaScript code for GitHub Actions using github-script

303
Jan 19, 2026, 04:13 AM

nix-conditionals

Content & Writing

by khaneliman

Nix conditional patterns: mkIf, optionals, optionalString, mkMerge. Use when writing conditional configuration, avoiding if-then-else, or combining multiple conditional blocks.

303
Jan 18, 2026, 10:09 PM

nix-lib-usage

Content & Writing

by khaneliman

Nix library usage patterns: with, inherit, and inline lib. prefixes. Use when deciding how to access lib functions, avoiding the with lib anti-pattern, or writing analysis-friendly Nix code.

303
Jan 18, 2026, 10:09 PM

skill-creator

Content & Writing

by khaneliman

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

303
Jan 18, 2026, 10:09 PM

specifications

Content & Writing

by khaneliman

Write clear, actionable specifications for features, bugs, and improvements. Use when documenting requirements, defining acceptance criteria, specifying user experiences, or providing technical context for implementations.

303
Jan 18, 2026, 10:09 PM

writing-nix

Content & Writing

by khaneliman

Writes idiomatic, performant, and maintainable Nix code. Covers best practices, anti-patterns to avoid (like `with`), module system design, and performance optimization.

303
Jan 18, 2026, 10:09 PM

ark-analysis

Content & Writing

by mckinsey

Analyze the Ark codebase by cloning the repository to a temporary location. Use this skill when the user asks questions about how Ark works, wants to understand Ark's implementation, or needs to examine Ark source code.

301
Jan 17, 2026, 08:37 PM

ark-chainsaw-testing

Content & Writing

by mckinsey

Run and write Ark Chainsaw tests with mock-llm. Use for running tests, debugging failures, or creating new e2e tests.

301
Jan 17, 2026, 08:37 PM

by mckinsey

Guidance for developing the Ark Kubernetes operator. Use when modifying Go types, CRDs, controllers, or webhooks. Helps with CRD generation and Helm chart sync issues.

301
Jan 17, 2026, 08:37 PM

by mckinsey

Test the Ark Dashboard and UI with Playwright and create PRs with screenshots. Use this skill when testing dashboard UI, taking screenshots for PRs, or validating dashboard changes.

301
Jan 17, 2026, 08:37 PM

ark-documentation

Content & Writing

by mckinsey

Guidance for structuring Ark documentation using the Diataxis framework. Use this skill when creating new docs, deciding where content belongs, reviewing documentation PRs, or restructuring existing documentation.

301
Jan 17, 2026, 08:37 PM

ark-issues

Content & Writing

by mckinsey

Search, list, view, and update existing GitHub issues. Primary use case is CVE tracking and security vulnerability issue management. Used by the ark-security-patcher agent. For drafting NEW issues with research and task breakdowns, use the "issue-creation" skill instead.

301
Jan 17, 2026, 08:37 PM

by mckinsey

Resolve common penetration testing issues in Ark. Use when fixing security vulnerabilities from pentest reports, security audits, or OWASP Top 10 issues.

301
Jan 17, 2026, 08:37 PM

ark-research

Content & Writing

by mckinsey

Research technical solutions by searching the web, examining GitHub repos, and gathering evidence. Use when exploring implementation options or evaluating technologies.

301
Jan 17, 2026, 08:37 PM

ark-vulnerability-fixer

Content & Writing

by mckinsey

CVE research and security patch workflow for Ark. Provides CVE API integration, mitigation strategies, and security-focused PR templates. Works with research, analysis, and setup skills for comprehensive vulnerability fixing.

301
Jan 17, 2026, 08:37 PM

categorize-revdep-issues

Content & Writing

by r-lib

Write revdep/issue.md to group packages by common error categories

300
Jan 16, 2026, 02:36 PM

codemap

Content & Writing

by JordanCoin

Analyze codebase structure, dependencies, changes, cross-agent handoffs, and get code-aware intelligence. Use when user asks about project structure, where code is located, how files connect, what changed, how to resume work, before starting any coding task, when you need risk analysis and skill guidance, or when Codemap should tune project config before analysis.

298
Jan 1, 2026, 05:56 PM

datasette-plugin-writer

Content & Writing

by simonw

Guide for writing Datasette plugins. This skill should be used when users want to create or develop plugins for Datasette, including information about plugin hooks, the cookiecutter template, database APIs, request/response handling, and plugin configuration.

293
Jan 16, 2026, 07:14 PM

sync-data-relational

Content & Writing

by naver

Analyze spring-data-relational version changes and identify required updates for the current project. Use when upgrading spring-data-relational versions or syncing with upstream changes.

291
Dec 22, 2025, 01:26 AM

llm-context-rule-creator

Content & Writing

by cyberchitta

Create optimized llm-context rules for specific tasks by analyzing codebase content and generating minimal file selection patterns

288
Nov 19, 2025, 05:08 AM

analyse-issue

Content & Writing

by monarch-initiative

Analyze MONDO GitHub issues for validity, suggest improvements, and generate structured

287
Jan 16, 2026, 09:54 PM

releasing-software

Content & Writing

by harperreed

Use when preparing a release, tagging a version, or when user says "release", "tag", "ship it", "push to production" - ensures all release artifacts are verified before tagging to avoid the retag-four-times failure pattern

286
Jan 15, 2026, 07:22 PM

by harperreed

Use when asked to reflect on how the session went

286
Jan 15, 2026, 07:22 PM

release

Content & Writing

by ceedaragents

Run a Cyrus release by publishing all packages to npm in the correct dependency order, updating changelogs, and creating git tags.

285
Jan 19, 2026, 04:29 AM

by ahmedelgabri

Generates clear commit messages from Git diffs. Use when writing commit messages or reviewing staged changes.

281
Jan 19, 2026, 02:17 AM

release

Content & Writing

by Stewart86

Create a new release for the Hamr launcher with version bump, git tag, and push

280
Jan 19, 2026, 02:24 AM

agent-evaluation

Content & Writing

by NeoLabHQ

Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring improvement quality.

279
Jan 16, 2026, 09:38 PM

kaizen

Content & Writing

by NeoLabHQ

Use when Code implementation and refactoring, architecturing or designing systems, process and workflow improvements, error handling and validation. Provide tehniquest to avoid over-engineering and apply iterative improvements.

279
Jan 16, 2026, 09:38 PM

prompt-engineering

Content & Writing

by NeoLabHQ

Use this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.

279
Jan 16, 2026, 09:38 PM

software-architecture

Content & Writing

by NeoLabHQ

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

279
Jan 16, 2026, 09:38 PM

thought-based-reasoning

Content & Writing

by NeoLabHQ

Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency, Tree of Thoughts, Least-to-Most, ReAct, PAL, Reflexion) with templates, decision matrices, and research-backed patterns

279
Jan 16, 2026, 09:38 PM

brand-analyzer

Content & Writing

by ailabs-393

This skill should be used when the user requests brand analysis, brand guidelines creation, brand audits, or establishing brand identity and consistency standards. It provides comprehensive frameworks for analyzing brand elements and creating actionable brand guidelines based on requirements.

277
Nov 11, 2025, 07:22 AM

by ailabs-393

This skill should be used when analyzing business sales and revenue data from CSV files to identify weak areas, generate statistical insights, and provide strategic improvement recommendations. Use when the user requests a business performance report, asks to analyze sales data, wants to identify areas of weakness, or needs recommendations on business improvement strategies.

277
Nov 11, 2025, 07:22 AM

by ailabs-393

This skill should be used when the user requests to create professional business documents (proposals, business plans, or budgets) from templates. It provides PDF templates and a Python script for generating filled documents from user data.

277
Nov 11, 2025, 07:22 AM

cicd-pipeline-generator

Content & Writing

by ailabs-393

This skill should be used when creating or configuring CI/CD pipeline files for automated testing, building, and deployment. Use this for generating GitHub Actions workflows, GitLab CI configs, CircleCI configs, or other CI/CD platform configurations. Ideal for setting up automated pipelines for Node.js/Next.js applications, including linting, testing, building, and deploying to platforms like Vercel, Netlify, or AWS.

277
Nov 11, 2025, 07:22 AM

codebase-documenter

Content & Writing

by ailabs-393

This skill should be used when writing documentation for codebases, including README files, architecture documentation, code comments, and API documentation. Use this skill when users request help documenting their code, creating getting-started guides, explaining project structure, or making codebases more accessible to new developers. The skill provides templates, best practices, and structured approaches for creating clear, beginner-friendly documentation.

277
Nov 11, 2025, 07:22 AM

docker-containerization

Content & Writing

by ailabs-393

This skill should be used when containerizing applications with Docker, creating Dockerfiles, docker-compose configurations, or deploying containers to various platforms. Ideal for Next.js, React, Node.js applications requiring containerization for development, production, or CI/CD pipelines. Use this skill when users need Docker configurations, multi-stage builds, container orchestration, or deployment to Kubernetes, ECS, Cloud Run, etc.

277
Nov 11, 2025, 07:22 AM

finance-manager

Content & Writing

by ailabs-393

Comprehensive personal finance management system for analyzing transaction data, generating insights, creating visualizations, and providing actionable financial recommendations. Use when users need to analyze spending patterns, track budgets, visualize financial data, extract transactions from PDFs, calculate savings rates, identify spending trends, generate financial reports, or receive personalized budget recommendations. Triggers include requests like "analyze my finances", "track my spending", "create a financial report", "extract transactions from PDF", "visualize my budget", "where is my money going", "financial insights", "spending breakdown", or any finance-related analysis tasks.

277
Nov 11, 2025, 07:22 AM

frontend-enhancer

Content & Writing

by ailabs-393

This skill should be used when enhancing the visual design and aesthetics of Next.js web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. Use this skill for tasks like improving styling, creating responsive designs, implementing modern UI patterns, adding animations, selecting color schemes, or building aesthetically pleasing frontend interfaces.

277
Nov 11, 2025, 07:22 AM