Content & Writing

Page 20 of 56

Browse skills in this category.

4001 skills · Showing 1369-1440
Sort by:

writing-like-user

Content & Writing

by CaptainCrouton89

Emulate the user's personal writing voice and style patterns. Use when the user asks to write content in their voice, draft documents, compose messages, or requests "write this like me" or "in my style.

494
Dec 14, 2025, 11:11 PM

writing-slash-commands

Content & Writing

by CaptainCrouton89

Create and use custom slash commands to automate Claude Code workflows. Learn argument passing, frontmatter configuration, bash integration, and file references for building reusable prompts.

494
Dec 14, 2025, 11:11 PM

your-sub-agent-name

Content & Writing

by CaptainCrouton89

Create and manage specialized Claude Code subagents for task-specific workflows. Use when delegating work to specialized agents, configuring agent permissions, or understanding subagent architecture and best practices.

494
Dec 14, 2025, 11:11 PM

by alex-ilgayev

Use this agent when working with prompt injection detection integration tests, including running tests, debugging failures, or adding new test samples.

491
Jan 16, 2026, 08:54 AM

agent-deck

Content & Writing

by asheshgoplani

Terminal session manager for AI coding agents. Use when user mentions "agent-deck", "session", "sub-agent", "MCP attach", "git worktree", or needs to (1) create/start/stop/restart/fork sessions, (2) attach/detach MCPs, (3) manage groups/profiles, (4) get session output, (5) configure agent-deck, (6) troubleshoot issues, (7) launch sub-agents, or (8) create/manage worktree sessions. Covers CLI commands, TUI shortcuts, config.toml options, and automation.

490
Jan 18, 2026, 09:28 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.

482
Jan 12, 2026, 02:28 PM

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.

482
Jan 12, 2026, 02:28 PM

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.

482
Jan 12, 2026, 02:28 PM

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.

482
Jan 12, 2026, 02:28 PM

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.

482
Jan 12, 2026, 02:28 PM

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.

482
Jan 12, 2026, 02:28 PM

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.

482
Jan 12, 2026, 02:28 PM

expectations

Content & Writing

by citypaul

Capture learnings, gotchas, and decisions in their durable owner while context is fresh. Use when documenting a discovery, recording a decision, deciding whether guidance is reusable or project-local, or routing knowledge to code, tests, a glossary, an ADR, active plans, or repository guidance.

481
Jan 14, 2026, 10:15 AM

front-end-testing

Content & Writing

by citypaul

Behavior-driven UI testing patterns across Vitest Browser Mode, Playwright E2E evidence boundaries, and DOM Testing Library. Use when testing any front-end application, writing UI or end-to-end tests, querying DOM elements, simulating user interactions, or choosing the lightest harness that proves a browser-observable claim. For React-specific patterns, see the react-testing skill.

481
Jan 14, 2026, 10:15 AM

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.

481
Jan 14, 2026, 10:15 AM

mutation-testing

Content & Writing

by citypaul

Set up and run mutation testing with Stryker, including full-project and focused diff runs against the current review base, then use surviving mutants to strengthen weak or missing tests. Use as the end-of-phase PR-readiness gate after implementation and refactoring are complete, not inside each RED-GREEN increment. Also use when the user explicitly asks for mutation testing, Stryker, mutation score, or surviving-mutant analysis. For writing the tests themselves, see testing.

481
Jan 14, 2026, 10:15 AM

planning

Content & Writing

by citypaul

Planning work as vertical slices or an explicitly selected mechanism-reduction program in small, known-good increments, with independent pull requests or an optional stacked-PR topology across one or more ordered slices. Use when starting significant work, turning already-split stories into implementation plans, planning PRs, or sequencing complex tasks. For a mechanism-reduction program, use reduce-system-complexity first to define the conserved contract, terminal mechanism-removal state, and behavior/mechanism gates; planning then sequences it. If the input is a broad story, epic, feature idea, or backlog item that still needs product slicing, use story-splitting first; if a slice needs review layers or later slices should start on an evolving baseline before lower PRs merge, also use stack-pull-requests.

481
Jan 14, 2026, 10:15 AM

react-testing

Content & Writing

by citypaul

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

481
Jan 14, 2026, 10:15 AM

refactoring

Content & Writing

by citypaul

