Content & Writing

Page 14 of 57

Browse skills in this category.

4055 skills · Showing 937-1008
Sort by:

documenting-rust-code

Content & Writing

by hashintel

Rust documentation practices for HASH codebase. Use when writing doc comments, documenting functions/types/traits/modules, creating error sections, using intra-doc links, or following rustdoc conventions.

1.4K
Jan 12, 2026, 01:08 AM

skill-creator

Content & Writing

by hashintel

Guide for creating effective Agent Skills. Use when users want to create a new skill (or update an existing skill) that extends an AI agent's capabilities with specialized knowledge, workflows, or tool integrations. Covers skill structure, YAML frontmatter, trigger configuration, and the 500-line rule.

1.4K
Jan 12, 2026, 01:08 AM

by hashintel

HashQL diagnostic writing patterns using hashql-diagnostics crate. Use when creating error messages, warnings, Labels, Messages, Severity levels, Patches, Suggestions, or improving diagnostic quality in HashQL code.

1.4K
Jan 12, 2026, 01:08 AM

writing-hashql-jexpr

Content & Writing

by hashintel

HashQL J-Expr syntax for writing queries. Use when writing J-Expr code, using #literal/#struct/#list constructs, understanding function call syntax, or working with HashQL query files (.jsonc).

1.4K
Jan 12, 2026, 01:08 AM

convex-backend

Content & Writing

by CloudAI-X

Convex backend development guidelines. Use when writing Convex functions, schemas, queries, mutations, actions, or any backend code in a Convex project. Triggers on tasks involving Convex database operations, real-time subscriptions, file storage, or serverless functions.

1.4K
Jun 2, 2026, 06:02 PM

by CloudAI-X

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

1.4K
Jun 2, 2026, 06:02 PM

web-design-guidelines

Content & Writing

by CloudAI-X

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", "check my site against best practices", or "web interface guidelines".

1.4K
Feb 14, 2026, 08:20 AM

deepwiki-rs

Content & Writing

by sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language.

1.4K
Oct 25, 2025, 04:59 PM

smart-docs

Content & Writing

by sopaco

AI-powered comprehensive codebase documentation generator. Analyzes project structure, identifies architecture patterns, creates C4 model diagrams, and generates professional technical documentation. Use when users need to document codebases, understand software architecture, create technical specs, or generate developer guides. Supports all programming languages. Alternative to Litho/deepwiki-rs that uses Claude Code subscription without external API costs.

1.4K
Nov 11, 2025, 04:23 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"

1.3K
Mar 12, 2026, 02:48 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

1.3K
Jan 2, 2026, 10:21 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

1.3K
Jan 5, 2026, 02:35 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.

1.3K
Jan 2, 2026, 10:18 AM

orchestration

Content & Writing

by numman-ali

MANDATORY - You must load this skill before doing anything else. This defines how you operate.

1.3K
Jan 9, 2026, 10:35 PM

cloudflare-manager

Content & Writing

by qdhenry

Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtime with dependencies installed.

1.3K
Oct 19, 2025, 05:17 PM

linear-todo-sync

Content & Writing

by qdhenry

This skill fetches open tasks assigned to the user from the Linear API and generates a markdown todo list file in the project root. This skill should be used when the user asks about their work items, wants to see what they need to work on, or requests to load/sync their Linear tasks. Requires Python 3.7+, requests, mdutils, and python-dotenv packages. Requires LINEAR_API_KEY in .env file.

1.3K
Oct 18, 2025, 05:27 PM

web-design-guidelines

Content & Writing

by inkeep

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

1.3K
Jan 27, 2026, 12:43 PM

microsoft-docs

Content & Writing

by MicrosoftDocs

Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. Use for Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies. Get accurate, current information from learn.microsoft.com and other official Microsoft websites—architecture overviews, quickstarts, configuration guides, limits, and best practices.

1.3K
Jan 12, 2026, 02:27 AM

docs-seeker

Content & Writing

by mrgoonie

Searching internet for technical documentation using llms.txt standard, GitHub repositories via Repomix, and parallel exploration. Use when user needs: (1) Latest documentation for libraries/frameworks, (2) Documentation in llms.txt format, (3) GitHub repository analysis, (4) Documentation without direct llms.txt support, (5) Multiple documentation sources in parallel

1.3K
Dec 30, 2025, 02:08 PM

media-processing

Content & Writing

by mrgoonie

