configure-select
Interactive selector for infrastructure standards. Use when setting up specific components or building infrastructure incrementally instead of running /configure:all.
What this skill does
# /configure:select Interactively select which infrastructure standards checks to run. ## When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Setting up selected components interactively | Running all components (use `/configure:all`) | | Choosing specific standards to implement | Checking status only (use `/configure:status`) | | Customizing configuration scope for project | Single component needed (use specific `/configure:X` skill) | | User wants control over which components to configure | Automated full setup preferred | | Building configuration incrementally | Complete infrastructure setup needed immediately | ## Context - Project standards: !`find . -maxdepth 1 -name \'.project-standards.yaml\'` - Project type: !`grep -m1 "^project_type:" .project-standards.yaml` - Has terraform: !`find . -maxdepth 2 \( -name '*.tf' -o -type d -name 'terraform' \) -print -quit` - Has package.json: !`find . -maxdepth 1 -name \'package.json\'` - Has pyproject.toml: !`find . -maxdepth 1 -name \'pyproject.toml\'` - Has Cargo.toml: !`find . -maxdepth 1 -name \'Cargo.toml\'` ## Parameters Parse from `$ARGUMENTS`: - `--check-only`: Report status without offering fixes (CI/CD mode) - `--fix`: Apply fixes automatically to all selected components ## Execution Execute this interactive component selection workflow: ### Step 1: Detect project type 1. Read `.project-standards.yaml` if it exists (check `project_type` field) 2. Auto-detect from file structure: - **infrastructure**: Has `terraform/`, `helm/`, `argocd/`, or `*.tf` files - **frontend**: Has `package.json` with vue/react dependencies - **python**: Has `pyproject.toml` or `requirements.txt` - **rust**: Has `Cargo.toml` 3. Report detected type to user ### Step 2: Present component selection Use AskUserQuestion with multiSelect to present four category-based questions: **Question 1: CI/CD & Version Control** | Option | Description | |--------|-------------| | Pre-commit hooks | Git hooks for linting, formatting, commit messages | | Release automation | release-please workflow and changelog generation | | GitHub Actions | CI/CD workflows for testing and deployment | | All CI/CD | Includes: pre-commit, release-please, workflows, github-pages, makefile | **Question 2: Container & Deployment** | Option | Description | |--------|-------------| | Dockerfile | Alpine/slim base, non-root user, multi-stage builds | | Container infra | Registry, scanning, devcontainer setup | | Skaffold | Kubernetes development configuration | | All container | Includes: dockerfile, container, skaffold, sentry, justfile | **Question 3: Testing** | Option | Description | |--------|-------------| | Test framework | Vitest, Jest, pytest, or cargo-nextest setup | | Code coverage | Coverage thresholds and reporting | | API testing | Pact contracts, OpenAPI validation | | All testing | Includes: tests, coverage, api-tests, integration-tests, load-tests, ux-testing, memory-profiling | **Question 4: Code Quality** | Option | Description | |--------|-------------| | Linting & Formatting | Biome, Ruff, Clippy configuration | | Security scanning | Dependency audits, SAST, secrets detection | | Documentation | TSDoc, JSDoc, pydoc, rustdoc generators | | All quality | Includes: linting, formatting, dead-code, docs, security, editor, package-management | ### Step 3: Map selections to commands | Selection | Commands | |-----------|----------| | Pre-commit hooks | `/configure:pre-commit` | | Release automation | `/configure:release-please` | | GitHub Actions | `/configure:workflows` | | All CI/CD | pre-commit, release-please, workflows, github-pages, makefile | | Dockerfile | `/configure:dockerfile` | | Container infra | `/configure:container` | | Skaffold | `/configure:skaffold` | | All container | dockerfile, container, skaffold, sentry, justfile | | Test framework | `/configure:tests` | | Code coverage | `/configure:coverage` | | API testing | `/configure:api-tests` | | All testing | tests, coverage, api-tests, integration-tests, load-tests, ux-testing, memory-profiling | | Linting & Formatting | `/configure:linting`, `/configure:formatting` | | Security scanning | `/configure:security` | | Documentation | `/configure:docs` | | All quality | linting, formatting, dead-code, docs, security, editor, package-management | ### Step 4: Execute selected checks Run each selected command with appropriate flags: - Default: Run with `--check-only` first, then offer `--fix` - If `--check-only` flag: Only audit, no fixes offered - If `--fix` flag: Apply fixes automatically Report results as each check completes. ### Step 5: Generate summary report Print a summary for selected components only: ``` Selected Components Summary: +-----------------+----------+---------------------------------+ | Component | Status | Notes | +-----------------+----------+---------------------------------+ | Pre-commit | WARN | 2 outdated hooks | | Linting | PASS | Biome configured | | Formatting | PASS | Biome configured | +-----------------+----------+---------------------------------+ ``` ## Agentic Optimizations | Context | Command | |---------|---------| | Interactive component selection | `/configure:select` | | Select and auto-fix | `/configure:select --fix` | | Check mode only | `/configure:select --check-only` | | Detect project type | `test -f .project-standards.yaml && grep "^project_type:" .project-standards.yaml \| sed 's/.*:[[:space:]]*//'` | ## Flags | Flag | Description | |------|-------------| | `--check-only` | Report status without offering fixes | | `--fix` | Apply fixes automatically to all selected | ## Comparison with Other Commands | Command | Use Case | |---------|----------| | `/configure:all` | Run everything (CI, full audit) | | `/configure:select` | Choose specific components interactively | | `/configure:status` | Quick read-only overview | | `/configure:<component>` | Single component only | ## See Also - `/configure:all` - Run all checks - `/configure:status` - Read-only status overview
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.