💻

Scripting

2043 skills in Development > Scripting

cloudflare-mcp-server

Marketplace

Build Model Context Protocol (MCP) servers on Cloudflare Workers - the only platform with official remote MCP support. TypeScript-based with OAuth, Durable Objects, and WebSocket hibernation. Use when: deploying remote MCP servers, implementing OAuth (GitHub/Google), using dual transports (SSE/HTTP), or troubleshooting URL path mismatches, McpAgent exports, OAuth redirects, CORS issues.

jezweb/claude-skills
120
18
Actualizado 4d ago

ts-agent-sdk

Marketplace

Generate typed TypeScript SDKs for AI agents to interact with MCP servers. Converts verbose JSON-RPC curl commands to clean function calls (docs.createDocument() vs curl). Auto-detects MCP tools from server modules, generates TypeScript types and client methods, creates runnable example scripts. Use when: building MCP-enabled applications, need typed programmatic access to MCP tools, want Claude Code to manage apps via scripts, eliminating manual JSON-RPC curl commands, validating MCP inputs/outputs, or creating reusable agent automation.

jezweb/claude-skills
120
18
Actualizado 4d ago

cloudflare-browser-rendering

Marketplace

Add headless Chrome automation with Puppeteer/Playwright on Cloudflare Workers. Use when: taking screenshots, generating PDFs, web scraping, crawling sites, browser automation, or troubleshooting XPath errors, browser timeouts, binding not passed errors, or session limits.

jezweb/claude-skills
120
18
Actualizado 4d ago

python-code-reviewer

审查 Python 代码,提供改进建议,确保代码质量和最佳实践

anxiong2025/25-Day-Agents-Course-by-Google
111
30
Actualizado 4d ago

Playwright Browser Automation

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

smallnest/langgraphgo
110
13
Actualizado 4d ago

chrome-devtools

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

einverne/dotfiles
109
19
Actualizado 4d ago

gcloud

Guide for implementing Google Cloud SDK (gcloud CLI) - a command-line tool for managing Google Cloud resources. Use when installing/configuring gcloud, authenticating with Google Cloud, managing projects/configurations, deploying applications, working with Compute Engine/GKE/App Engine/Cloud Storage, scripting gcloud operations, implementing CI/CD pipelines, or troubleshooting Google Cloud deployments.

einverne/dotfiles
109
19
Actualizado 4d ago

using-tmux-for-interactive-commands

Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys

obra/superpowers-lab
108
7
Actualizado 4d ago

code-review-assistant

Perform structured, actionable code reviews for Python code with clear findings and suggestions.

dmitriiweb/extract-emails
106
38
Actualizado 4d ago

uv-package-management-assistant

python's package managing

dmitriiweb/extract-emails
106
38
Actualizado 4d ago

Unnamed Skill

Compile Unity project via uloop CLI. Use when you need to: (1) Verify C# code compiles successfully after editing scripts, (2) Check for compile errors or warnings, (3) Validate script changes before running tests.

hatayama/uLoopMCP
105
8
Actualizado 4d ago

Unnamed Skill

Execute C# code dynamically in Unity Editor via uloop CLI. Use for editor automation: (1) Prefab/material wiring and AddComponent operations, (2) Reference wiring with SerializedObject, (3) Scene/hierarchy edits and batch operations. NOT for file I/O or script authoring.

hatayama/uLoopMCP
105
8
Actualizado 4d ago

Unnamed Skill

Execute C# code dynamically in Unity Editor via uloop CLI. Use for editor automation: (1) Prefab/material wiring and AddComponent operations, (2) Reference wiring with SerializedObject, (3) Scene/hierarchy edits and batch operations. NOT for file I/O or script authoring.

hatayama/uLoopMCP
105
8
Actualizado 4d ago

multi-language-project-analysis-with-pmat

Analyzes polyglot codebases with multiple programming languages using PMAT(Pragmatic AI Labs MCP Agent Toolkit). Use this skill when:- Working with projects containing multiple programming languages- Assessing cross-language integration patterns and quality- Understanding language distribution and architectural boundaries- Comparing quality metrics across language ecosystems- Identifying language-specific best practices violationsSupports 25+ languages including Rust, Python, TypeScript, JavaScript, Go, C++, Java,Ruby, PHP, Swift, Kotlin, C, C#, Scala, Haskell, Elixir, Clojure, Dart, Lua, R, and more.Provides unified quality assessment across heterogeneous codebases.

paiml/paiml-mcp-agent-toolkit
103
15
Actualizado 4d ago

code-quality-analysis-with-pmat

Analyzes code quality, complexity, and technical debt using PMAT(Pragmatic AI Labs MCP Agent Toolkit). Use this skill when:- User mentions "code quality", "complexity", "technical debt", or "maintainability"- Reviewing code or conducting code review- Modifying or refactoring existing code files- Creating pull requests or preparing commits- Investigating performance or quality issuesSupports 25+ languages including Rust, Python, TypeScript, JavaScript, Go, C++, Java, Ruby, PHP, Swift, and more.Provides cyclomatic complexity, cognitive complexity, maintainability index, dead code detection,and technical debt annotations (SATD: TODO, FIXME, HACK comments).

paiml/paiml-mcp-agent-toolkit
103
15
Actualizado 4d ago

automated-refactoring-with-pmat

Provides automated refactoring suggestions and complexity reduction strategies using PMAT(Pragmatic AI Labs MCP Agent Toolkit). Use this skill when:- User requests code refactoring, optimization, or improvement- Complexity analysis reveals high-complexity functions (cyclomatic > 10)- Code review identifies maintainability issues- Technical debt needs to be addressed systematically- Preparing legacy code for modernizationSupports 25+ languages with data-driven refactoring recommendations based on complexity metrics,mutation testing results, and industry best practices (Fowler's refactoring catalog).

paiml/paiml-mcp-agent-toolkit
103
15
Actualizado 4d ago

Video Processor

Marketplace

Download and process videos from YouTube and other platforms. Supports video download, audio extraction, format conversion (mp4, webm), and Whisper transcription. Use when user mentions YouTube download, video conversion, audio extraction, transcription, mp4, webm, ffmpeg, yt-dlp, or whisper transcription.

iamzhihuix/happy-claude-skills
102
7
Actualizado 4d ago

hook-factory

Generate production-ready Claude Code hooks with interactive Q&A, automated installation, and enhanced validation. Supports 10 templates across 7 event types for comprehensive workflow automation.

alirezarezvani/claude-code-skill-factory
102
34
Actualizado 4d ago

browser

Marketplace

Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements. Triggers include "browse website", "scrape page", "take screenshot", "automate browser", "extract DOM", "web scraping".

iamzhihuix/happy-claude-skills
102
7
Actualizado 4d ago

implement-type-annotations

Add comprehensive type hints to Python/TypeScript code to improve IDE support, catch errors early, and enable better AI code understanding

ambient-code/agentready
99
21
Actualizado 4d ago