💻

Scripting

2043 skills in Development > Scripting

skill-writer

指导用户为 Claude Code 创建系统级 Agent Skills,支持多个业务子 Skill 的模块化设计。当用户想要创建、编写或设计系统级 Skill,或提到"生成 skills-list / 更新技能清单 / generate_skills_list"时使用。脚本 `scripts/generate_skills_list.py` 仅存放于本 skill-writer 目录,其他系统级 Skill 不需要复制;需要更新清单时由 skill-writer 脚本对目标 Skill 目录执行。

NAMEWTA/ai-omni
0
0
Aktualisiert 1w ago

play-tight

Context-efficient browser automation using Playwright scripts and subagent isolation. Use when you need to interact with web pages, extract data from websites, verify page elements, or automate browser tasks while avoiding context window pollution from verbose HTML/accessibility trees. Provides both direct script execution and a specialized subagent pattern for complex investigations that generate large intermediate responses.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

python

Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.

lambdamechanic/scrapinghub-mcp
0
0
Aktualisiert 1w ago

data-fundamentals

Master data science fundamentals. Learn Python for data, statistics, pandas, data visualization, and exploratory data analysis.

pluginagentmarketplace/custom-plugin-devrel-engineer
0
0
Aktualisiert 1w ago

adb-android-control

Comprehensive Android device control via ADB (Android Debug Bridge). Use when user asks about: Android device management, app installation/uninstallation, APK operations, package management, file transfer (push/pull), screenshots, screen recording, input simulation (tap/swipe/text/keyevents), shell commands, logcat viewing, device info (battery/memory/storage), automation scripts, wireless ADB connection, scrcpy mirroring. Keywords: adb, android, phone, tablet, device, apk, install app, uninstall app, screenshot, screen record, tap, swipe, type text, keyevent, logcat, push file, pull file, shell, package, activity, intent, broadcast, dumpsys, getprop, settings, input, sendevent, monkey, am start, pm list, device info, battery status, wireless adb, connect device.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

code-standards

Marketplace

Load when reviewing code, writing code examples, or ensuring code quality.Contains coding standards for Python, JavaScript, SQL, and general bestpractices for publication-quality code.

chekos/bns-marketplace
0
0
Aktualisiert 1w ago

jelly-bulk-edit

Marketplace

AST-based bulk code transformations across codebase using ast-grep. Replace console.log with logger, update imports, modernize syntax (var to const). Semantic pattern matching ensures accurate transformations without breaking code.

dev-jelly/jelly-dotclaude
0
1
Aktualisiert 1w ago

generating-rbs

Marketplace

Generates RBS type signatures from Ruby source files. Triggers when creating type definitions, adding types to Ruby code, or generating .rbs files for classes/modules without existing RBS signatures.

DmitryPogrebnoy/ruby-agent-skills
0
0
Aktualisiert 1w ago

feature-dev

Comprehensive feature development workflow management with branching strategies, code reviews, testing automation, and deployment coordination.

ferg-cod3s/anthropic-plugin-converter
0
0
Aktualisiert 1w ago

python-runner

Python 프로젝트 실행, 테스트, 문법 검사, 임포트 검증을 위한 스킬. `scripts/python-runner.sh`를 사용합니다.

TakSung/python-katas
0
0
Aktualisiert 1w ago

post-change-verification

Marketplace

Mandatory verification protocol after code changes for JavaScript/TypeScript projects. Use after any code modification to ensure quality.

IvanTorresEdge/molcajete.ai
0
0
Aktualisiert 1w ago

testing-strategy

Marketplace

A specialist skill that designs and implements a testing strategy for a codebase. This skill should be used after code development and before code review.

nicholasgriffintn/claude-code
0
0
Aktualisiert 1w ago

typescript-enforcer

Enforce strict TypeScript type safety rules including no 'any' types, explicit return types, proper interfaces, and type guards. Use when writing TypeScript code, reviewing code, refactoring, or when user mentions TypeScript, types, interfaces, or type safety.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

sitebender-predicates

Writing TypeScript predicate functions (type guards, boolean checks, validation functions). Use when creating functions that return boolean or perform type narrowing. Follows Sitebender's curried, pure function patterns with named function declarations.

site-bender/sitebender
0
0
Aktualisiert 1w ago

linting

Marketplace

Universal polyglot linting capabilities for Python, JavaScript/TypeScript, Markdown, Shell, Ruby, YAML, and JSON files. Use when you need to lint files programmatically, understand tool selection logic, or invoke linting from commands/agents.

racurry/neat-little-package
0
0
Aktualisiert 1w ago

python-style-standards

Python coding standards including line length (80 chars), naming conventions (snake_case, PascalCase), type hints, docstrings, exception handling, and logging patterns. Use when writing new Python code or reviewing code quality.

randalmurphal/claude-config
0
0
Aktualisiert 1w ago

sentry-setup-logging

Marketplace

Setup Sentry Logging in any project. Use this when asked to add Sentry logs, enable structured logging, setup console log capture, or integrate logging with Sentry. Supports JavaScript, TypeScript, Python, Ruby, React, Next.js, and other frameworks.

getsentry/sentry-for-claude
0
0
Aktualisiert 1w ago

torch-shape-validator

Add tensor shape validation and documentation to PyTorch code. This skill should be used when working with PyTorch models to ensure tensor shapes are correct and well-documented with inline comments.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

whisper-transcribe

Transcribes audio and video files to text using OpenAI's Whisper CLI with contextual grounding. Converts audio/video to text, transcribes recordings, and creates transcripts from media files. Use when asked to "whisper transcribe", "transcribe audio", "convert recording to text", or "speech to text". Uses markdown files in the same directory as context to improve transcription accuracy for technical terms, proper nouns, and domain-specific vocabulary.

SpillwaveSolutions/whisper-transcribePython
0
0
Aktualisiert 1w ago

drizzle-migrations

Migration-first database development workflow using Drizzle ORM for TypeScript/J...

danielseltzer/code-analysis-tools
0
0
Aktualisiert 1w ago