Process multimedia files with FFmpeg (video/audio encoding, conversion, streaming, filtering, hardware acceleration) and ImageMagick (image manipulation, format conversion, batch processing, effects, composition). Use when converting media formats, encoding videos with specific codecs (H.264, H.265, VP9), resizing/cropping images, extracting audio from video, applying filters and effects, optimizing file sizes, creating streaming manifests (HLS/DASH), generating thumbnails, batch processing images, creating composite images, or implementing media processing pipelines. Supports 100+ formats, hardware acceleration (NVENC, QSV), and complex filtergraphs.

1.3K
Dec 30, 2025, 02:08 PM

skill-creator

Content & Writing

by mrgoonie

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.

1.3K
Dec 30, 2025, 02:08 PM

creating-articles

Content & Writing

by artsy

Creates new blog posts for the Artsy Engineering blog. Use when the user wants to write, create, or start a new blog post or article.

1.2K
Jan 10, 2026, 08:47 AM

by wincent

Generates clear commit messages from Git diffs. Use when writing commit messages or reviewing staged changes.

1.2K
Jan 8, 2026, 12:32 PM

dart-build

Content & Writing

by dartsim

DART Build: CMake, pixi, dependencies, and build troubleshooting

1.2K
Jul 13, 2026, 07:25 AM

dart-contribute

Content & Writing

by dartsim

DART Contribute: branching, PRs, review workflow, and dual-PR bugfixes

1.2K
Jul 3, 2026, 08:39 PM

dart-test

Content & Writing

by dartsim

DART Test: unit tests, integration tests, CI validation, and debugging

1.2K
Jul 13, 2026, 07:25 AM

gcal-api-research

Content & Writing

by nspady

Expert research tool for Google Calendar API implementations. PROACTIVELY use when (1) reviewing PRs adding calendar features, (2) planning new event/attendee/recurring event functionality, (3) investigating calendar API issues, (4) validating timezone handling or batch operations. Specializes in recurring events, timezone conversions, multi-calendar support, and edge case identification.

1.2K
Dec 5, 2025, 08:07 PM

mcp-research

Content & Writing

by nspady

Expert research tool for Model Context Protocol implementations. PROACTIVELY use when reviewing MCP server code, planning new MCP tools/resources/prompts, investigating protocol compliance issues, or validating architecture. Specializes in protocol compliance (JSON-RPC 2.0), security patterns, transport layers, and production best practices. Current spec: 2025-06-18.

1.2K
Dec 5, 2025, 08:07 PM

gh-docs

Content & Writing

by udecode

Look up documentation and source code for libraries and packages. Use when the user asks a question about a library, needs to understand a library's API, or when you need information about a library that you don't know about. Triggers on questions like "How do I use X library?", "What's the API for Y?", "Show me how Z library handles this", or when encountering unfamiliar library usage.

1.2K
Jan 21, 2026, 11:41 PM

knowledge

Content & Writing

by XiaoMi

Search WeKnora knowledge base for documentation, guides, and best practices. Use when user asks "how to", "what is", or needs configuration guides, feature docs, usage instructions, or troubleshooting steps.

1.2K
Dec 26, 2025, 09:15 AM

lark-doc

Content & Writing

by XiaoMi

Fetch Lark/Feishu document and convert to Markdown. Use this skill to get troubleshooting guides and operation instructions from Lark documents.

1.2K
Dec 26, 2025, 09:15 AM

skill-creator

Content & Writing

by XiaoMi

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.

1.2K
Dec 26, 2025, 09:15 AM

by Starlitnightly

Bulk RNA-seq batch correction with pyComBat: remove batch effects from merged cohorts, export corrected matrices, and benchmark visualizations.

1.1K
Mar 12, 2026, 12:26 AM

by Starlitnightly

Turn bulk RNA-seq cohorts into synthetic single-cell datasets using omicverse's Bulk2Single workflow for cell fraction estimation, beta-VAE generation, and quality control comparisons against reference scRNA-seq.

1.1K
Mar 12, 2026, 12:26 AM

by Starlitnightly

PyDESeq2 differential expression: ID mapping, DE testing, fold-change thresholding, and GSEA enrichment visualization in OmicVerse.

1.1K
Mar 12, 2026, 12:26 AM

by Starlitnightly

Bulk RNA-seq DEG pipeline: gene ID mapping, DESeq2 normalization, statistical testing, volcano plots, and pathway enrichment in OmicVerse.