Refactoring assessment and behavior-preserving patterns for code with a passing baseline and proportionate preservation evidence. Use when the user asks to clean up, simplify, or restructure a selected area, or after GREEN establishes the passing baseline for a TDD increment. Mutation testing verifies the accumulated result later at the end-of-phase PR-readiness gate. Covers recoverable-baseline discipline, when refactoring adds value vs when to skip it, and priority classification; commits always require explicit user approval. For any slice in a selected whole-path reduction program—transition or terminal—use reduce-system-complexity as the governing skill; refactoring may be secondary when applicable. For repository-wide architecture discovery use improve-codebase-architecture; for a module contract use codebase-design. Do NOT use for insufficiently evidenced code or adding behavior.

481
Jan 14, 2026, 10:15 AM

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.

481
Jan 14, 2026, 10:15 AM

skill-creator

Content & Writing

by ZacheryGlass

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.

470
Jan 14, 2026, 01:45 AM

executing-plans

Content & Writing

by Trevoke

Use when you have a written implementation plan to execute in a separate session with review checkpoints

454
Jan 17, 2026, 06:54 PM

using-superpowers

Content & Writing

by Trevoke

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

454
Jan 17, 2026, 06:54 PM

writing-skills

Content & Writing

by Trevoke

Use when creating new skills, editing existing skills, or verifying skills work before deployment

454
Jan 17, 2026, 06:54 PM

chinese-writing

Content & Writing

by miantiao-me

中文写作技能指南,用于生成高质量的周刊、博客及科技资讯类文章。

453
Jan 19, 2026, 04:02 AM

add-model

Content & Writing

by giselles-ai

Add a new language model to the Giselle codebase. Use when the user wants to add, register, or integrate a new LLM model (OpenAI, Anthropic, Google) into the system.

451
Jan 19, 2026, 03:59 AM

bouffalo-sdk

Content & Writing

by bouffalolab

Bouffalo SDK开发指南,提供完整的Bouffalo芯片系列开发文档和参考资料。当需要使用bouffalo_sdk开发IoT/MCU应用、了解SDK架构、配置构建系统、使用外设驱动、开发无线功能、管理电源、调试固件时使用此skill。

450
Jan 17, 2026, 04:32 AM

adversarial-spec

Content & Writing

by zscole

Iteratively refine a product spec by debating with multiple LLMs (GPT, Gemini, Grok, etc.) until all models agree. Use when user wants to write or refine a specification document using adversarial development.

445
Jan 14, 2026, 03:16 PM

ai-sdk-documentation

Content & Writing

by 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.

445
Jan 18, 2026, 12:43 AM

ast-grep

Content & Writing

by ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.

443
Nov 24, 2025, 01:17 AM

takopi-release

Content & Writing

by banteg

Prepare and ship a Takopi release. Use when asked to cut a release, bump release versions, update changelog/spec/readme, tag v<major.minor.patch>, or trigger the GitHub release workflow.

442
Jan 18, 2026, 02:14 PM

api-documenter

Content & Writing

by alirezarezvani

Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code. Triggers on API file changes, documentation requests, endpoint additions.

437
Dec 17, 2025, 01:27 PM

readme-updater

Content & Writing

by alirezarezvani

Keep README files current with project changes. Use when project structure changes, features added, or setup instructions modified. Suggests README updates based on code changes. Triggers on significant project changes, new features, dependency changes.

437
Dec 17, 2025, 01:27 PM

security-auditor

Content & Writing

by alirezarezvani

Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns. Use when reviewing code, before deployments, or on file changes. Scans for SQL injection, XSS, secrets exposure, auth issues. Triggers on file changes, security mentions, deployment prep.

437
Dec 17, 2025, 01:27 PM

test-generator

Content & Writing

by alirezarezvani

Automatically suggest tests for new functions and components. Use when new code is written, functions added, or user mentions testing. Creates test scaffolding with Jest, Vitest, Pytest patterns. Triggers on new functions, components, test requests, testing mentions.

437
Dec 17, 2025, 01:27 PM

check-code-quality

Content & Writing

by r3bl-org

Run comprehensive Rust code quality checks including compilation, linting, documentation, and tests. Use after completing code changes and before creating commits.

434
Jan 14, 2026, 04:07 PM

code-style-guide

Content & Writing

by OpenHands

>

434
Jan 19, 2026, 04:42 AM

organize-modules

Content & Writing

by 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.

434
Jan 14, 2026, 04:07 PM

write-documentation

Content & Writing

by 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.

