Content & Writing

Page 21 of 58

Browse skills in this category.

4108 skills · Showing 1441-1512
Sort by:

supabase-node

Content & Writing

by alinaqi

Express/Hono with Supabase and Drizzle ORM

685
Apr 7, 2026, 05:21 AM

supabase-python

Content & Writing

by alinaqi

FastAPI with Supabase and SQLAlchemy/SQLModel

685
Apr 7, 2026, 05:21 AM

team-coordination

Content & Writing

by alinaqi

Multi-person projects - shared state, todo claiming, handoffs

685
Apr 7, 2026, 05:21 AM

ui-mobile

Content & Writing

by alinaqi

Mobile UI patterns - React Native, iOS/Android, touch targets

685
Apr 7, 2026, 05:21 AM

ui-testing

Content & Writing

by alinaqi

Visual testing - catch invisible buttons, broken layouts, contrast

685
Mar 31, 2026, 03:27 PM

ui-web

Content & Writing

by alinaqi

Web UI - glassmorphism, Tailwind, dark mode, accessibility

685
Apr 7, 2026, 05:21 AM

user-journeys

Content & Writing

by alinaqi

User experience flows - journey mapping, UX validation, error recovery

685
Apr 7, 2026, 05:21 AM

web-content

Content & Writing

by alinaqi

SEO and AI discovery (GEO) - schema, ChatGPT/Perplexity optimization

685
Apr 7, 2026, 05:21 AM

web-payments

Content & Writing

by alinaqi

Stripe Checkout, subscriptions, webhooks, customer portal

685
Apr 7, 2026, 05:21 AM

woocommerce

Content & Writing

by alinaqi

WooCommerce REST API - products, orders, customers, webhooks

685
Apr 7, 2026, 05:21 AM

api-contract-sync-manager

Content & Writing

by ananddtyagi

Validate OpenAPI, Swagger, and GraphQL schemas match backend implementation. Detect breaking changes, generate TypeScript clients, and ensure API documentation stays synchronized. Use when working with API spec files (.yaml, .json, .graphql), reviewing API changes, generating frontend types, or validating endpoint implementations.

681
Oct 16, 2025, 10:03 PM

chief-architect

Content & Writing

by ananddtyagi

PERSONAL APP ARCHITECT - Strategic development orchestrator for personal productivity applications. Analyzes project context, makes architectural decisions for single-developer projects, delegates to specialized skills, and ensures alignment between user experience goals and technical implementation. Optimized for personal apps targeting 10-100 users.

681
Dec 25, 2025, 07:21 AM

by ananddtyagi

MASTER Vue.js application testing with strict enforcement of verification protocols. Systematically test functionality with Playwright, validate bug fixes, verify features work, and enforce zero-tolerance policies for false success claims. MANDATORY testing with visual evidence before any deployment or functionality claims.

681
Dec 25, 2025, 07:21 AM

data-safety-auditor

Content & Writing

by ananddtyagi

Comprehensive data safety auditor for Vue 3 + Pinia + IndexedDB + PouchDB applications. Detects data loss risks, sync issues, race conditions, and browser-specific vulnerabilities with actionable remediation guidance.

681
Dec 25, 2025, 07:21 AM

document-sync

Content & Writing

by ananddtyagi

A robust skill that analyzes your app's actual codebase, tech stack, configuration, and architecture to ensure ALL documentation is current and accurate. It never assumes—always verifies and compares the live system with every documentation file to detect code-doc drift and generate actionable updates.

681
Dec 25, 2025, 07:21 AM

master-plan-manager

Content & Writing

by ananddtyagi

Safe MASTER_PLAN.md management with backup, validation, and intelligent updates. Use when updating task tracking, adding features to roadmap, or modifying project documentation.

681
Dec 25, 2025, 07:21 AM

math-tools

Content & Writing

by ananddtyagi