1.1K
Mar 9, 2026, 12:36 AM

by Starlitnightly

WGCNA co-expression network: soft-threshold, module detection, eigengenes, hub genes, and trait correlation in OmicVerse.

1.1K
Mar 9, 2026, 12:36 AM

by Starlitnightly

Extend scRNA-seq developmental trajectories with BulkTrajBlend by generating intermediate cells from bulk RNA-seq, training beta-VAE and GNN models, and interpolating missing states.

1.1K
Mar 12, 2026, 12:26 AM

data-export-excel

Content & Writing

by Starlitnightly

Export analysis results, data tables, and formatted spreadsheets to Excel files using openpyxl. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

1.1K
Nov 2, 2025, 07:35 PM

data-export-pdf

Content & Writing

by Starlitnightly

Create professional PDF reports with text, tables, and embedded images using reportlab. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

1.1K
Nov 2, 2025, 07:35 PM

data-stats-analysis

Content & Writing

by Starlitnightly

Perform statistical tests, hypothesis testing, correlation analysis, and multiple testing corrections using scipy and statsmodels. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

1.1K
Nov 2, 2025, 07:35 PM

data-transform

Content & Writing

by Starlitnightly

Transform, clean, reshape, and preprocess data using pandas and numpy. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

1.1K
Nov 25, 2025, 11:27 PM

data-viz-plots

Content & Writing

by Starlitnightly

Publication-quality matplotlib/seaborn plots: scatter, heatmap, violin, bar, line, multi-panel figures. Works with ANY LLM provider.

1.1K
Mar 9, 2026, 12:36 AM

gsea-enrichment-analysis

Content & Writing

by Starlitnightly

Gene set enrichment analysis with correct geneset format handling. Critical guidance for loading pathway databases and running enrichment in OmicVerse.

1.1K
Nov 25, 2025, 11:27 PM

by Starlitnightly

OmicVerse plotting: volcano, venn, boxplot, embedding, density, heatmap families, dotplot, convex hull, stacked bar, and Forbidden City color palettes.

1.1K
Apr 3, 2026, 09:41 AM

by Starlitnightly

Cell type annotation: SCSA, MetaTiME, CellVote consensus, CellMatch, GPTAnno, weighted KNN label transfer in OmicVerse.

1.1K
Mar 26, 2026, 04:07 AM

by Starlitnightly

CellPhoneDB v5 ligand-receptor analysis, CellChatViz plots, and the newer ccc_heatmap / ccc_network_plot / ccc_stat_plot communication visualizations in OmicVerse.

1.1K
Apr 3, 2026, 03:48 AM

by Starlitnightly

Single-cell clustering (Leiden, Louvain, scICE, GMM), batch correction (Harmony, scVI, BBKNN, Combat), topic modeling, and cNMF in OmicVerse.

1.1K
Mar 12, 2026, 12:26 AM

by Starlitnightly

AUCell pathway scoring, metacell DEG, scDrug response, SCENIC regulons, cNMF programs, and NOCD community detection in OmicVerse.

1.1K
Mar 12, 2026, 12:26 AM

by Starlitnightly

Multi-omics integration: MOFA factor analysis, GLUE unpaired alignment, SIMBA batch correction, TOSICA label transfer, StaVIA trajectory. Covers scRNA+scATAC paired/unpaired workflows.

1.1K
Mar 9, 2026, 12:36 AM

by Starlitnightly

Single-cell QC, normalization, HVG detection, PCA, neighbor graph, UMAP/tSNE embedding pipelines in OmicVerse (CPU/GPU).

1.1K
Mar 12, 2026, 12:26 AM

by Starlitnightly

Map scRNA-seq atlases onto spatial transcriptomics slides using omicverse's Single2Spatial workflow for deep-forest training, spot-level assessment, and marker visualisation.

1.1K
Mar 9, 2026, 12:36 AM

by Starlitnightly

TCGA bulk RNA-seq preprocessing with pyTCGA: GDC sample sheets, expression archives, clinical metadata, Kaplan-Meier survival analysis, and annotated AnnData export.

1.1K
Mar 9, 2026, 12:36 AM

document

Content & Writing

by dvdsgl

1.1K
Jan 8, 2026, 02:19 AM

api-gateway

Content & Writing

by itsmostafa

