💻

Scripting

2043 skills in Development > Scripting

status-line-customization

Marketplace

Central authority for Claude Code status line configuration. Covers custom status line creation, /statusline command, status line settings (statusLine in settings.json), JSON input structure (model, workspace, cost, session info), status line scripts (Bash, Python, Node.js), terminal color codes, git-aware status lines, helper functions, and status line troubleshooting. Supports creating custom status lines, configuring status line behavior, and displaying contextual session information. Delegates 100% to docs-management skill for official documentation.

melodic-software/claude-code-plugins
3
0
更新日 4d ago

pr-review

WordPress-focused pull request review with double verification checklist. Use when reviewing PRs, performing code audits, or ensuring quality before merging.

vapvarun/claude-backup
3
0
更新日 4d ago

codex-cli

Marketplace

OpenAI Codex CLI fundamentals for code analysis, review, and validation. Use when (1) executing codex commands for code review/analysis, (2) configuring models (gpt-5.2-codex/gpt-5.2/gpt-5.1-codex-max/codex-mini), sandbox modes (read-only/workspace-write), or reasoning effort (low/medium/high/xhigh), (3) managing Codex sessions with resume, (4) integrating Codex into automation scripts. Do NOT use for orchestration patterns (use codex-claude-loop instead).

creator-hian/claude-code-plugins
2
0
更新日 4d ago

lora-scene-partner

Meta-collaboration skill for LoRA-based scene generation. Use when working as a proactive creative partner for LoRA video generation (Graffito, Akira, etc.). Establishes persona, tracks HARD/SOFT context, respects FLUSH/RESET semantics, and maintains STANCE CHECKs. This is the collaboration layer that orchestrates other prompt engineering skills.

davidrd123/ComfyPromptByAPI
2
0
更新日 4d ago

orchestrating-test-workflows

Marketplace

This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 4d ago

managing-test-environments

Marketplace

This skill enables Claude to manage isolated test environments using Docker Compose, Testcontainers, and environment variables. It is used to create consistent, reproducible testing environments for software projects. Claude should use this skill when the user needs to set up a test environment with specific configurations, manage Docker Compose files for test infrastructure, set up programmatic container management with Testcontainers, manage environment variables for tests, or ensure cleanup after tests. Trigger terms include "test environment", "docker compose", "testcontainers", "environment variables", "isolated environment", "env-setup", and "test setup".

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 4d ago

ast-grep

Structural code pattern search and refactoring using ast-grep (sg). Use for finding functions, classes, methods, imports, or any code structure patterns. Supports syntax-aware analysis across multiple languages including JavaScript, TypeScript, Python, Ruby, Go, Rust, and more. Use when searching for code patterns based on structure rather than plain text.

tizee/dotfiles
2
0
更新日 3d ago

test-generation

Use when the user asks to generate test cases, create test specifications, write unit tests, create QA documentation, or analyze test coverage. Triggers on keywords like "test", "test case", "unit test", "QA", "coverage", "Given When Then", "BDD", "TDD", "spec".

duc01226/EasyPlatform
2
0
更新日 3d ago

scripting

Marketplace

DevOps scripting with Bash, Python, and Go for automation, tooling, and infrastructure management

pluginagentmarketplace/custom-plugin-devops
2
0
更新日 3d ago

Unnamed Skill

Marketplace

Supports Unity C# script editing, searching, and refactoring. Enables TDD cycle code editing, symbol navigation, reference searching, and structured editing. Use when: C# editing, script search, symbol search, refactoring, code indexing, class creation, method addition

akiojin/unity-mcp-server
2
0
更新日 3d ago

wm-workspace-manager

Workspace orchestration automation for the wm CLI multi-repo workflow. Use when user wants to start, resume, extend, or manage engineering workspaces with Git worktrees. Handles intent parsing ("start working on X"), repository resolution, feature slugging, branch naming, and wm command construction with proper flags and collision handling.