Deterministic mathematical computation using SymPy. Use for ANY math operation requiring exact/verified results - basic arithmetic, algebra (simplify, expand, factor, solve equations), calculus (derivatives, integrals, limits, series), linear algebra (matrices, determinants, eigenvalues), trigonometry, number theory (primes, GCD/LCM, factorization), and statistics. Ensures mathematical accuracy by using symbolic computation rather than LLM estimation.

681
Nov 27, 2025, 04:52 PM

plugin-creator

Content & Writing

by ananddtyagi

Create, validate, and publish Claude Code plugins and marketplaces. Use this skill when building plugins with commands, agents, hooks, MCP servers, or skills.

681
Dec 25, 2025, 07:21 AM

safe-project-organizer

Content & Writing

by ananddtyagi

Safely analyze and reorganize project structure with multi-stage validation, dry-run previews, and explicit user confirmation. Use when projects need cleanup, standardization, or better organization.

681
Dec 25, 2025, 07:21 AM

skill-creator-doctor

Content & Writing

by ananddtyagi

Create, repair, maintain, and consolidate skills. This skill should be used when users want to create new skills, fix broken skills that won't load, diagnose skill system issues, maintain skill health, or consolidate duplicate/obsolete skills. Automatically detects and repairs common skill loading problems including missing registry entries, metadata format issues, and structural problems. Provides comprehensive skill ecosystem management including duplicate detection, merge workflows, and archival processes.

681
Dec 25, 2025, 07:21 AM

skills-manager

Content & Writing

by ananddtyagi

Universal consolidation & audit skill for Claude Code skills. Analyzes project state, detects redundancies, and safely manages skills with backup, confirmations, and rollback capabilities. Never assumes without verifying actual code and usage patterns.

681
Dec 25, 2025, 07:21 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.

673
Feb 23, 2026, 05:16 PM

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

673
Jan 29, 2026, 07:22 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+.

673
Feb 23, 2026, 05:16 PM

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.

673
Feb 1, 2026, 07:05 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

673
Feb 23, 2026, 05:16 PM

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.

673
Jan 29, 2026, 07:22 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.

673
Feb 23, 2026, 05:16 PM

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.

673
Feb 1, 2026, 07:06 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.

673
Feb 1, 2026, 07:08 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.

673
Feb 23, 2026, 05:16 PM

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

673
Feb 23, 2026, 05:16 PM

create-steering-documents

Content & Writing

by jasonkneen

Create comprehensive steering documents for development projects. Generates project-specific standards, git workflows, and technology guidelines in .kiro/steering/ directory.

672
Dec 19, 2025, 08:51 AM

design-documentation

Content & Writing

by jasonkneen

Transform approved requirements into comprehensive technical designs. Define system architecture, component interactions, data models, and interfaces to create a blueprint for implementation.

672
Dec 19, 2025, 08:26 AM

quality-assurance

Content & Writing

by jasonkneen

Comprehensive testing and validation strategies for spec-driven development. Learn phase-specific validation techniques, quality gates, and testing approaches to ensure high-quality implementation.

672
Dec 19, 2025, 08:26 AM

requirements-engineering

Content & Writing

by jasonkneen

Transform vague feature ideas into clear, testable requirements using EARS format. Capture user stories, define acceptance criteria, identify edge cases, and validate completeness before moving to design.

672
Dec 19, 2025, 08:26 AM

spec-driven-development

Content & Writing

by jasonkneen

Systematic three-phase approach to feature development using Requirements, Design, and Tasks phases. Transforms vague feature ideas into well-defined, implementable solutions that reduce ambiguity, improve quality, and enable effective AI collaboration.

672
Dec 19, 2025, 08:26 AM

task-breakdown

Content & Writing

by jasonkneen

Convert technical designs into actionable, sequenced implementation tasks. Create clear coding tasks that enable incremental progress, respect dependencies, and provide a roadmap for systematic feature development.

672
Dec 19, 2025, 08:26 AM

troubleshooting

Content & Writing

by jasonkneen