AWS API Gateway for REST and HTTP API management. Use when creating APIs, configuring integrations, setting up authorization, managing stages, implementing rate limiting, or troubleshooting API issues.

1.1K
Jan 8, 2026, 04:20 PM

bedrock

Content & Writing

by itsmostafa

AWS Bedrock foundation models for generative AI. Use when invoking foundation models, building AI applications, creating embeddings, configuring model access, or implementing RAG patterns.

1.1K
Jan 8, 2026, 04:20 PM

cloudformation

Content & Writing

by itsmostafa

AWS CloudFormation infrastructure as code for stack management. Use when writing templates, deploying stacks, managing drift, troubleshooting deployments, or organizing infrastructure with nested stacks.

1.1K
Jan 8, 2026, 04:20 PM

cloudwatch

Content & Writing

by itsmostafa

AWS CloudWatch monitoring for logs, metrics, alarms, and dashboards. Use when setting up monitoring, creating alarms, querying logs with Insights, configuring metric filters, building dashboards, or troubleshooting application issues.

1.1K
Jan 8, 2026, 04:20 PM

cognito

Content & Writing

by itsmostafa

AWS Cognito user authentication and authorization service. Use when setting up user pools, configuring identity pools, implementing OAuth flows, managing user attributes, or integrating with social identity providers.

1.1K
Jan 8, 2026, 04:20 PM

dynamodb

Content & Writing

by itsmostafa

AWS DynamoDB NoSQL database for scalable data storage. Use when designing table schemas, writing queries, configuring indexes, managing capacity, implementing single-table design, or troubleshooting performance issues.

1.1K
Jan 8, 2026, 04:20 PM

ec2

Content & Writing

by itsmostafa

>

1.1K
May 12, 2026, 05:45 PM

ecs

Content & Writing

by itsmostafa

AWS ECS container orchestration for running Docker containers. Use when deploying containerized applications, configuring task definitions, setting up services, managing clusters, or troubleshooting container issues.

1.1K
May 12, 2026, 07:04 PM

eks

Content & Writing

by itsmostafa

AWS EKS Kubernetes management for clusters, node groups, and workloads. Use when creating clusters, configuring IRSA, managing node groups, deploying applications, or integrating with AWS services.

1.1K
Jan 8, 2026, 04:20 PM

eventbridge

Content & Writing

by itsmostafa

AWS EventBridge serverless event bus for event-driven architectures. Use when creating rules, configuring event patterns, setting up scheduled events, integrating with SaaS, or building cross-account event routing.

1.1K
Jan 8, 2026, 04:20 PM

iam

Content & Writing

by itsmostafa

AWS Identity and Access Management for users, roles, policies, and permissions. Use when creating IAM policies, configuring cross-account access, setting up service roles, troubleshooting permission errors, or managing access control.

1.1K
Jan 8, 2026, 04:20 PM

lambda

Content & Writing

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

1.1K
Jan 8, 2026, 04:20 PM

rds

Content & Writing

by itsmostafa

AWS RDS relational database service for managed databases. Use when provisioning databases, configuring backups, managing replicas, troubleshooting connectivity, or optimizing performance.

1.1K
Jan 8, 2026, 04:20 PM

s3

Content & Writing

by itsmostafa

AWS S3 object storage for bucket management, object operations, and access control. Use when creating buckets, uploading files, configuring lifecycle policies, setting up static websites, managing permissions, or implementing cross-region replication.

1.1K
Jan 8, 2026, 04:20 PM

secrets-manager

Content & Writing

by itsmostafa

AWS Secrets Manager for secure secret storage and rotation. Use when storing credentials, configuring automatic rotation, managing secret versions, retrieving secrets in applications, or integrating with RDS.

1.1K
Jan 8, 2026, 04:20 PM

sns

Content & Writing

by itsmostafa

AWS SNS notification service for pub/sub messaging. Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push.

1.1K
Jan 8, 2026, 04:20 PM

sqs

Content & Writing

by itsmostafa

AWS SQS message queue service for decoupled architectures. Use when creating queues, configuring dead-letter queues, managing visibility timeouts, implementing FIFO ordering, or integrating with Lambda.

1.1K
Jan 8, 2026, 04:20 PM

step-functions

Content & Writing

by itsmostafa

AWS Step Functions workflow orchestration with state machines. Use when designing workflows, implementing error handling, configuring parallel execution, integrating with AWS services, or debugging executions.

1.1K
Jan 8, 2026, 04:20 PM