Content & Writing

Page 40 of 60

Browse skills in this category.

4249 skills · Showing 2809-2880
Sort by:

ci-fix

Content & Writing

by jMerta

Fix GitHub Actions CI failures using GitHub CLI (gh): inspect runs/logs, identify root cause, patch workflows/code, rerun jobs, and summarize verification. Use when GitHub Actions CI is failing or needs diagnosis.

102
Jan 3, 2026, 12:54 AM

commit-work

Content & Writing

by jMerta

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.

102
Jan 3, 2026, 12:54 AM

dependency-upgrader

Content & Writing

by jMerta

Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump, apply changes incrementally, run tests/builds, and document breaking changes. Use when the user asks to bump deps, update frameworks, or address CVEs.

102
Jan 3, 2026, 12:54 AM

docs-guide

Content & Writing

by Nubaeon

Interactive documentation guide - helps users explore and understand project documentation. Use when user asks about features, APIs, configuration, or wants to learn how something works. Retrieves focused docs and guides through them interactively.

102
Jan 18, 2026, 07:56 PM

docs-sync

Content & Writing

by jMerta

Keep documentation in sync with code changes across README, docs sites, API docs, runbooks, and configuration. Use when the user asks to update docs, ensure docs match behavior, or prepare docs for a release/PR.

102
Jan 3, 2026, 12:54 AM

plan-work

Content & Writing

by jMerta

Plan work before coding: do repo research, analyze options/risks, and ask clarifying questions before proposing an implementation plan. Use when the user asks for a plan, design/approach, scope breakdown, or implementation steps.

102
Jan 3, 2026, 12:54 AM

rebase-assistant

Content & Writing

by jMerta

Guide a safe git rebase of the current branch onto a target branch, including conflict triage and resolution steps. Use when asked to rebase, update a branch, or resolve rebase conflicts.

102
Jan 3, 2026, 12:54 AM

release-notes

Content & Writing

by jMerta

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

102
Jan 3, 2026, 12:54 AM

sessions-to-blog

Content & Writing

by jMerta

Generate MDX blog posts or recaps from session logs in `sessions/articles`. Use when the user asks to turn daily session notes into publishable blog posts, define writing style or linking rules for those posts, or produce MDX drafts that follow the project's standards and file location.

102
Jan 3, 2026, 12:54 AM

coding-standards

Content & Writing

by alexeygrigorev

Use this when writing or reviewing code - provides project-specific coding standards

101
Jan 14, 2026, 08:35 AM

release

Content & Writing

by tobagin

Create a new version release by analyzing changes, bumping version, updating changelogs, committing, tagging, and pushing

101
Jan 18, 2026, 05:07 PM

aesthetic-dreaming

Content & Writing

by glittercowboy

Create aesthetic templates without first creating a plugin - capture visual design concepts through adaptive questioning. Use when you want to build a library of visual systems before plugin implementation.

100
Nov 19, 2025, 01:13 PM

context-resume

Content & Writing

by glittercowboy

Load plugin context from handoff files to resume work. Invoked by /continue command, 'resume [PluginName]', 'continue working on [PluginName]', 'pick up where I left off with [PluginName]', or 'show me where [PluginName] is at'. Locates handoff across 2 locations, parses state, presents summary, and routes to appropriate continuation skill.

100
Nov 19, 2025, 01:13 PM

deep-research

Content & Writing

by glittercowboy

Multi-agent parallel investigation for complex JUCE problems. Use when troubleshooting fails after Level 3, problems require novel research, or user requests /research command.

100
Nov 19, 2025, 01:13 PM

plugin-ideation

Content & Writing

by glittercowboy

Adaptive brainstorming for plugin concepts and improvements when exploring ideas, not implementing. Autonomous triggers: "I want to make...", "Explore improvements to...", "brainstorm", "ideate", "new plugin idea", "what if I added". NOT for implementing existing improvement proposals (use plugin-improve skill).

100
Nov 19, 2025, 01:13 PM

plugin-improve

Content & Writing

by glittercowboy