Diagnose and resolve common issues during spec-driven development and implementation. Learn strategies for handling spec-reality divergence, dependency blocks, unclear requirements, and other execution challenges.

672
Dec 19, 2025, 08:26 AM

inline-cli

Content & Writing

by inline-chat

Explain and use the Inline CLI (`inline`) for authentication, chats, users, spaces, messages, search, bots, typing, notifications, tasks, schema, attachments, downloads, JSON output, and configuration. Use when asked how to use the Inline CLI or its commands, flags, outputs, or workflows.

667
Feb 18, 2026, 04:34 PM

write-ios-macos-changelog

Content & Writing

by inline-chat

Reads commits and changed files within a timeframe specified by user and compiles a changelog for both iOS and macOS.

667
Feb 3, 2026, 11:10 AM

expectations

Content & Writing

by citypaul

Working expectations and documentation practices. Use when capturing learnings, documenting gotchas, recording architectural decisions, or understanding how to work with a codebase. Triggers on "document this", "remember this pattern", "what should I know about", or after completing significant features.

666
Mar 27, 2026, 01:14 PM

front-end-testing

Content & Writing

by citypaul

Behavior-driven UI testing patterns. Covers Vitest Browser Mode (preferred) and DOM Testing Library. Use when testing any front-end application, writing UI tests, querying DOM elements, or simulating user interactions. For React-specific patterns, see the react-testing skill.

666
Mar 8, 2026, 02:22 PM

functional

Content & Writing

by citypaul

Functional programming patterns with immutable data. Use when writing logic, data transformations, or encountering mutation bugs. Covers immutability violations catalog, pure functions, composition, early returns, and options objects. Do NOT over-apply heavy FP abstractions (monads, fp-ts) unless the project requires them.

666
Mar 8, 2026, 02:22 PM

mutation-testing

Content & Writing

by citypaul

Set up and run mutation testing with Stryker, including full-project and diff-against-main runs, then use surviving mutants to strengthen weak or missing tests.

666
May 13, 2026, 04:53 PM

planning

Content & Writing

by citypaul

Planning work as vertical slices in small, known-good increments. Use when starting significant work, turning already-split stories into PR-sized implementation plans, planning PRs, or sequencing complex tasks. If the input is a broad story, epic, feature idea, or backlog item that still needs product slicing, use story-splitting first.

666
May 13, 2026, 04:53 PM

react-testing

Content & Writing

by citypaul

React component testing patterns including components, hooks, context, and forms. Covers Vitest Browser Mode with vitest-browser-react (preferred) and @testing-library/react. Use when testing React applications. For general UI testing patterns, see the front-end-testing skill.

666
Mar 8, 2026, 02:22 PM

refactoring

Content & Writing

by citypaul

Refactoring assessment and patterns. Use after mutation testing validates test strength (MUTATE phase) to assess improvement opportunities.

666
Mar 27, 2026, 01:14 PM

typescript-strict

Content & Writing

by citypaul

TypeScript strict mode patterns including schema-first development, branded types, type vs interface guidance, and tsconfig strict flags. Use when writing TypeScript code, defining types or schemas, or reviewing type safety. For immutability and pure function patterns, see the functional skill.

666
Mar 8, 2026, 02:22 PM

test-script

Content & Writing

by abhinav

Use when writing or modifying .txt test scripts in testdata/script/ for git-spice - covers txtar format, end-to-end testing, ShamHub forge simulation, interactive prompts, and golden file comparisons for branch operations and stack workflows.

662
Mar 10, 2026, 08:51 PM

skill-creator

Content & Writing

by vinhnx

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 VT Code's capabilities with specialized knowledge, workflows, or tool integrations.

659
Jan 2, 2026, 04:21 AM

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.

652
Oct 25, 2025, 02:13 AM

compare-cpython-versions

Content & Writing

by DataDog

>

639
Dec 11, 2025, 06:55 PM

find-cpython-usage

Content & Writing

by DataDog

>

