Generate Scoop manifest for Windows CLI distribution.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Generate Scoop manifest for Windows CLI distribution.
Generate shell completion scripts for bash, zsh, and fish from CLI command definitions. Creates intelligent completions with argument suggestions, file completions, and dynamic values.
Generate .shellcheckrc configuration with appropriate rules, exclusions, and severity settings for shell script linting.
Detect terminal capabilities including color support, TTY status, size, and Unicode support for adaptive CLI output.
Generate Textual (Python) TUI application structure with widgets, screens, and CSS styling.
Generate trap handlers for cleanup, signal handling, and graceful shutdown in shell scripts.
Set up testing utilities for TUI components with ink-testing-library and Bubble Tea testing.
Set up Viper for Go configuration management with file, env, and flag binding.
Generate multi-format configuration file loaders for YAML, JSON, and TOML formats.
Generate Yargs-based CLI applications with commands, positional args, middleware, and TypeScript support. Creates a complete scaffolded CLI application with modern patterns.
Analyze API changes for backward compatibility with breaking change detection and consumer impact assessment
Discover and document existing API endpoints from code, logs, and traffic analysis
Analyze and visualize software architecture patterns, dependencies, and module boundaries for migration planning
Migrate authentication systems with credential migration, OAuth2/OIDC setup, and identity provider integration
Migrate build systems to modern alternatives with build file conversion and CI/CD integration
Generate characterization tests to capture and verify existing behavior before migration
Estimate cloud costs for migration targets with resource sizing and optimization recommendations
Assess application readiness for cloud migration with 6Rs classification and cloud-native compliance checking
Automated detection of code smells and anti-patterns to identify refactoring opportunities
Execute automated AST-based code transformations for large-scale refactoring and migration
Validate compliance during migration with rule checking, audit trails, and security control validation
Migrate configuration files between formats and versions with environment variable extraction
Generate contract tests for API migrations with consumer-driven contracts and provider verification
Validate data integrity during and after migration with comprehensive verification checks
Identify and safely remove dead, unused, and unreachable code from codebases
Comprehensive dependency scanning, inventory generation, and SBOM creation for migration readiness assessment
Generate documentation for migrated systems including API docs, architecture docs, and runbooks
Build and manage ETL pipelines for data migration with transformation, CDC, and monitoring
Migrate to event-sourcing architecture with event extraction, store setup, and CQRS implementation
Check codebase compatibility with target framework versions and generate migration paths
Generate Infrastructure as Code from existing infrastructure with Terraform/CloudFormation support
Extract tribal knowledge from code, documentation, and commit history to preserve institutional memory
Automated license compliance verification for dependencies to ensure legal compliance during migration
Validate functional equivalence after migration with side-by-side comparison and behavioral verification
Generate OpenAPI specifications from code or legacy APIs with schema inference and documentation
Capture performance baselines before migration for regression comparison and SLA verification
Translate SQL queries between different database dialects with function mapping and optimization
Suggest and guide application of refactoring patterns to improve code quality
Automate rollback procedures with state snapshots, rollback scripts, and verification automation
Compare database schemas between source and target environments for migration planning
Convert SOAP web services to REST APIs with WSDL parsing and resource modeling
Deep static analysis of codebases for quality, complexity, and migration readiness assessment
Orchestrate strangler fig pattern implementation for gradual migration with traffic routing and cutover management
Measure, categorize, and prioritize technical debt for migration planning and remediation
Analyze test coverage and identify gaps before migration to ensure adequate safety nets
Migrate UI components between frameworks with structure, state, and style transformation
Security vulnerability scanning for dependencies and code, with CVE database checking and risk assessment
Expert usage of Foundry (Forge, Cast, Anvil, Chisel) for smart contract development, testing, and deployment. Includes fuzzing, gas reporting, local development, and deployment scripting capabilities.
Advanced gas optimization techniques for EVM smart contracts. Covers storage packing, memory vs calldata optimization, assembly/Yul, efficient data structures, batch operations, and benchmark-driven optimization strategies.
Expert usage of Hardhat for smart contract development, testing, and deployment. Includes TypeChain generation, plugin ecosystem, network forking, and deployment management.