Content & Writing

Page 40 of 60

Browse skills in this category.

4264 skills · Showing 2809-2880
Sort by:

by Microck

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

105
Dec 4, 2025, 10:14 PM

writing-plans

Content & Writing

by Microck

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge

105
Dec 4, 2025, 10:14 PM

writing-skills

Content & Writing

by Microck

Create and manage Claude Code skills in HASH repository following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns), UserPromptSubmit hook, and the 500-line rule. Includes validation and debugging with SKILL_DEBUG. Examples include rust-error-stack, cargo-dependencies, and rust-documentation skills.

105
Dec 4, 2025, 10:14 PM

google-official-seo-guide

Content & Writing

by littleben

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

104
Jan 17, 2026, 06:07 PM

by littleben

Adds multi-language support to Next.js websites with proper SEO configuration including hreflang tags, localized sitemaps, and language-specific content. Use when adding new languages, setting up i18n, optimizing for international SEO, or when user mentions localization, translation, multi-language, or specific languages like Japanese, Korean, Chinese.

104
Jan 17, 2026, 06:07 PM

shipany

Content & Writing

by littleben

Shipany AI-powered SaaS boilerplate documentation. Use when working with Shipany framework, Next.js 15, TypeScript, Drizzle ORM, NextAuth, payment integration, or building SaaS applications.

104
Jan 17, 2026, 06:07 PM

blog-writer

Content & Writing

by cosZone

帮助用户按照 astro-koharu 博客的规范创建新博文。自动生成正确的 frontmatter 结构、选择合适的分类路径,并提供 Markdown 内容框架建议。使用场景:写一篇博文、创建新文章、写文章、写博客、new post、create blog post。

103
Jan 18, 2026, 10:07 AM

claude-memory

Content & Writing

by Melvynx

Create and optimize CLAUDE.md memory files or .claude/rules/ modular rules for Claude Code projects. Comprehensive guidance on file hierarchy, content structure, path-scoped rules, best practices, and anti-patterns. Use when working with CLAUDE.md files, .claude/rules directories, setting up new projects, or improving Claude Code's context awareness.

103
Jan 18, 2026, 01:50 PM

create-slash-commands

Content & Writing

by Melvynx

Expert guidance for creating Claude Code slash commands. Use when working with slash commands, creating custom commands, understanding command structure, or learning YAML configuration.

103
Jan 18, 2026, 01:50 PM

create-subagents

Content & Writing

by Melvynx

Expert guidance for creating, building, and using Claude Code subagents and the Task tool. Use when working with subagents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.

103
Jan 18, 2026, 01:50 PM

data-analysis

Content & Writing

by femto

Analyze datasets and create visualizations

103
Jan 15, 2026, 10:27 AM

agents-md

Content & Writing

by jMerta

Create or update root and nested AGENTS.md files that document scoped conventions, monorepo module maps, cross-domain workflows, and (optionally) per-module feature maps (feature -> paths, entrypoints, tests, docs). Use when the user asks for AGENTS.md, nested agent instructions, or a module/feature map.

102
Jan 3, 2026, 12:54 AM

brave-search

Content & Writing

by jMerta

Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.

102
Jan 3, 2026, 12:54 AM

bug-triage

Content & Writing

by jMerta

Reproduce, isolate, and fix a bug (or failing build/test), then summarize root cause, fix, and verification steps. Use when the user reports a bug, regression, or failing build/test and wants a fix.

102
Jan 3, 2026, 12:54 AM

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

empirica-framework

Content & Writing

by Nubaeon

This skill should be used when the user asks to 'assess my knowledge state', 'run preflight', 'do a postflight', 'use CASCADE workflow', 'track what I know', 'measure learning', 'check epistemic drift', 'spawn investigation agents', 'create handoff', or mentions epistemic vectors, calibration, noetic/praxic phases, functional self-awareness, or structured investigation before coding tasks.

102
Jan 18, 2026, 07:56 PM

empirica-meta

Content & Writing

by Nubaeon

Meta-cognitive skill for improving Empirica using Empirica's own framework

102
Jan 18, 2026, 07:56 PM

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