jonmagic/skills
2
0
更新日 3d ago

code-review

This skill should be used when the user requests a code review of changed files. Use this to review git-diffed files for security vulnerabilities (OWASP Top 10), performance issues (O(N) complexity, ORM optimization), bugs, and adherence to project coding standards defined in agents.md and claude.md.

DavidDworetzky/Geist
2
0
更新日 3d ago

test-coverage

テストカバレッジの計測、ギャップ分析、改善計画の策定を行うスキル。リスクベースで優先順位を決め、実行可能な改善ステップに落とし込む。Anchors:• Working Effectively with Legacy Code / 適用: リスク評価 / 目的: 重点領域の特定• xUnit Test Patterns / 適用: テスト設計 / 目的: 有効なテスト追加• Test-Driven Development: By Example / 適用: テスト追加 / 目的: 品質改善Trigger:Use when analyzing test coverage, prioritizing coverage gaps, or planning coverage improvements.test coverage, coverage report, coverage gap, risk-based testing, improvement plan

daishiman/AIWorkflowOrchestrator
2
0
更新日 3d ago

img2vid-pipeline

Dedicated Img2Vid workflow skill for source-image-based video generation. Use when working with Img2Vid and a source image. Covers parsimonious prompts, enforcement sentences, and the Parsimony-to-Enforcement pipeline. Trust the start frame; focus prompts on desired change or motion.

davidrd123/ComfyPromptByAPI
2
0
更新日 3d ago

automem-search

Search, filter, and retrieve Claude/Codex history indexed by the automem CLI. Use when the user wants to index history, run lexical/semantic/hybrid search, fetch full transcripts, or produce LLM-friendly JSON output for RAG.

nicosuave/memex
2
0
更新日 3d ago

writing-tests

Write behavior-focused tests following Testing Trophy model with real dependencies, avoiding common anti-patterns like testing mocks and polluting production code

third774/dotfiles
2
0
更新日 3d ago

linting-formatting-automation

Code quality automation for linting and formatting. Provides ESLint, Prettier, Biome setup, CI/CD integration, pre-commit hooks, and tool migration strategies for consistent code style enforcement.Anchors:• ESLint Official Docs / Apply: Rule configuration, plugin integration / Purpose: Correct API usage and best practices• Prettier Philosophy / Apply: Opinionated formatting / Purpose: Minimize configuration bikeshedding• Biome Performance Model / Apply: Rust-based tooling / Purpose: Optimize development workflow speedTrigger:Use when setting up linting/formatting for new projects, integrating code quality into CI/CD, configuring pre-commit hooks, or migrating between tools.eslint, prettier, biome, lint, format, pre-commit, husky, lint-staged, code quality

daishiman/AIWorkflowOrchestrator
2
0
更新日 3d ago

agent-history

Search and analyze Claude Code conversation history. Use when user asks about past conversations, previous solutions, what was discussed earlier, finding something from history, or analyzing usage patterns. Triggers include "what did we discuss", "find that conversation", "search history", "past sessions", "how much time", "token usage", "which tools".

kvsankar/claude-history
2
0
更新日 3d ago

scanning-for-xss-vulnerabilities

Marketplace

This skill enables Claude 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 reflected, stored, and DOM-based XSS vulnerabilities. It analyzes HTML, JavaScript, CSS, and URL contexts to detect potential exploits and suggests safe proof-of-concept payloads. This skill is best used during code review, security audits, and before deploying web applications to production.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 3d ago

fuzzy-edit

This skill should be used when Edit tool fails with "old_string not found", "string not found", or indentation mismatch errors. Also use when editing files with tab indentation (Python, Go, Makefiles, TypeScript) or when the Edit tool has failed multiple times on the same edit. Provides the agents-fuzzy-edit-args utility to fix Edit arguments by re-reading actual files.

dbarnett/dotfiles
2
0
更新日 3d ago