434
Jan 14, 2026, 04:07 PM

document-converter

Content & Writing

by benbrastmckie

Convert 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.

432
Jan 14, 2026, 06:16 PM

skill-researcher

Content & Writing

by benbrastmckie

Conduct general research using web search, documentation, and codebase exploration. Invoke for non-Lean research tasks.

432
Jan 14, 2026, 06:16 PM

secops-hunt

Content & Writing

by google

Expert guidance for proactive threat hunting. Use this when the user asks to "hunt" for threads, IOCs, or specific TTPs.

428
Jan 16, 2026, 07:11 AM

secops-investigate

Content & Writing

by google

Expert guidance for deep security investigations. Use this when the user asks to "investigate" a case, entity, or incident.

428
Jan 16, 2026, 07:11 AM

secops-setup-antigravity

Content & Writing

by google

Helps the user configure the Google SecOps Remote MCP Server for Antigravity. Use this when the user asks to "set up" or "configure" the security tools for Antigravity.

428
Jan 16, 2026, 07:11 AM

bm-md

Content & Writing

by miantiao-me

使用 bm.md 服务进行 Markdown 排版、渲染和格式转换,支持微信公众号、知乎、掘金等多平台

422
Jan 19, 2026, 04:04 AM

just-fucking-cancel

Content & Writing

by rohunvora

Analyze bank transaction CSVs to find recurring charges, categorize subscriptions, and cancel what you don't need. Use when user says "cancel subscriptions", "audit subscriptions", "find recurring charges", or "what am I paying for". Supports Apple Card, Chase, Mint, and generic CSV formats. Outputs interactive HTML audit with copy-to-cancel workflow.

422
Jan 3, 2026, 04:49 PM

playwright-testing

Content & Writing

by PrairieLearn

Write end-to-end browser tests using Playwright.

421
Jan 19, 2026, 03:56 AM

readme-writer

Content & Writing

by AztecProtocol

Guidelines 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.

420
Jan 19, 2026, 03:51 AM

unit-test-implementation

Content & Writing

by AztecProtocol

Best 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.

420
Jan 19, 2026, 03:51 AM

updating-changelog

Content & Writing

by AztecProtocol

Updates 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.

420
Jan 19, 2026, 03:51 AM

crdb-change

Content & Writing

by oxidecomputer

Generate CockroachDB SQL and migrations for schema changes. Use when creating migrations, updating the database schema, or when the user mentions migrations, schema changes, or dbinit.sql.

419
Jan 19, 2026, 04:29 AM

doc-testing

Content & Writing

by dlants

Comprehensive guide for writing tests in magenta.nvim, including test environment setup, mock providers, driver interactions, and best practices

419
Jan 17, 2026, 03:15 PM

add-provider

Content & Writing

by tddworks

Guide for adding new AI providers to ClaudeBar using TDD patterns. Use this skill when:(1) Adding a new AI assistant provider (like Antigravity, Cursor, etc.)(2) Creating a usage probe for a CLI tool or local API(3) Following TDD to implement provider integration(4) User asks "how do I add a new provider" or "create a provider for X"

417
Jan 16, 2026, 05:11 AM

fix-bug

Content & Writing

by tddworks

Guide for fixing bugs in ClaudeBar following Chicago School TDD and rich domain design. Use this skill when:(1) User reports a bug or unexpected behavior(2) Fixing a defect in existing functionality(3) User asks "fix this bug" or "this doesn't work correctly"(4) Correcting behavior that violates the user's mental model

417
Jan 16, 2026, 05:11 AM

implement-feature

Content & Writing

by tddworks

Guide for implementing features in ClaudeBar following architecture-first design, TDD, rich domain models, and Swift 6.2 patterns. Use this skill when:(1) Adding new functionality to the app(2) Creating domain models that follow user's mental model(3) Building SwiftUI views that consume domain models directly(4) User asks "how do I implement X" or "add feature Y"(5) Implementing any feature that spans Domain, Infrastructure, and App layers

417
Jan 16, 2026, 05:11 AM

improvement

Content & Writing

by tddworks

Guide for making improvements to existing ClaudeBar functionality using TDD. Use this skill when:(1) Enhancing existing features (not adding new ones)(2) Improving UX, performance, or code quality(3) User asks "improve X", "make Y better", or "enhance Z"(4) Small enhancements that don't require full architecture designFor NEW features, use implement-feature skill instead.

