Content & Writing

Page 26 of 64

Browse skills in this category.

4544 skills · Showing 1801-1872
Sort by:

renaming-services

Content & Writing

by coollabsio

Renames a service documentation file and updates all references across docs/services/, List.vue, and nginx/redirects.conf. Use when renaming services, changing service slugs, fixing camelCase to kebab-case, or when service names change in the Coolify repository templates/compose/.

310
Jan 18, 2026, 08:33 PM

templ-htmx

Content & Writing

by Xe

Build interactive hypermedia-driven applications with templ and HTMX. Use when creating dynamic UIs, real-time updates, AJAX interactions, mentions 'HTMX', 'dynamic content', or 'interactive templ app'.

310
Jan 16, 2026, 10:08 AM

bubbletea

Content & Writing

by hmans

Browse Bubbletea TUI framework documentation and examples. Use when working with Bubbletea components, models, commands, or building terminal user interfaces in Go.

309
Jan 17, 2026, 09:52 PM

markdown-task-manager

Content & Writing

by ioniks

Use when managing tasks, the system is a Kanban task manager based on local Markdown files (`kanban.md` and `archive.md`). It follows a strict format compatible with the task-manager.html web application.

308
Nov 14, 2025, 09:14 AM

autonomous-loop

Content & Writing

by WellApp-ai

Iterate until success or limit, composing existing skills with Jidoka integration

305
Jan 18, 2026, 10:57 AM

bpmn-workflow

Content & Writing

by WellApp-ai

Generate and maintain BPMN 2.0 diagrams linked to Gherkin scenarios

305
Jan 18, 2026, 10:57 AM

competitor-scan

Content & Writing

by WellApp-ai

Research best-in-class products using Browser MCP and WebSearch

305
Jan 18, 2026, 10:57 AM

compliance-audit

Content & Writing

by WellApp-ai

Audit Value Delivery compliance after PR push

305
Jan 18, 2026, 10:57 AM

decision-capture

Content & Writing

by WellApp-ai

Capture patine (decision wisdom) at Gates when KO or challenge occurs

305
Jan 18, 2026, 10:57 AM

dependency-mapping

Content & Writing

by WellApp-ai

Map slice dependencies using DSM matrix and prioritize by risk

305
Jan 18, 2026, 10:57 AM

design-context

Content & Writing

by WellApp-ai

Refresh UI/UX context from design system, Storybook, and codebase

305
Jan 18, 2026, 10:57 AM

gtm-alignment

Content & Writing

by WellApp-ai

Align phases with GTM strategy, persona tiers, and KPI targets

305
Jan 18, 2026, 10:57 AM

hotfix

Content & Writing

by WellApp-ai

Expedited workflow for urgent production issues

305
Jan 18, 2026, 10:57 AM

mcp-server

Content & Writing

by WellApp-ai

Guide for creating new MCP server integrations

305
Jan 18, 2026, 10:57 AM

notion-sync

Content & Writing

by WellApp-ai

Standardize Notion task updates across all modes

305
Jan 18, 2026, 10:57 AM

phasing

Content & Writing

by WellApp-ai

Group slices into risk-optimized phases with timeline generation

305
Jan 18, 2026, 10:57 AM

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

setup

Content & Writing

by WellApp-ai

One-time environment setup for new team members

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

console-rendering

Content & Writing

by githubnext

Instructions for using the struct tag-based console rendering system in Go

303
Jan 19, 2026, 04:13 AM

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

custom-agents

Content & Writing

by githubnext

GitHub Custom Agent File Format

303
Jan 19, 2026, 04:13 AM

debugging-workflows

Content & Writing

by githubnext

Guide for debugging GitHub Agentic Workflows - analyzing logs, auditing runs, and troubleshooting issues

303
Jan 19, 2026, 04:13 AM

developer

Content & Writing

by githubnext

Developer Instructions for GitHub Agentic Workflows

303
Jan 19, 2026, 04:13 AM

dictation-instructions

Content & Writing

by githubnext

Instructions for fixing speech-to-text errors and improving text quality in gh-aw documentation and 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

error-messages

Content & Writing

by githubnext

Error Message Style Guide for Validation Errors

303
Jan 19, 2026, 04:13 AM

error-pattern-safety

Content & Writing

by githubnext

Error Pattern Safety Guidelines for Agentic Engines

303
Jan 19, 2026, 04:13 AM

gh-agent-session

Content & Writing

by githubnext

GitHub CLI Agent Session Extension

303
Jan 19, 2026, 04:13 AM

gh-agent-task

Content & Writing

by githubnext

GitHub CLI Agent Task Extension

303
Jan 19, 2026, 04:13 AM

by githubnext

Tips and Tricks for Working with GitHub Copilot Agent PRs

303
Jan 19, 2026, 04:13 AM

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

http-mcp-headers

Content & Writing

by githubnext

HTTP MCP Header Secret Support - Implementation Summary

303
Jan 19, 2026, 04:13 AM

javascript-refactoring

Content & Writing

by githubnext

Instructions for refactoring JavaScript code into separate files

303
Jan 19, 2026, 04:13 AM

messages

Content & Writing

by githubnext

Instructions for adding new message types to the safe-output messages system

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

reporting

Content & Writing

by githubnext

Guidelines for formatting reports using HTML details/summary tags

303
Jan 19, 2026, 04:13 AM

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

skills

Content & Writing

by githubnext

Using Skillz MCP Server with Docker

303
Jan 19, 2026, 04:13 AM

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

temporary-id-safe-output

Content & Writing

by githubnext

Plan for adding temporary ID support to safe output jobs

303
Jan 19, 2026, 04:13 AM

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