Back to categories
Category

Agent Skills in category: Uncategorized

72243 skills match this category. Browse curated collections and explore related Agent Skills.

operating-k8s-local

|

salmanparacha
salmanparacha
0

operating-production-services

|

salmanparacha
salmanparacha
0

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

salmanparacha
salmanparacha
0

pptx

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

salmanparacha
salmanparacha
0

brainstorm

>

devseunggwan
devseunggwan
0

debug

Systematic 4-phase debugging — root cause investigation before any fix attempt. Use for any bug, test failure, or unexpected behavior. Triggers on "debug", "debugging", "why failing", "why broken", "root cause".

devseunggwan
devseunggwan
0

finish-branch

Complete a development branch lifecycle — verify merge status, clean up worktree and branch, then compound context via inline PR comments. Triggers on "cleanup", "worktree cleanup", "finish branch", "branch cleanup".

devseunggwan
devseunggwan
0

verify-completion

Enforce verification evidence before any completion claim. Tests, builds, and lint must be run with output shown — no claims without proof. Triggers on "verify", "verification", "done check", "completion check".

devseunggwan
devseunggwan
0

use-railway

>

railwayapp
railwayapp
19011

prd-writing

プロダクト要求定義書(PRD)を作成するための詳細ガイドとテンプレート。PRD作成時にのみ使用。

yamato0811
yamato0811
0

functional-design

機能設計書を作成するための詳細ガイドとテンプレート。機能設計書作成時にのみ使用。

yamato0811
yamato0811
0

architecture-design

アーキテクチャ設計書を作成するための詳細ガイドとテンプレート。アーキテクチャ設計時にのみ使用。

yamato0811
yamato0811
0

repository-structure

リポジトリ構造定義書を作成するための詳細ガイドとテンプレート。リポジトリ構造定義時にのみ使用。

yamato0811
yamato0811
0

development-guidelines

チーム全体で統一された開発プロセスとコーディング規約を確立するための包括的なガイドとテンプレート。開発ガイドライン作成時、コード実装時に使用する。

yamato0811
yamato0811
0

glossary-creation

用語集を作成するための詳細ガイドとテンプレート。用語集作成時にのみ使用。

yamato0811
yamato0811
0

git-branch-creator

>-

yamato0811
yamato0811
0

git-commit-executor

Gitの変更を分析して論理的なコミット単位に分割し、Conventional Commits形式で実際にコミットを実行する。

yamato0811
yamato0811
0

pull-request-creator

pullリクエストを作成するための手順。ユーザーが「pullリクエストを作成して」などと依頼したときに使う。現状ブランチの変更確認、概要整理、PR本文作成、developへのPR作成までをガイドする。

yamato0811
yamato0811
0

steering

作業指示毎の作業計画、タスクリストをドキュメントに記録するためのスキル。ユーザーからの指示をトリガーとした作業計画時、実装時、検証時に読み込む。

yamato0811
yamato0811
0

deepwiki-skill

>

HybridTalentComputing
HybridTalentComputing
1

i18n-translation

>

HybridTalentComputing
HybridTalentComputing
1

authenticated-scrape

Scrape data from authenticated websites by capturing network requests with auth headers automatically. Use when the user wants to extract data from logged-in pages, private dashboards, or authenticated APIs.

Salberg87
Salberg87
0

prompt-engineering-patterns

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.

ljchg12-hue
ljchg12-hue
1

rag-implementation

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.

ljchg12-hue
ljchg12-hue
1

ml-pipeline-workflow

Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.

ljchg12-hue
ljchg12-hue
1

distributed-tracing

Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.

ljchg12-hue
ljchg12-hue
1

grafana-dashboards

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.

ljchg12-hue
ljchg12-hue
1

prometheus-configuration

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.

ljchg12-hue
ljchg12-hue
1

slo-implementation

Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability targets, implementing SRE practices, or measuring service performance.

ljchg12-hue
ljchg12-hue
1

billing-automation

Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.

ljchg12-hue
ljchg12-hue
1

paypal-integration

Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.

ljchg12-hue
ljchg12-hue
1

pci-compliance

Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures.

ljchg12-hue
ljchg12-hue
1

stripe-integration

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

ljchg12-hue
ljchg12-hue
1

async-python-patterns

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

ljchg12-hue
ljchg12-hue
1

python-packaging

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.

ljchg12-hue
ljchg12-hue
1

python-performance-optimization

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.

ljchg12-hue
ljchg12-hue
1

python-testing-patterns

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

ljchg12-hue
ljchg12-hue
1

uv-package-manager

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.

ljchg12-hue
ljchg12-hue
1

sast-configuration

Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, implementing DevSecOps practices, or automating code vulnerability detection.

ljchg12-hue
ljchg12-hue
1

bash-defensive-patterns

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

ljchg12-hue
ljchg12-hue
1

bats-testing-patterns

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.

ljchg12-hue
ljchg12-hue
1

shellcheck-configuration

Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability.

ljchg12-hue
ljchg12-hue
1

youtube-transcript-fetcher

Extract and download YouTube video transcripts and subtitles for content analysis and accessibility

ljchg12-hue
ljchg12-hue
1

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

ljchg12-hue
ljchg12-hue
1

article-extraction

Extract clean article content from web pages, removing ads and clutter for reading and archiving

ljchg12-hue
ljchg12-hue
1

artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

ljchg12-hue
ljchg12-hue
1

aws-cdk

AWS Cloud Development Kit infrastructure as code patterns and best practices for serverless, containers, and cloud-native applications

ljchg12-hue
ljchg12-hue
1

backend-expert-advisor

Backend expert guidance for API/DB/Security/Architecture

ljchg12-hue
ljchg12-hue
1

brand-guidelines

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

ljchg12-hue
ljchg12-hue
1

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

ljchg12-hue
ljchg12-hue
1

Page 1108 of 1445 · 72243 results