Fix bugs, add features to completed plugins. Includes versioning, backups, regression testing, changelog automation. Auto-detects deep-research handoffs to preserve investigation context. Trigger terms - improve, fix, add feature, modify plugin, version bump, rollback

100
Nov 19, 2025, 01:13 PM

plugin-lifecycle

Content & Writing

by glittercowboy

Manage complete plugin lifecycle - install, uninstall, reset, destroy. Use when user runs /install-plugin, /uninstall, /reset-to-ideation, /destroy, /clean commands, or says 'install [Name]', 'remove [Name]', 'uninstall [Name]', 'delete [Name]'.

100
Nov 19, 2025, 01:13 PM

plugin-packaging

Content & Writing

by glittercowboy

Create branded PKG installers for plugin distribution. Use when user requests to package a plugin, create installer, share plugin with others, or mentions distributing/sending plugin to someone. Invoked by /package command or natural language like 'create installer for TapeAge' or 'package GainKnob'.

100
Nov 19, 2025, 01:13 PM

plugin-planning

Content & Writing

by glittercowboy

Orchestrates Stage 0 research and planning for JUCE plugins - creates architecture.md and plan.md contracts through subagent delegation. Use when creative brief exists and plugin needs DSP architecture specification, complexity assessment, or implementation planning. Invoke via /plan command, natural language (plan architecture, research DSP), or as first implementation step.

100
Nov 19, 2025, 01:13 PM

plugin-testing

Content & Writing

by glittercowboy

Validates audio plugins through automated tests, pluginval, or manual DAW testing. Use for MANUAL testing via /test command. Note - Automatic validation now built into workflow (validation-agent runs after each stage). This skill is for manual testing only, after bug fixes, or when user mentions test, validate, validation, pluginval, stability, automated tests, run tests, check plugin, or quality assurance.

100
Nov 19, 2025, 01:13 PM

plugin-workflow

Content & Writing

by glittercowboy

Orchestrates JUCE plugin implementation through stages 1-3 (Foundation, DSP, GUI) using subagent delegation with automatic validation after each stage. Use when implementing plugins after planning completes, or when resuming with /continue command. Invoked by /implement command.

100
Nov 19, 2025, 01:13 PM

srtd-cli

Content & Writing

by t1mmen

This skill should be used when the user mentions "srtd", "sql templates", "migrations-templates", "live reload sql", "supabase functions", when working with files in supabase/migrations-templates/, when .buildlog.json or srtd.config.json is detected, or when writing Postgres functions/views/triggers for Supabase.

100
Dec 31, 2025, 07:10 AM

srtd-dev

Content & Writing

by t1mmen

Expert knowledge for developing the SRTD codebase itself. Use when implementing features, fixing bugs, understanding architecture, or writing tests for SRTD internals. NOT for end users of srtd CLI.

100
Dec 31, 2025, 07:10 AM

system-setup

Content & Writing

by glittercowboy

Validates and configures all dependencies required for the Plugin Freedom System. This is a STANDALONE skill that runs BEFORE plugin workflows begin. It checks for Python, build tools, CMake, JUCE, and pluginval, optionally installing missing dependencies with user approval. Configuration is saved to .claude/system-config.json for use by other skills. Use when user mentions setup, installation, dependencies, missing tools, or when SessionStart hook detects configuration issues.

100
Nov 19, 2025, 01:13 PM

troubleshooting-docs

Content & Writing

by glittercowboy

Captures solved problems as categorized documentation with YAML frontmatter for fast lookup. Use when user confirms solution with phrases like 'that worked', 'it's fixed', 'working now', or via /doc-fix command.

100
Nov 19, 2025, 01:13 PM

ui-mockup

Content & Writing

by glittercowboy

Orchestrator for WebView UI mockup workflow - delegates design iteration to ui-design-agent and implementation scaffolding to ui-finalization-agent. Use when user mentions UI design, mockup, WebView interface, or requests 'design UI for [plugin]'.

100
Nov 19, 2025, 01:13 PM

ui-template-library

Content & Writing

by glittercowboy

Manage aesthetic templates - save visual systems from completed mockups as interpretable prose, apply to new plugins with adaptive layouts

100
Nov 19, 2025, 01:13 PM

