Content & Writing

Page 15 of 64

Browse skills in this category.

4544 skills · Showing 1009-1080
Sort by:

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.0K
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.0K
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.0K
Jan 8, 2026, 04:20 PM

ec2

Content & Writing

by itsmostafa

AWS EC2 virtual machine management for instances, AMIs, and networking. Use when launching instances, configuring security groups, managing key pairs, troubleshooting connectivity, or automating instance lifecycle.

1.0K
Jan 8, 2026, 04:20 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.0K
Jan 8, 2026, 04:20 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.0K
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.0K
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.0K
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.0K
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.0K
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.0K
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.0K
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.0K
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.0K
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.0K
Jan 8, 2026, 04:20 PM

agent-creator

Content & Writing

by hotovo

Create AiderDesk agent profiles via interactive Q&A.

1.0K
Jan 12, 2026, 12:39 AM

skill-creator

Content & Writing

by hotovo

Design and create Agent Skills using progressive disclosure principles. Use when building new skills, planning skill architecture, or writing skill content.

1.0K
Jan 12, 2026, 12:39 AM

brave-search

Content & Writing

by steipete

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

963
Jan 10, 2026, 11:04 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".

963
Jan 27, 2026, 12:43 PM

ai-model-nodejs

Content & Writing

by TencentCloudBase

Use this skill when developing Node.js backend services or CloudBase cloud functions (Express/Koa/NestJS, serverless, backend APIs) that need AI capabilities. Features text generation (generateText), streaming (streamText), AND image generation (generateImage) via @cloudbase/node-sdk ≥3.16.0. Built-in models include Hunyuan (hunyuan-2.0-instruct-20251111 recommended), DeepSeek (deepseek-v3.2 recommended), and hunyuan-image for images. This is the ONLY SDK that supports image generation. NOT for browser/Web apps (use ai-model-web) or WeChat Mini Program (use ai-model-wechat).

962
Jan 9, 2026, 02:54 AM

ai-model-web

Content & Writing

by TencentCloudBase

Use this skill when developing browser/Web applications (React/Vue/Angular, static websites, SPAs) that need AI capabilities. Features text generation (generateText) and streaming (streamText) via @cloudbase/js-sdk. Built-in models include Hunyuan (hunyuan-2.0-instruct-20251111 recommended) and DeepSeek (deepseek-v3.2 recommended). NOT for Node.js backend (use ai-model-nodejs), WeChat Mini Program (use ai-model-wechat), or image generation (Node SDK only).

962
Jan 8, 2026, 12:40 PM

ai-model-wechat

Content & Writing

by TencentCloudBase

Use this skill when developing WeChat Mini Programs (小程序, 企业微信小程序, wx.cloud-based apps) that need AI capabilities. Features text generation (generateText) and streaming (streamText) with callback support (onText, onEvent, onFinish) via wx.cloud.extend.AI. Built-in models include Hunyuan (hunyuan-2.0-instruct-20251111 recommended) and DeepSeek (deepseek-v3.2 recommended). API differs from JS/Node SDK - streamText requires data wrapper, generateText returns raw response. NOT for browser/Web apps (use ai-model-web), Node.js backend (use ai-model-nodejs), or image generation (not supported).

962
Jan 8, 2026, 12:40 PM

auth-nodejs-cloudbase

Content & Writing

by TencentCloudBase

Complete guide for CloudBase Auth using the CloudBase Node SDK – caller identity, user lookup, custom login tickets, and server-side best practices.

962
Feb 25, 2026, 03:39 AM

auth-wechat-miniprogram

Content & Writing

by TencentCloudBase

Complete guide for WeChat Mini Program authentication with CloudBase - native login, user identity, and cloud function integration.

962
Feb 25, 2026, 03:39 AM

cloud-functions

Content & Writing

by TencentCloudBase

Complete guide for CloudBase cloud functions development - runtime selection, deployment, logging, invocation, and HTTP access configuration.

962
Dec 25, 2025, 10:20 AM

by TencentCloudBase

Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.

962
Dec 1, 2025, 02:33 AM

by TencentCloudBase

Use CloudBase document database Web SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.

962
Dec 1, 2025, 02:33 AM

cloudbase-platform

Content & Writing

by TencentCloudBase

CloudBase platform knowledge and best practices. Use this skill for general CloudBase platform understanding, including storage, hosting, authentication, cloud functions, database permissions, and data models.