417
Jan 16, 2026, 05:11 AM

technical-docs

Content & Writing

by getsentry

Write and review technical documentation for Sentry SDK docs. Use when creating, editing, or reviewing documentation pages, especially MDX files in docs/platforms/.

417
Jan 18, 2026, 08:30 PM

x-article-publisher

Content & Writing

by wshuyi

Publish Markdown articles to X (Twitter) Articles editor with proper formatting. Use when user wants to publish a Markdown file/URL to X Articles, or mentions "publish to X", "post article to Twitter", "X article", or wants help with X Premium article publishing. Handles cover image upload and converts Markdown to rich text automatically.

415
Jan 14, 2026, 11:34 AM

clinical-decision-support

Content & Writing

by K-Dense-AI

Prepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation.

410
Dec 31, 2025, 08:28 AM

hypothesis-generation

Content & Writing

by K-Dense-AI

Formulate evidence-bounded scientific questions, candidate hypotheses, rival explanations, causal or associational claims, discriminating predictions, measurements, and preregistration-ready analysis plans. Use when turning observations or preliminary findings into transparent, testable research plans without treating hypotheses as facts.

410
Dec 31, 2025, 08:28 AM

market-research-reports

Content & Writing

by K-Dense-AI

Build evidence-traceable market research reports and assumption-driven market sizing or forecast scenarios. Use for market definition, industry and customer evidence, competitive landscapes, TAM/SAM/SOM reconciliation, forecast sensitivity, and auditable report scaffolds.

410
Dec 31, 2025, 08:28 AM

peer-review

Content & Writing

by K-Dense-AI

Prepare evidence-bounded, constructive peer-review drafts and structured manuscript assessments. Use for authorized review of scientific manuscripts, protocols, preprints, or research proposals; reporting-guideline selection; claim–evidence checks; methods, statistics, reproducibility, ethics, figure/table, and citation critique; or revision-response planning.

410
Dec 31, 2025, 08:28 AM

research-grants

Content & Writing

by K-Dense-AI

Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan NSTC. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.

410
Dec 31, 2025, 08:28 AM

scientific-writing

Content & Writing

by K-Dense-AI

Draft, revise, and audit scientific manuscripts or reports with explicit evidence provenance, reporting-guideline coverage, authorship accountability, confidentiality controls, and local consistency checks. Use for manuscript sections, references, declarations, tables, figures, or submission preparation when scientific accuracy and traceability matter.

410
Dec 31, 2025, 08:28 AM

scientific-writing

Content & Writing

by K-Dense-AI

Draft, revise, and audit scientific manuscripts or reports with explicit evidence provenance, reporting-guideline coverage, authorship accountability, confidentiality controls, and local consistency checks. Use for manuscript sections, references, declarations, tables, figures, or submission preparation when scientific accuracy and traceability matter.

410
Dec 31, 2025, 08:28 AM

treatment-plans

Content & Writing

by K-Dense-AI

Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and release gates—not for clinical decision-making.

410
Dec 31, 2025, 08:28 AM

venue-templates

Content & Writing

by K-Dense-AI

Prepare journal manuscripts, conference papers, research posters, and grant documents using venue-specific formatting guidance and bundled LaTeX scaffolds. Use when selecting an official template, checking current page or anonymity rules, adapting academic writing to a venue, or inspecting a submission PDF.

410
Dec 31, 2025, 08:28 AM

jimeng-api

Content & Writing

by iptag

Generate images using the Jimeng API based on text prompts. Use this skill when users request AI-generated images from the Jimeng (即梦AI) service, artwork, illustrations, or visual content creation. Supports text-to-image and image-to-image generation with customizable ratios and resolutions.

403
Jan 17, 2026, 05:56 AM

neo4j-cypher-guide

Content & Writing

by opsmill

Comprehensive guide for writing modern Neo4j Cypher read queries. Essential for text2cypher MCP tools and LLMs generating Cypher queries. Covers removed/deprecated syntax, modern replacements, CALL subqueries for reads, COLLECT patterns, sorting best practices, and Quantified Path Patterns (QPP) for efficient graph traversal.

402
Jan 19, 2026, 01:42 AM

by callstackincubator

Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.

401
Jan 18, 2026, 06:31 PM

browser-automation

Content & Writing

by browserbase

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.

399
Jan 14, 2026, 01:24 AM

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.

399
Jan 18, 2026, 04:26 PM