api-development

Content & Writing

by programming-in-th

Use when creating or modifying Elysia API routes. Ensures proper validation with t schema, auth guards, error handling, and performance patterns.

99
Jan 18, 2026, 04:51 PM

braindump

Content & Writing

by huytieu

Quick capture of raw thoughts with intelligent domain classification and competitive intelligence extraction

99
Jan 19, 2026, 04:38 AM

component-development

Content & Writing

by programming-in-th

Use when creating or modifying React components. Ensures proper Server/Client component patterns, performance optimization, and accessibility.

99
Jan 18, 2026, 04:51 PM

daily-brief

Content & Writing

by huytieu

Generate personalized news intelligence with verified sources (7-day freshness requirement)

99
Jan 19, 2026, 04:38 AM

database-changes

Content & Writing

by programming-in-th

Use when modifying Prisma schema or database queries. Ensures proper migrations, type safety, and query performance.

99
Jan 18, 2026, 04:51 PM

gemini-image

Content & Writing

by tyrchen

Reference guide for using google-genai Python library to generate images with gemini-3-pro-image-preview model. Use this skill when building new projects that need Gemini image generation capabilities, to understand the correct API patterns, configuration options, and best practices.

99
Jan 16, 2026, 08:00 PM

knowledge-consolidation

Content & Writing

by huytieu

Build frameworks from scattered insights across all braindumps and notes

99
Jan 19, 2026, 04:38 AM

pg-data

Content & Writing

by tyrchen

Generate safe, read-only PostgreSQL queries from natural language. Use when users need to query blog_small, ecommerce_medium, or saas_crm_large databases. Supports query generation, execution, and result analysis with confidence scoring.

99
Jan 16, 2026, 08:00 PM

site-slides

Content & Writing

by tyrchen

Generate presentation slides from images or PDF files. Use when user wants to create slides, generate presentations, or convert PDF to slides for the training camp website. Triggers on keywords like "slides", "presentation", "幻灯片", "演示文稿".

99
Jan 16, 2026, 08:00 PM

url-dump

Content & Writing

by huytieu

Quick capture URLs with automatic content extraction, insights, and categorization into knowledge booklets

99
Jan 19, 2026, 04:38 AM

weekly-checkin

Content & Writing

by huytieu

Cross-domain pattern analysis and strategic reflection for weekly review

99
Jan 19, 2026, 04:38 AM

ark-dashboard-testing

Content & Writing

by dwmkerr

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

98
Jan 9, 2026, 08:32 AM

curating-memories

Content & Writing

by ScottRBK

Guidance for maintaining memory quality through curation. Covers updating outdated memories, marking obsolete content, and linking related knowledge. Use when memories need modification, when new information supersedes old, or when building knowledge graph connections.

98
Jan 15, 2026, 04:34 PM

navigation-latency

Content & Writing

by nexus-labs-automation

Measure time from navigation tap to screen fully loaded and interactive. Use when tracking screen transitions, deep links, or tab switches.

98
Jan 15, 2026, 08:45 AM

session-replay

Content & Writing

by nexus-labs-automation

Set up session replay for visual debugging. Use when implementing screen recording, replay features, or visual debugging tools.

98
Jan 15, 2026, 08:45 AM

by scalus3

Security review for Scalus/Cardano smart contracts. Analyzes @Compile annotated validators for vulnerabilities like redirect attacks, inexact value validation, missing token verification, integer overflow, and self-dealing. Use when reviewing on-chain code, before deploying validators, or when /security-review is invoked. Requires explicit path argument.

98
Jan 16, 2026, 07:53 PM

using-forgetful-memory

Content & Writing

by ScottRBK

Guidance for using Forgetful semantic memory effectively. Applies Zettelkasten atomic memory principles. Use when deciding whether to query or create memories, structuring memory content, or understanding memory importance scoring.

98
Jan 15, 2026, 04:34 PM

claude-skill

Content & Writing

by feiskyer

Use when work should be delegated to Claude Code CLI, especially headless `claude -p` runs, automation scripts, CI jobs, resumable sessions, or requests to use Claude/Claude Code for a task.