639
Dec 11, 2025, 06:55 PM

lint

Content & Writing

by DataDog

>

639
May 14, 2026, 07:41 PM

releasenote

Content & Writing

by DataDog

>

639
Dec 5, 2025, 06:33 PM

run-tests

Content & Writing

by DataDog

>

639
May 14, 2026, 07:41 PM

translate-skill

Content & Writing

by djyde

Use this skill when you are doing localization and translation work.

626
Nov 2, 2025, 01:46 PM

flow-next

Content & Writing

by gmickel

Manage .flow/ tasks and specs. Triggers: 'show me my tasks', 'list specs', 'what tasks are there', 'add a task', 'create task', 'what's ready', 'task status', 'show fn-1-add-oauth'. NOT for /flow-next:plan or /flow-next:work.

620
May 26, 2026, 09:52 AM

flow-next-export-context

Content & Writing

by gmickel

Export RepoPrompt context for external LLM review (ChatGPT, Claude web, etc.). Use when you want to review code or plans with an external model. Triggers on /flow-next:export-context.

620
May 26, 2026, 09:52 AM

flow-next-impl-review

Content & Writing

by gmickel

John Carmack-level implementation review via RepoPrompt or Codex. Use when reviewing code changes, PRs, or implementations. Triggers on /flow-next:impl-review.

620
May 26, 2026, 09:52 AM

flow-next-interview

Content & Writing

by gmickel

Interview user in-depth about a spec, task, or spec file to extract complete implementation details. Use when user wants to flesh out a spec, refine requirements, or clarify a feature before building. Triggers on /flow-next:interview with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2) or file paths.

620
May 26, 2026, 09:52 AM

flow-next-plan

Content & Writing

by gmickel

Create structured build plans from feature requests or Flow IDs. Use when planning features or designing implementation. Triggers on /flow-next:plan with text descriptions or Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

620
May 26, 2026, 09:52 AM

flow-next-plan-review

Content & Writing

by gmickel

Carmack-level plan review via RepoPrompt or Codex. Use when reviewing Flow specs or design docs. Triggers on /flow-next:plan-review.

620
May 26, 2026, 09:52 AM

flow-next-ralph-init

Content & Writing

by gmickel

Scaffold repo-local Ralph autonomous harness under scripts/ralph/. Use when user runs /flow-next:ralph-init.

620
May 26, 2026, 09:52 AM

flow-next-rp-explorer

Content & Writing

by gmickel

Token-efficient codebase exploration using RepoPrompt CLI. Use when user says "use rp to..." or "use repoprompt to..." followed by explore, find, understand, search, or similar actions.

620
Jan 6, 2026, 08:00 PM

flow-next-setup

Content & Writing

by gmickel

Optional local install of flowctl CLI and CLAUDE.md/AGENTS.md instructions. Use when user runs /flow-next:setup.

620
Jan 31, 2026, 11:37 PM

flow-next-sync

Content & Writing

by gmickel

Manually trigger plan-sync to update downstream task specs after implementation drift. Use when code changes outpace specs.

620
May 26, 2026, 09:52 AM

flow-next-work

Content & Writing

by gmickel

Execute a Flow spec or task systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan or working through a spec. Triggers on /flow-next:work with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

620
May 26, 2026, 09:52 AM

flow-next-worktree-kit

Content & Writing

by gmickel

Manage git worktrees (create/list/switch/cleanup) and copy .env files. Use for parallel feature work, isolated review, clean workspace, or when user mentions worktrees.

620
Feb 3, 2026, 09:14 PM

flow-plan-review

Content & Writing

by gmickel

Carmack-level plan review via rp-cli context builder + chat. Use when reviewing implementation plans, architecture docs, or design specs. Triggers on mentions of plan review, design review, or architecture review.

620
May 9, 2026, 12:01 PM

agent-browser

Content & Writing

by dmmulroy

Browser automation CLI for AI agents using Playwright

619
Feb 2, 2026, 01:06 PM