Content & Writing

Page 22 of 60

Browse skills in this category.

4264 skills · Showing 1513-1584
Sort by:

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

473
Feb 19, 2026, 04:08 AM

writing-skills

Content & Writing

by Trevoke

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

473
Jan 17, 2026, 06:54 PM

bouffalo-sdk

Content & Writing

by bouffalolab

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

463
Mar 1, 2026, 12:13 AM

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.

459
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
Oct 24, 2025, 12:08 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
Oct 24, 2025, 12:08 PM

analyze-log-files

Content & Writing

by r3bl-org

Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log files that may contain terminal escape codes.

434
Jan 14, 2026, 04:07 PM

analyze-performance

Content & Writing

by r3bl-org

Establish performance baselines and detect regressions using flamegraph analysis. Use when optimizing performance-critical code, investigating performance issues, or before creating commits with performance-sensitive changes.

434
Jan 14, 2026, 04:07 PM

check-bounds-safety

Content & Writing

by r3bl-org

Apply type-safe bounds checking patterns using Index/Length types instead of usize. Use when working with arrays, buffers, cursors, viewports, or any code that handles indices and lengths.

434
Jan 14, 2026, 04:07 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 (barrel export) 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

run-clippy

Content & Writing

by r3bl-org

Run clippy linting, enforce comment punctuation rules, format code with cargo fmt, and verify module organization patterns. Use after code changes and 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 voice & tone, prose style (opening lines, explicit subjects, verb tense), 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-git-workflow

Content & Writing

by benbrastmckie

Create scoped git commits for task operations. Invoke after task status changes or artifact creation.

432
Jan 14, 2026, 06:16 PM

skill-implementer

Content & Writing

by benbrastmckie

Execute general implementation tasks following a plan. Invoke for general implementation work.

432
Jan 14, 2026, 06:16 PM

skill-orchestrator

Content & Writing

by benbrastmckie

Route commands to appropriate workflows based on task type and status. Invoke when executing /task, /research, /plan, /implement commands.

432
Jan 14, 2026, 06:16 PM

skill-planner

Content & Writing

by benbrastmckie

Create phased implementation plans from research findings. Invoke when a task needs an implementation plan.

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 general research tasks.

432
Jan 14, 2026, 06:16 PM

skill-status-sync

Content & Writing

by benbrastmckie

Atomically update task status across TODO.md and state.json. For standalone use only.

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

Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.

410
Dec 31, 2025, 08:28 AM

hypothesis-generation

Content & Writing

by K-Dense-AI

Generate testable hypotheses. Formulate from observations, design experiments, explore competing explanations, develop predictions, propose mechanisms, for scientific inquiry across domains.

410
Dec 31, 2025, 08:28 AM

market-research-reports

Content & Writing

by K-Dense-AI

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.

410
Dec 31, 2025, 08:28 AM

peer-review

Content & Writing

by K-Dense-AI

Systematic peer review toolkit. Evaluate methodology, statistics, design, reproducibility, ethics, figure integrity, reporting standards, for manuscript and grant review across disciplines.

410
Dec 31, 2025, 08:28 AM

research-grants

Content & Writing

by K-Dense-AI

Write competitive research proposals for NSF, NIH, DOE, and DARPA. 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

Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process: (1) create section outlines with key points using research-lookup, (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.

410
Dec 31, 2025, 08:28 AM

scientific-writing

Content & Writing

by K-Dense-AI

Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process: (1) create section outlines with key points using research-lookup, (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.

410
Dec 31, 2025, 08:28 AM

treatment-plans

Content & Writing

by K-Dense-AI

Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management. Includes SMART goal frameworks, evidence-based interventions with minimal text citations, regulatory compliance (HIPAA), and professional formatting. Prioritizes brevity and clinical actionability.

410
Dec 31, 2025, 08:28 AM

venue-templates

Content & Writing

by K-Dense-AI

Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.

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-impl-review

Content & Writing

by gmickel

John Carmack-level implementation review via rp-cli for current branch changes. Use when reviewing code changes, PRs, or implementations. Triggers on mentions of code review, implementation review, or PR review.

399
Jan 18, 2026, 04:26 PM

flow-interview

Content & Writing

by gmickel

Interview user in-depth about a spec, bead, or feature idea to extract complete implementation details. Use when user wants to flesh out a spec, refine requirements, discuss technical details, clarify a feature before building, or asks to be interviewed about their idea. Triggers on "interview me", "ask me questions about", "flesh out this spec", "refine requirements", "help me think through".

399
Jan 18, 2026, 04:26 PM

flow-next

Content & Writing

by gmickel

Manage .flow/ tasks and epics. Triggers: 'show me my tasks', 'list epics', '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

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.

399
Jan 18, 2026, 04:26 PM

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.

399
Jan 18, 2026, 04:26 PM

flow-next-interview

Content & Writing

by gmickel

Interview user in-depth about an epic, 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.

399
Jan 18, 2026, 04:26 PM

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

399
Jan 18, 2026, 04:26 PM

flow-next-plan-review

Content & Writing

by gmickel

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

399
Jan 18, 2026, 04:26 PM

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.

399
Jan 18, 2026, 04:26 PM

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.

399
Jan 18, 2026, 04:26 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.

399
Jan 18, 2026, 04:26 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.

399
Jan 18, 2026, 04:26 PM

flow-next-work

Content & Writing

by gmickel

Execute a Flow epic 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).

399
Jan 18, 2026, 04:26 PM

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.

399
Jan 18, 2026, 04:26 PM

flow-plan

Content & Writing

by gmickel

Create structured build plans from feature requests, bug reports, or Beads issue IDs. Use when planning features, designing implementation, preparing work breakdown, or when given a bead/issue ID to plan. Triggers on /flow:plan with text descriptions or issue IDs (e.g., bd-123, gno-45, app-12).

399
Jan 18, 2026, 04:26 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.

399
Jan 18, 2026, 04:26 PM

flow-work

Content & Writing

by gmickel

Execute a plan file or Beads epic systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan, working through a spec, following documented steps, or executing a Beads issue ID (e.g., bd-123, gno-45, app-12).

399
Jan 18, 2026, 04:26 PM