96
Dec 26, 2025, 02:06 PM

constitution-guardian

Content & Writing

by Dimon94

Real-time Constitution compliance checker for devflow documents. Blocks partial implementations and hardcoded secrets during file editing.

96
Jan 13, 2026, 12:13 AM

fractal-docs-generator

Content & Writing

by Dimon94

目录级 CLAUDE.md 生成。触发:mkdir、create directory、目录结构变更。

96
Jan 13, 2026, 12:13 AM

npm-release

Content & Writing

by Dimon94

Use when ready to publish a new version of cc-devflow npm package to npm registry, including version sync, changelog finalization, git tag creation, and publish verification.

96
Jan 13, 2026, 12:13 AM

file-reference-skill

Content & Writing

by maxvaega

Example skill demonstrating secure file reference resolution with supporting files

95
Dec 3, 2025, 10:19 AM

git-helper

Content & Writing

by maxvaega

Generate git commit messages and help with git workflows

95
Dec 3, 2025, 10:19 AM

large-content-skill

Content & Writing

by maxvaega

A skill with 500KB+ content for lazy loading testing

95
Dec 3, 2025, 10:19 AM

markdown-formatter

Content & Writing

by maxvaega

Format and clean up markdown documents following best practices

95
Dec 3, 2025, 10:19 AM

pdf-extractor

Content & Writing

by maxvaega

Extract and convert PDF documents using Python scripts

95
Dec 3, 2025, 10:19 AM

script-skill

Content & Writing

by maxvaega

Test skill with executable scripts for testing script execution feature

95
Dec 3, 2025, 10:19 AM

special-chars-skill

Content & Writing

by maxvaega

A skill for testing special characters and injection patterns

95
Dec 3, 2025, 10:19 AM

svelte-testing

Content & Writing

by spences10

Fix and create Svelte 5 tests with vitest-browser-svelte and Playwright. Use when fixing broken tests, debugging failures, writing unit/SSR/e2e tests, or working with vitest/Playwright.

95
Jan 18, 2026, 10:53 PM

valid-unicode

Content & Writing

by maxvaega

A valid skill with Unicode and emoji content

95
Dec 3, 2025, 10:19 AM

clojure-eval

Content & Writing

by bhauman

Evaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session.

94
Dec 22, 2025, 04:04 PM

rr

Content & Writing

by rileyhilliard

Sync code and run commands on remote machines. Use when running tests, builds, or commands remotely, syncing files to hosts, setting up remote development, or troubleshooting rr configuration.

94
Jan 14, 2026, 12:52 PM

accessibility-wcag

Content & Writing

by korallis

Build accessible web applications following WCAG 2.1/2.2 guidelines with proper semantic HTML, ARIA attributes, keyboard navigation, screen reader support, and inclusive design. Use when implementing ARIA labels and roles, ensuring keyboard navigation, supporting screen readers, providing text alternatives for images, managing focus, creating accessible forms, building inclusive UI components, testing with accessibility tools, meeting WCAG compliance levels, or designing for users with disabilities.

93
Nov 26, 2025, 11:09 PM

backend-service-patterns

Content & Writing

by korallis

Architect scalable backend services using layered architecture, dependency injection, middleware patterns, service classes, and separation of concerns. Use when building API services, implementing business logic layers, creating service classes, setting up middleware chains, implementing dependency injection, designing controller-service-repository patterns, handling cross-cutting concerns, creating domain models, implementing CQRS patterns, or establishing backend architecture standards.

93
Nov 26, 2025, 11:09 PM

brainstorming

Content & Writing

by korallis

Facilitate ideation, explore alternatives, and refine concepts through structured brainstorming techniques before implementation. Use when starting new projects, designing features, exploring solutions, evaluating tradeoffs, challenging assumptions, generating creative ideas, planning architecture, or refining rough concepts into detailed designs.

93
Nov 26, 2025, 11:09 PM

changelog-generator

Content & Writing

by korallis

Generate comprehensive changelogs from Git history, commit messages, pull requests, and issue tracking for release documentation. Use when preparing releases, documenting changes, creating release notes, categorizing commits, generating version summaries, maintaining project history, or automating changelog updates.

