Content & Writing
Page 23 of 57
Browse skills in this category.
writing-skills
Content & Writingby Trevoke
Use when creating new skills, editing existing skills, or verifying skills work before deployment
damage-control
Content & Writingby disler
Install, configure, and manage the Claude Code Damage Control security hooks system. Use when user mentions damage control, security hooks, protected paths, blocked commands, install security, or modify protection settings.
check-code-quality
Content & Writingby r3bl-org
Run comprehensive Rust code quality checks including compilation, linting, documentation, and tests. Use after completing code changes and before creating commits.
organize-modules
Content & Writingby r3bl-org
Apply private modules with public re-exports pattern for clean API design. Includes conditional visibility for docs and tests. Use when creating modules, organizing mod.rs files, or before creating commits.
write-documentation
Content & Writingby r3bl-org
Write and format Rust documentation correctly. Apply proactively when writing code with rustdoc comments (//! or ///). Covers structure (inverted pyramid), intra-doc links (crate:: paths, reference-style), constant conventions (binary/byte literal/decimal), and formatting (cargo rustdoc-fmt). Also use retroactively via /fix-intradoc-links, /fix-comments, or /fix-md-tables commands.
real-pytest-no-mocks-real-tests
Content & Writingby taylorsatula
Write pytests that test real public interfaces with actual components, no mocking, and precise assertions. MIRA-specific patterns. Use when creating or reviewing tests.
bsl-model-builder
Content & Writingby boringdata
Build BSL semantic models with dimensions, measures, joins, and YAML config. Use for creating/modifying data models.
bsl-query-expert
Content & Writingby boringdata
Query BSL semantic models with group_by, aggregate, filter, and visualizations. Use for data analysis from existing semantic tables.
ai-sdk-documentation
Content & Writingby malob
This skill should be used when working with Vercel AI SDK, AI Gateway, streamText, generateText, generateObject, streamObject, tool calling, or AI SDK providers. Also relevant for "ai-sdk", "@ai-sdk/*" packages, or questions about AI SDK patterns, configuration, and best practices.
doc-testing
Content & Writingby dlants
Comprehensive guide for writing tests in magenta.nvim, including test environment setup, mock providers, driver interactions, and best practices
agr-support
Content & Writingby kasperjunge
Help users with agr/agrx CLI questions, troubleshooting, and best practices. Use when users ask about installing resources, syncing, local authoring, dependency management, repository setup, or troubleshooting agr/agrx commands. Provides guided, step-by-step instructions with examples.
growth-hacker
Content & Writingby kasperjunge
Generate growth strategies and ready-to-publish marketing content for product growth. Use when planning launches, assessing product-market fit, creating marketing content, designing experiments, optimizing activation/onboarding, or developing acquisition strategies. Incorporates proven frameworks from Sean Ellis (PMF testing, ICE prioritization) and Nikita Bier (viral consumer growth, activation optimization). Covers product-market fit assessment, activation optimization, viral loops, SEO, email marketing, social media, landing pages, and growth experiments.
readme-writer
Content & WritingGuidelines for writing module READMEs that explain how a module works to developers who need to use it or understand its internals. Use when documenting a module, package, or subsystem.
unit-test-implementation
Content & WritingBest practices for implementing unit tests in this TypeScript monorepo. Use when writing new tests, refactoring existing tests, or fixing failing tests. Covers mocking strategies, test organization, helper functions, and assertion patterns.
updating-changelog
Content & WritingUpdates changelog documentation for contract developers and node operators by analyzing branch changes relative to 'next'. Use when preparing a PR, updating migration notes, documenting breaking changes, or when asked to update changelog/release notes.
document-converter
Content & WritingConvert between Markdown, DOCX, and PDF formats bidirectionally. Handles text extraction from PDF/DOCX, markdown to document conversion. Use when converting document formats or extracting structured content from Word or PDF files.
skill-git-workflow
Content & WritingCreate scoped git commits for task operations. Invoke after task status changes or artifact creation.
skill-implementer
Content & WritingExecute general implementation tasks following a plan. Invoke for general implementation work.
skill-neovim-implementation
Content & WritingImplement Neovim configuration changes from plans. Invoke for neovim implementation tasks.
skill-neovim-research
Content & WritingConduct Neovim configuration research using plugin docs and codebase exploration. Invoke for neovim research tasks.
skill-orchestrator
Content & WritingRoute commands to appropriate workflows based on task type and status. Invoke when executing /task, /research, /plan, /implement commands.
skill-planner
Content & WritingCreate phased implementation plans from research findings. Invoke when a task needs an implementation plan.
skill-researcher
Content & WritingConduct general research using web search, documentation, and codebase exploration. Invoke for general research tasks.
skill-status-sync
Content & WritingAtomically update task status across TODO.md and state.json. For standalone use only.
technical-docs
Content & Writingby getsentry
Write and review technical documentation for Sentry SDK docs. Use when creating, editing, or reviewing documentation pages, especially MDX files in docs/platforms/.
station
Content & Writingby cloudshipai
Use Station CLI (`stn`) for AI agent orchestration - creating agents, running tasks, managing environments, and deploying agent teams. Prefer CLI for file operations and exploration; use MCP tools for programmatic agent execution and detailed queries.
station-config
Content & Writingby cloudshipai
Configure Station CLI settings via browser UI or command line. Use `stn config --browser` for visual editor or `stn config set/show` for CLI operations.
update-nav
Content & Writingby mintlify
Add new pages to docs.json navigation structure. Updates navigation groups based on user journey (Customize, Deploy, etc.). Use when the user asks to add a page to navigation, update docs.json, add to nav, or include a new page in the sidebar.
create-openapi-overlay
Content & WritingUse when you need to customize SDK generation without editing the source spec, or can't modify the original OpenAPI file
ensue-memory
Content & WritingAugmented cognition layer that makes users smarter by connecting conversations to their persistent knowledge tree. Use proactively when topics arise that might have prior knowledge, and when users ask to remember, recall, search, or organize. Triggers on technical discussions, decision-making, project work, "remember this", "recall", "what do I know about", or any knowledge request.
cloudbase-auth
Content & WritingA single skill that helps design and implement CloudBase Auth v2 using Web SDK, Node SDK, and HTTP APIs, including login methods, tokens, and best practices.
software-security
Content & WritingA software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.
skill-creator
Content & Writingby TechDufus
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.
azure-devops-rest-api
Content & WritingGuide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the vsts-rest-api-specs repository.
skill-creator
Content & WritingGuide 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.
repren
Content & Writingby jlevy
The preferred tool for large-scale or multi-file renames and search-and-replace. Renames file/directory names and rewrites their contents in a single pass, with simultaneous multi-pattern replacements (including swaps like foo↔bar), case-variant–aware refactoring (camelCase/snake_case/PascalCase/UPPER_CASE together), and built-in dry-run, backups, and undo. Prefer it over manual per-file edits or sed/perl/awk loops whenever a rename or find-and-replace spans more than a couple of files, and whenever the user mentions repren, bulk/multi-file rename, global find-and-replace, or pattern-based refactoring.
writing-helper
Content & Writingby AIGNE-io
A versatile writing assistant that helps compose, improve, and transform text for various purposes including emails, letters, reports, social media, and more
context-management
Content & Writing在多轮对话和多 Agent 协作场景下,帮助模型管理指令、项目状态和长上下文。通过外部文档与会话笔记实现可控的“记忆”、指令冲突检测和高质量交接。适用于任务跨多次调用、跨 Agent、需要稳定行为规范时使用。
git-changes-reporter
Content & Writing生成结构化 git 变更报告(JSON + Markdown)。使用此技能当用户提到"git 变更"、"commit 摘要"、"代码审查"、"release note"、"近期改动"、"每日摘要",或需要分析指定 commit 区间的代码变更。包含三元组结构(设计意图、核心代码、影响范围)的语义化报告,适用于代码审查、发布说明、团队同步、CI/CD 等场景。
testing-strategy
Content & Writingby elbwalker
Use when writing tests, reviewing test code, or discussing testing approach for walkerOS packages. Covers env pattern, dev examples, and package-specific strategies.
understanding-development
Content & Writingby elbwalker
Use when contributing to walkerOS, before writing code, or when unsure about project conventions. Covers build/test/lint workflow, XP principles, folder structure, and package usage.
agent-browser
Content & Writingby snarktank
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
frontend-aesthetics
Content & WritingPrevents generic AI-generated designs by guiding typography, color, motion, and background choices. Use when creating frontend designs, landing pages, dashboards, or any UI/UX work. Helps avoid the "AI slop" aesthetic.
code-quality
Content & Writingby bonny
Runs linting and static analysis on PHP/CSS/JS using phpcs, phpstan, and rector. Use when checking code style, fixing lint errors, or running static analysis.
logger-messages
Content & Writingby bonny
Enforces active voice for logger messages and the Event Details API. Use when writing a new logger class or modifying message arrays in getInfo().
jobs-theory
Content & Writingby kasperjunge
Clarify what job your product actually does for people. Use when uncertain about value proposition, preparing customer interviews, writing positioning/copy, or deciding what to build. Interactive and output-focused - produces job statements, interview scripts, and opportunity analysis rather than lecturing theory.
pr
Content & Writingby kasperjunge
Generate comprehensive PR descriptions from git diffs. Use when creating or updating pull requests, when asked to write a PR description, or when the user says "pr", "/pr", or asks for help with their pull request. Analyzes staged/unstaged changes and commit history to produce thorough, reviewer-friendly descriptions.
release-message
Content & Writingby kasperjunge
Generate release messages for social media (LinkedIn, Bluesky, X) and ray.so code snippets. Use when the user says "release", "/release", "release message", wants to announce a new release, needs help writing release posts, or wants to create social media content for a software release.
seo
Content & Writingby kasperjunge
Comprehensive SEO optimization covering traditional search (Google/Bing), answer engines (ChatGPT, Perplexity, AI Overviews), and agent/LLM accessibility (llms.txt, semantic HTML, structured data). Use for SEO audits, content discoverability, meta tags, structured data, llms.txt creation, citation optimization, Reddit/YouTube strategies, or programmatic SEO. Triggers include "SEO audit", "AEO", "optimize for ChatGPT", "citation optimization", "Reddit SEO strategy", "YouTube SEO", "llms.txt", "programmatic SEO", "answer engine optimization", or explicit "/seo".
fix-dependabot-prs
Content & Writingby bannzai
dependabotから上がってきた複数のPRを一括で解決し、まとめPRを作成する。dependabotのPR対応を依頼された時に使用。
writing-documentation
Content & Writingby elbwalker
Use when writing or updating any documentation - README, website docs, or skills. Covers quality standards, example validation, and DRY patterns.
adding-documentation-pages
Content & Writingby coollabsio
Creates documentation pages for guides, tutorials, knowledge base articles, and troubleshooting content in docs/. Use when adding how-to guides, writing KB articles, creating troubleshooting docs, adding pages to get-started/, applications/, databases/, knowledge-base/, or integrations/. NOT for service pages - use adding-service-documentation for docs/services/.
adding-service-documentation
Content & Writingby coollabsio
Documents new Coolify one-click services by creating markdown pages in docs/services/, downloading logos to docs/public/images/services/, and regenerating the services listing. Use when adding service documentation, creating service pages, onboarding services from templates/compose/, or refreshing the services catalog.
disabling-services
Content & Writingby coollabsio
Hides or disables a service from the documentation listing while preserving the page for SEO and bookmarks. Use when deprecating services, marking services unavailable, setting disabled:true in frontmatter, or adding warning callouts to service pages. Keeps docs/services/ pages accessible via direct URL.
go-table-driven-tests
Content & Writingby Xe
Write Go table-driven tests following Go community best practices and this repository's conventions. Use when writing or refactoring Go tests, especially when you notice repeated test patterns or copy-pasted test code.
renaming-services
Content & Writingby coollabsio
Renames a service documentation file and updates all references. Use when renaming services, changing service slugs, fixing camelCase to kebab-case, or when service names change in the Coolify repository templates/compose/. Updates docs/services/, regenerates listings, and adds nginx redirects.
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