Scaffold a new Python project from the ByteCode Solutions blueprint template. Use when the user wants to create, initialize, bootstrap, or start a new Python project.
Generate DOCX documents from pipeline results or structured data. Uses python-docx library for Word document generation.
Распаковка и сборка бинарных файлов 1С (CF/CFE/EPF) через Python-утилиту v8unpack. Используй когда нужно распаковать конфигурацию, расширение или обработку в исходники, или…
Build reproducible scientific documents, presentations, and websites with Quarto supporting R, Python, Julia, and Observable JS.
Cloudflare Zero Trust Access authentication for Workers. Use for JWT validation, service tokens, CORS, or encountering preflight blocking, cache race conditions, missing JWT…
Compare CPython source code between two Python versions to identify changes in headers and structs. Use this when adding support for a new Python version to understand what…
Essential guidelines for writing modern, type-safe, and idiomatic Python 3 code.
Expert-level C# development with .NET 8+, ASP.NET Core, LINQ, async/await, and enterprise patterns
Use when lINQ query and method syntax, deferred execution, and performance optimization. Use when querying collections in C#.
Use when C# nullable reference types and value types for null safety, nullable annotations, and patterns for handling null values.
ESLint, Prettier, and StyleLint configuration standards for JavaScript code quality and formatting, including flat config setup, rule management, and build integration
JavaScript project structure, package.json configuration, dependency management, and Maven integration standards for consistent project setup and builds
Find all CPython internal headers and structs used in the codebase, particularly for profiling functionality.
Python-based testbench generation using Cocotb. Alternative to SystemVerilog testbenches for Python-native hardware engineers.
Skill gabungan untuk project Godxploit — Python scripting, automation, network security tools, code validation, structured file generation, dan flow exploit bertahap.
표준 라이브러리 중심 경량 Go CLI 도구의 구조·패키지·디스패처 규칙과 Go 공식 스타일(Effective Go / Google Go Style Guide) 가이드. Go 코드(cmd 진입점, internal 패키지, 커맨드 enum, flag 파싱, 외부 API 클라이언트, 설정, 출력/테이블)를 새로 만들거나…
Analyzes Java stack traces, diagnoses exceptions, identifies root causes, and troubleshoots performance problems.
Refactors legacy Java code to modern patterns and best practices. Use when modernizing old Java code, converting to Java 8+ features, refactoring legacy applications, applying…
Use when Java concurrency with ExecutorService, CompletableFuture, and virtual threads. Use when building concurrent applications.
Expert-level Java development with Java 21+ features, Spring Boot, Maven/Gradle, and enterprise best practices
Use when Java generics including type parameters, wildcards, and type bounds. Use when writing type-safe reusable code.
Use when Java Streams API for functional-style data processing. Use when processing collections with streams.
Expert-level JavaScript development with modern ES2024+ features, Node.js, npm ecosystem, and best practices
Monitors press, social, developer communities, and competitor channels from any point around a product launch — tracking sentiment, flagging mischaracterizations, surfacing…
Rust 1.92+ development specialist covering Axum, Tokio, SQLx, and memory-safe systems programming. Use when building high-performance, memory-safe applications or WebAsse — from…
Rédige un message de commit Git pour un projet PHP/Symfony, en suivant la convention Emoji-Log. À utiliser dès que l'utilisateur demande un commit ou un message de commit.
Expert-level Python development with Python 3.12+ features, async/await, type hints, and modern best practices
Pre-landing review workflow for Codex. Analyze the diff against the default branch for structural bugs, trust-boundary issues, race conditions, missing tests, and other problems…
The intelligence layer for Claude skills — without Python. Maintains a trust-rated catalog (curated entries + live GitHub topic search via curl), identifies what fits your project…
Scaffolds a standalone Python 3 script — a single-file CLI tool, automation helper, or data-wrangling utility — with shebang, module docstring, `main(argv) -> int`, `__main__`…
Audits a standalone Python 3 script against 25 deterministic checks (shebang, `__main__` guard, argparse shape, declared dependencies, ruff-backed AST lints, line count, secret…
Produces a Word .docx with tracked changes (Word-native revision marks) of a contract — the file you actually send to opposing counsel.
Draft TypeScript-compliant code skeleton with TODO placeholders. Use when starting new implementations, creating code scaffolds, or preparing test structure for TDD.
Редактирование PPTX-презентаций через python-pptx. Использовать при добавлении/изменении слайдов, синтаксической подсветке, управлении шрифтами и форматированием через XML.
ESP32 El Trabajante Firmware-Entwicklung für AutomationOne IoT-Framework. Verwenden bei: C++, PlatformIO, Sensor hinzufügen, Actuator erstellen, Driver implementieren, Service…
Extract clean markdown from any URL, including JavaScript-rendered SPAs. Use this skill whenever the user provides a URL and wants its content, says "scrape", "grab", "fetch",…
Creates, lists, and manages Architecture Decision Records for Java projects. Use when user asks to "create an ADR", "document this decision", "write an architecture decision",…
Reviews Java REST API design including HTTP methods, status codes, naming, and versioning. Use when user asks to "review my API", "check REST design", "is this good REST", "review…
Generates a Conventional Commits message for staged Java changes. Use when user asks to "write a commit message", "help me commit", "what should my commit say", "summarize my…
Reviews Java code for thread safety, race conditions, deadlocks, and Java 21 virtual thread compatibility.
Generates a complete Spring Boot CRUD feature (entity, repository, service, controller, DTOs, tests) in an existing project.
Debug a live Java application via the jdwp-inspector MCP server — breakpoints, runtime state, expression eval, variable mutation, exception-throw-site catches, non-intrusive…
Detects GoF patterns in Java code or recommends the right pattern for a problem. Use when user asks to "what pattern is this", "detect design patterns", "suggest a pattern",…
Generates Javadoc comments for Java classes and methods. Use when user asks to "add javadoc", "document this class", "write documentation", "add comments", "generate docs", or…
Explains Java code in plain language including design patterns. Use when user asks to "explain this code", "what does this do", "help me understand", "walk me through this", or…
Diagnoses and fixes Java compile errors, runtime exceptions, and stack traces. Use when user asks to "fix this error", "this won't compile", "I'm getting an exception", "debug…
Runs a holistic code health check scoring Security, Tests, Performance and Quality with A-F grades. Use when user asks to "check health", "score this project", "health check",…
Reviews Spring Data JPA for N+1 queries, fetch strategies, projections, and Specifications. Use when user asks to "review JPA", "check for N+1", "JPA performance", "review my…
Reviews Java logging for SLF4J best practices, MDC context, structured logging, and PII safety. Use when user asks to "review logging", "check my logs", "logging review", "is my…
Interactive Java version upgrade guide (8 to 11, 11 to 17, 17 to 21). Use when user asks to "migrate to Java 17", "upgrade to Java 21", "Java migration guide", "move from Java 11…
Quick Java performance scan flagging N+1 queries, memory issues, threading problems, and algorithmic hotspots.
Suggests and applies version-gated Java refactorings. Use when user asks to "refactor this", "clean up this code", "modernize this Java", "simplify this", "extract method",…
Reviews Java code for bugs, naming issues, code smells, and version-appropriate idioms. Use when user asks to "review this code", "check my Java", "look at this class", "find…
Scaffolds a brand-new Spring Boot project from scratch — build file, package structure, and a starter feature.
Checks Java code for SOLID principles violations with Java-specific patterns. Use when user asks to "check SOLID principles", "is this good OOP", "single responsibility", "SOLID…
Generates JUnit 5 and Mockito unit tests or Testcontainers integration tests, auto-detecting project setup.
Audit code for craft — and write it craft-grade — so it stays cheap to read and change, across: intent-revealing names, small focused functions, why-not-what comments, earned…
Проверка Python-кода на соответствие принципам программирования проекта — SSOT, DRY, именование, структура. Используй при code review, после написания нового кода или рефакторинга.
Multi-agent review resolution with trust-but-verify methodology. Accepts a PR number/URL or a local code-review report file.
Use when the user runs /ruby-upgrade-toolkit:rules or asks to add, list, validate, show, remove, disable, enable, or explain project-specific upgrade rules — gem pins, gem swaps,…