93
Nov 26, 2025, 11:09 PM

ci-cd-pipeline

Content & Writing

by korallis

Set up and maintain continuous integration and continuous deployment pipelines with GitHub Actions, GitLab CI, Jenkins, or similar tools to automate testing, building, and deployment. Use when configuring automated builds, setting up test automation, implementing deployment automation, creating release workflows, managing environment deployments, configuring build caching, implementing blue-green deployments, setting up rollback strategies, or automating the entire software delivery pipeline.

93
Nov 26, 2025, 11:09 PM

content-research-writer

Content & Writing

by korallis

Research topics thoroughly and write comprehensive, well-structured content including articles, documentation, blog posts, and technical writing with proper citations and sources. Use when writing blog posts, creating technical articles, researching topics, gathering sources, writing documentation, creating educational content, or producing research-backed content.

93
Nov 26, 2025, 11:09 PM

convex-backend

Content & Writing

by korallis

Build real-time, reactive backend applications with Convex using TypeScript queries, mutations, and actions with automatic reactivity and optimistic updates. Use when building real-time collaborative applications, implementing reactive data synchronization, writing serverless backend functions, creating queries that auto-update, implementing mutations with transactional guarantees, handling file uploads with Convex storage, implementing authentication with Convex Auth, designing reactive database schemas, or building applications requiring instant data synchronization.

93
Nov 26, 2025, 11:09 PM

database-design

Content & Writing

by korallis

Design scalable, normalized database schemas with proper relationships, indexes, constraints, and migration strategies for relational and NoSQL databases. Use when designing database schemas, planning table relationships and foreign keys, creating indexes for query optimization, defining constraints and validations, designing data models for scalability, planning database migrations, choosing between SQL and NoSQL, implementing sharding strategies, optimizing query performance, or establishing data integrity rules.

93
Nov 26, 2025, 11:09 PM

debugging-systematic

Content & Writing

by korallis

Apply systematic root cause analysis and debugging methodologies to diagnose and fix bugs, test failures, and unexpected behavior. Use when encountering production issues, investigating test failures, diagnosing performance problems, tracing error sources through call stacks, analyzing logs and stack traces, reproducing inconsistent bugs, debugging race conditions, investigating memory leaks, or applying scientific method to problem-solving before proposing fixes.

93
Nov 26, 2025, 11:09 PM

document-processing-docx

Content & Writing

by korallis

Process, parse, create, and manipulate Microsoft Word (.docx) documents programmatically using libraries like docx or mammoth.js for document generation and data extraction. Use when generating Word documents from templates, extracting text and formatting from .docx files, creating reports and invoices, parsing resumes and forms, converting Word to HTML, creating mail merge documents, or automating document workflows.

93
Nov 26, 2025, 11:09 PM

document-processing-xlsx

Content & Writing

by korallis

Process, parse, create, and manipulate Excel spreadsheets (.xlsx, .xls) using libraries like xlsx, exceljs, or SheetJS for data import/export and spreadsheet automation. Use when reading Excel files for data import, generating Excel reports, exporting data to spreadsheets, parsing bulk uploads, creating financial reports, manipulating workbooks and worksheets, or building data export features.

93
Nov 26, 2025, 11:09 PM

documentation-generation

Content & Writing

by korallis

Create comprehensive technical documentation including API docs, component libraries, README files, architecture diagrams, and developer guides using tools like JSDoc, Storybook, or Docusaurus. Use when documenting APIs, creating component documentation, writing README files, generating API references, documenting architecture decisions, creating onboarding guides, maintaining changelogs, documenting configuration options, or building developer documentation sites.

93
Nov 26, 2025, 11:09 PM

file-organizer

Content & Writing

by korallis

Organize, categorize, rename, and manage files systematically using automated rules, naming conventions, and folder structures for efficient file management. Use when organizing uploaded files, implementing file naming conventions, categorizing files by type or metadata, creating folder structures, cleaning up messy directories, automating file movements, implementing media libraries, or building file management systems.

93
Nov 26, 2025, 11:09 PM