962
Dec 22, 2025, 07:01 AM

cloudrun-development

Content & Writing

by TencentCloudBase

CloudBase Run backend development rules (Function mode/Container mode). Use this skill when deploying backend services that require long connections, multi-language support, custom environments, or AI agent development.

962
Dec 2, 2025, 02:45 AM

data-model-creation

Content & Writing

by TencentCloudBase

Optional advanced tool for complex data modeling. For simple table creation, use relational-database-tool directly with SQL statements.

962
Feb 25, 2026, 03:39 AM

http-api-cloudbase

Content & Writing

by TencentCloudBase

Use CloudBase HTTP API to access CloudBase platform features (database, authentication, cloud functions, cloud hosting, cloud storage, AI) via HTTP protocol from backends or scripts that are not using SDKs.

962
Dec 10, 2025, 01:13 PM

miniprogram-development

Content & Writing

by TencentCloudBase

WeChat Mini Program development rules. Use this skill when developing WeChat mini programs, integrating CloudBase capabilities, and deploying mini program projects.

962
Jan 13, 2026, 07:49 AM

by TencentCloudBase

This is the required documentation for agents operating on the CloudBase Relational Database. It lists the only four supported tools for running SQL and managing security rules. Read the full content to understand why you must NOT use standard Application SDKs and how to safely execute INSERT, UPDATE, or DELETE operations without corrupting production data.

962
Dec 10, 2025, 01:13 PM

by TencentCloudBase

Use when building frontend Web apps that talk to CloudBase Relational Database via @cloudbase/js-sdk – provides the canonical init pattern so you can then use Supabase-style queries from the browser.

962
Nov 24, 2025, 09:15 AM

spec-workflow

Content & Writing

by TencentCloudBase

Standard software engineering workflow for requirement analysis, technical design, and task planning. Use this skill when developing new features, complex architecture designs, multi-module integrations, or projects involving database/UI design.

962
Feb 25, 2026, 03:39 AM

ui-design

Content & Writing

by TencentCloudBase

Professional UI design and frontend interface guidelines. Use this skill when creating web pages, mini-program interfaces, prototypes, or any frontend UI components that require distinctive, production-grade design with exceptional aesthetic quality.

962
Nov 27, 2025, 04:32 AM

web-development

Content & Writing

by TencentCloudBase

Web frontend project development rules. Use this skill when developing web frontend pages, deploying static hosting, and integrating CloudBase Web SDK.

962
Dec 2, 2025, 02:45 AM

changelog

Content & Writing

by dailydotdev

Generate a daily.dev changelog post for a new feature or update. Use when a team member needs to write a changelog announcement.

959
Jan 11, 2026, 03:35 PM

create-slash-commands

Content & Writing

by glittercowboy

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

958
Dec 16, 2025, 08:38 PM

create-subagents

Content & Writing

by glittercowboy

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.

958
Dec 16, 2025, 08:38 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.

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

957
Oct 18, 2025, 05:27 PM

react-useeffect

Content & Writing

by jarrodwatts

React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.

948
Jan 9, 2026, 12:16 AM

rigorous-coding

Content & Writing

by jarrodwatts

Apply rigorous coding standards. Use when writing, implementing, or reviewing code.

948
Jan 14, 2026, 12:59 AM

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

adr-generator

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

agent-context-loader

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

agent-patterns

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

architecture-doc-creator

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

ascii-art-diagram-creator

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

changelog-generator

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

changelog-orchestrator

Content & Writing

by jeremylongshore

Draft changelog PRs by collecting GitHub/Slack/Git changes, formatting with templates, running quality gates, and preparing a branch/PR. Use when generating weekly/monthly release notes or when the user asks to create a changelog from recent merges. Trigger with "changelog weekly", "generate release notes", "draft changelog", "create changelog PR".

945
Jan 11, 2026, 10:30 PM

chart-js-config-creator

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

code-of-conduct-generator

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-advanced-composer

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-ai-chat

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-codebase-indexing

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-common-errors

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-composer-workflows

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-context-management

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-custom-prompts

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-hello-world

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-indexing-issues

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-keybindings

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-local-dev-loop

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM

cursor-model-selection

Content & Writing

by jeremylongshore

945
Jan 11, 2026, 10:30 PM