💻

腳本程式

2043 skills in 開發 > 腳本程式

file-todos

Marketplace

This skill should be used when managing the file-based todo tracking system in the todos/ directory. It provides workflows for creating todos, managing status and dependencies, conducting triage, and integrating with slash commands and code review processes.

EveryInc/every-marketplace
1.0k
105
更新於 4d ago

playwright-skill

Marketplace

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.

lackeyjb/playwright-skill
1.0k
49
更新於 4d ago

genkit-production-expert

Marketplace

Build production Firebase Genkit applications including RAG systems, multi-step flows, and tool calling for Node.js/Python/Go. Deploy to Firebase Functions or Cloud Run with AI monitoring. Use when asked to "create genkit flow" or "implement RAG". Trigger with relevant phrases based on skill purpose.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

engineering-features-for-machine-learning

Marketplace

Execute create, select, and transform features to improve machine learning model performance. Handles feature scaling, encoding, and importance analysis. Use when asked to "engineer features" or "select features". Trigger with relevant phrases based on skill purpose.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

code-formatter

Marketplace

Execute automatically formats and validates code files using Prettier and other formatting tools. Use when users mention "format my code", "fix formatting", "apply code style", "check formatting", "make code consistent", or "clean up code formatting". Handles JavaScript, TypeScript, JSON, CSS, Markdown, and many other file types. Trigger with relevant phrases based on skill purpose.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

adk-engineer

Marketplace

Execute software engineer specializing in creating production-ready ADK agents with best practices, code structure, testing, and deployment automation. Use when asked to "build ADK agent", "create agent code", or "engineer ADK application". Trigger with relevant phrases based on skill purpose.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

vertex-engine-inspector

Marketplace

Execute inspect and validate Vertex AI Agent Engine deployments including Code Execution Sandbox, Memory Bank, A2A protocol compliance, and security posture. Generates production readiness scores. Use when asked to "inspect agent engine" or "validate depl... Trigger with relevant phrases based on skill purpose.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

gcp-examples-expert

Marketplace

Generate production-ready Google Cloud code examples from official repositories including ADK samples, Genkit templates, Vertex AI notebooks, and Gemini patterns. Use when asked to "show ADK example" or "provide GCP starter kit". Trigger with relevant phrases based on skill purpose.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

supabase-sdk-patterns

Marketplace

Execute apply production-ready Supabase SDK patterns for TypeScript and Python. Use when implementing Supabase integrations, refactoring SDK usage, or establishing team coding standards for Supabase. Trigger with phrases like "supabase SDK patterns", "supabase best practices", "supabase code patterns", "idiomatic supabase".

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

teams-webhook-sender

Marketplace

Teams Webhook Sender - Auto-activating skill for Business Automation. Triggers on: teams webhook sender, teams webhook sender Part of the Business Automation skill category.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

windsurf-release-automation

Marketplace

Execute automate release processes with semantic versioning. Activate when users mention "release automation", "version bump", "changelog generation", "semantic release", or "publish release". Handles release engineering automation. Use when working with windsurf release automation functionality. Trigger with phrases like "windsurf release automation", "windsurf automation", "windsurf".

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

vercel-sdk-patterns

Marketplace

Execute apply production-ready Vercel SDK patterns for TypeScript and Python. Use when implementing Vercel integrations, refactoring SDK usage, or establishing team coding standards for Vercel. Trigger with phrases like "vercel SDK patterns", "vercel best practices", "vercel code patterns", "idiomatic vercel".

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

scanning-for-xss-vulnerabilities

Marketplace

Execute this skill enables AI assistant to automatically scan for xss (cross-site scripting) vulnerabilities in code. it is triggered when the user requests to "scan for xss vulnerabilities", "check for xss", or uses the command "/xss". the skill identifies ref... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

setting-up-experiment-tracking

Marketplace

Implement machine learning experiment tracking using MLflow or Weights & Biases. Configures environment and provides code for logging parameters, metrics, and artifacts. Use when asked to "setup experiment tracking" or "initialize MLflow". Trigger with relevant phrases based on skill purpose.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

performing-security-code-review

Marketplace

Execute this skill enables AI assistant to conduct a security-focused code review using the security-agent plugin. it analyzes code for potential vulnerabilities like sql injection, xss, authentication flaws, and insecure dependencies. AI assistant uses this skill wh... Use when assessing security or running audits. Trigger with phrases like 'security scan', 'audit', or 'vulnerability'.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

sentry-sdk-patterns

Marketplace

Execute best practices for using Sentry SDK in TypeScript and Python. Use when implementing error handling patterns, structuring Sentry code, or optimizing SDK usage. Trigger with phrases like "sentry best practices", "sentry patterns", "sentry sdk usage", "sentry code structure".

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

analyzing-text-with-nlp

Marketplace

Execute this skill enables AI assistant to perform natural language processing and text analysis using the nlp-text-analyzer plugin. it should be used when the user requests analysis of text, including sentiment analysis, keyword extraction, topic modeling, or ... Use when analyzing code or data. Trigger with phrases like 'analyze', 'review', or 'examine'.

jeremylongshore/claude-code-plugins-plus-skills
878
101
更新於 4d ago

copyright-docs

Generate software copyright design specification documents compliant with China Copyright Protection Center (CPCC) standards. Creates complete design documents with Mermaid diagrams based on source code analysis. Use for software copyright registration, generating design specification, creating CPCC-compliant documents, or documenting software for intellectual property protection. Triggers on "软件著作权", "设计说明书", "版权登记", "CPCC", "软著申请".

catlog22/Claude-Code-Workflow
837
72
更新於 4d ago

Linear Todo Sync

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.

qdhenry/Claude-Command-Suite
834
78
更新於 4d ago

python-math

Small Python utilities for math and text files.

trpc-group/trpc-agent-go
787
71
更新於 4d ago