Content & Writing
Page 26 of 64
Browse skills in this category.
renaming-services
Content & Writingby 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/.
templ-htmx
Content & Writingby 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'.
markdown-task-manager
Content & Writingby 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.
autonomous-loop
Content & Writingby WellApp-ai
Iterate until success or limit, composing existing skills with Jidoka integration
bpmn-workflow
Content & Writingby WellApp-ai
Generate and maintain BPMN 2.0 diagrams linked to Gherkin scenarios
competitor-scan
Content & Writingby WellApp-ai
Research best-in-class products using Browser MCP and WebSearch
compliance-audit
Content & Writingby WellApp-ai
Audit Value Delivery compliance after PR push
decision-capture
Content & Writingby WellApp-ai
Capture patine (decision wisdom) at Gates when KO or challenge occurs
dependency-mapping
Content & Writingby WellApp-ai
Map slice dependencies using DSM matrix and prioritize by risk
design-context
Content & Writingby WellApp-ai
Refresh UI/UX context from design system, Storybook, and codebase
gtm-alignment
Content & Writingby WellApp-ai
Align phases with GTM strategy, persona tiers, and KPI targets
hotfix
Content & Writingby WellApp-ai
Expedited workflow for urgent production issues
mcp-server
Content & Writingby WellApp-ai
Guide for creating new MCP server integrations
notion-sync
Content & Writingby WellApp-ai
Standardize Notion task updates across all modes
phasing
Content & Writingby WellApp-ai
Group slices into risk-optimized phases with timeline generation
pr-threshold
Content & Writingby WellApp-ai
Track commit accumulation and trigger PR when thresholds crossed
problem-framing
Content & Writingby WellApp-ai
Frame problems using JTBD Job Stories, HMW questions, and persona validation
qa-commit
Content & Writingby WellApp-ai
Verify implementation against QA Contract (G#N, AC#N), auto-invoke debug on RED
qa-planning
Content & Writingby WellApp-ai
Generate QA Contract with numbered Gherkin scenarios (G#N) and acceptance criteria (AC#N)
session-status
Content & Writingby WellApp-ai
Generate breadcrumb headers/footers with takt time tracking and muda metrics
setup
Content & Writingby WellApp-ai
One-time environment setup for new team members
skill-creator
Content & Writingby WellApp-ai
Template and guide for creating new skills
slack-announce
Content & Writingby WellApp-ai
Generate formatted Slack messages for team communication
state-machine
Content & Writingby WellApp-ai
Document UI component states (current vs expected) with transitions
tech-divergence
Content & Writingby WellApp-ai
Evaluate technical options with scoring matrix, trigger Gate 4 for significant decisions
test-hardening
Content & Writingby WellApp-ai
Convert passed QA Contract criteria to automated tests
document-writer
Content & Writingby 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.
nuxt
Content & Writingby 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+.
nuxt-better-auth
Content & Writingby 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.
nuxt-content
Content & Writingby 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
nuxt-modules
Content & Writingby 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.
nuxt-ui
Content & Writingby 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.
nuxthub
Content & Writingby 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.
readme-generator
Content & Writingby 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.
skill-creator
Content & Writingby 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.
system-prompt-writer
Content & Writingby 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.
tool-creator
Content & Writingby 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.
ts-library
Content & Writingby 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.
coding-plan
Content & Writingby 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.
commit-messages
Content & Writingby khaneliman
Generate conventional commit messages based on staged changes. Use when writing commit messages, understanding conventional commit format, or ensuring consistent commit history.
console-rendering
Content & Writingby githubnext
Instructions for using the struct tag-based console rendering system in Go
context-gathering
Content & Writingby 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.
debugging-workflows
Content & Writingby githubnext
Guide for debugging GitHub Agentic Workflows - analyzing logs, auditing runs, and troubleshooting issues
developer
Content & Writingby githubnext
Developer Instructions for GitHub Agentic Workflows
dictation-instructions
Content & Writingby githubnext
Instructions for fixing speech-to-text errors and improving text quality in gh-aw documentation and workflows
documentation
Content & Writingby githubnext
Documentation Brief description for SEO and navigation
documentation-writing
Content & Writingby 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.
error-messages
Content & Writingby githubnext
Error Message Style Guide for Validation Errors
error-pattern-safety
Content & Writingby githubnext
Error Pattern Safety Guidelines for Agentic Engines
gh-agent-session
Content & Writingby githubnext
GitHub CLI Agent Session Extension
github-copilot-agent-tips-and-tricks
Content & Writingby githubnext
Tips and Tricks for Working with GitHub Copilot Agent PRs
github-mcp-server
Content & Writingby githubnext
GitHub MCP Server Documentation
github-script
Content & Writingby githubnext
Best practices for writing JavaScript code for GitHub Actions using github-script
http-mcp-headers
Content & Writingby githubnext
HTTP MCP Header Secret Support - Implementation Summary
javascript-refactoring
Content & Writingby githubnext
Instructions for refactoring JavaScript code into separate files
messages
Content & Writingby githubnext
Instructions for adding new message types to the safe-output messages system
nix-conditionals
Content & Writingby khaneliman
Nix conditional patterns: mkIf, optionals, optionalString, mkMerge. Use when writing conditional configuration, avoiding if-then-else, or combining multiple conditional blocks.
nix-lib-usage
Content & Writingby 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.
reporting
Content & Writingby githubnext
Guidelines for formatting reports using HTML details/summary tags
skill-creator
Content & Writingby 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.
specifications
Content & Writingby 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.
temporary-id-safe-output
Content & Writingby githubnext
Plan for adding temporary ID support to safe output jobs
writing-nix
Content & Writingby khaneliman
Writes idiomatic, performant, and maintainable Nix code. Covers best practices, anti-patterns to avoid (like `with`), module system design, and performance optimization.
ark-analysis
Content & Writingby 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.
ark-chainsaw-testing
Content & Writingby mckinsey
Run and write Ark Chainsaw tests with mock-llm. Use for running tests, debugging failures, or creating new e2e tests.