بنقرة واحدة
x-agent
يحتوي x-agent على 12 من skills المجمعة من codesoda، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Run cargo-agent.sh — a lean Rust workflow runner that produces agent-friendly output with structured diagnostics. Use when: running Rust checks (fmt, clippy, check, test), verifying Rust code before committing, or when the user asks to run cargo checks, lint, format, or test a Rust project. Triggers on: cargo agent, run cargo checks, rust checks, cargo fmt clippy test, verify rust code.
Run sql-agent.sh — a lean SQL linter that produces agent-friendly output with sqlfluff. Use when: running SQL checks, linting SQL files with sqlfluff, validating SQL style, or when the user asks to run sqlfluff, sql lint, sql format, or sql checks. Triggers on: sql agent, sqlfluff, sql lint, sql format, sql checks, validate sql.
Run ansible-agent.sh — a lean Ansible playbook linter and syntax checker that produces agent-friendly output. Use when: running Ansible checks, linting playbooks with ansible-lint, syntax-checking playbooks, or when the user asks to validate ansible, run ansible lint, or check ansible syntax. Triggers on: ansible agent, ansible lint, ansible checks, validate ansible, ansible syntax check.
Run docker-agent.sh — a lean Dockerfile linter that produces agent-friendly output. Use when: running Dockerfile checks, linting Dockerfiles with hadolint, verifying Dockerfiles before committing, or when the user asks to run hadolint, dockerfile lint, or docker checks. Triggers on: docker agent, dockerfile lint, hadolint, docker checks, validate dockerfile.
Run kube-agent.sh — a lean Kubernetes manifest validator that produces agent-friendly output. Use when: running Kubernetes manifest validation, kubeconform checks, kubeval checks, verifying K8s manifests before applying, or when the user asks to validate Kubernetes YAML, run k8s checks, or check manifests. Triggers on: kube agent, kubernetes validate, kubeconform, kubeval, k8s checks, validate manifests.
Run helm-agent.sh — a lean Helm chart linter and template validator that produces agent-friendly output. Use when: running Helm chart checks, linting charts, validating templates, verifying Helm charts before committing, or when the user asks to run helm lint, helm template, or Helm chart checks. Triggers on: helm agent, helm lint, helm checks, helm template, validate helm chart.
Run gha-agent.sh — a lean GitHub Actions workflow linter that produces agent-friendly output. Use when: running GitHub Actions workflow checks, linting workflow files, verifying workflows before committing, or when the user asks to run actionlint, workflow lint, or GitHub Actions checks. Triggers on: gha agent, github actions lint, actionlint, workflow lint, github actions checks.
Run go-agent.sh — a lean Go workflow runner that produces agent-friendly output. Use when: running Go checks (fmt, vet, staticcheck, test), verifying Go code before committing, or when the user asks to run go checks, lint, format, or test a Go project. Triggers on: go agent, run go checks, golang checks, go fmt vet test, verify go code.
Run bash-agent.sh — a lean shell script validation runner that produces agent-friendly output. Use when: running shell/bash script checks (syntax, lint), verifying shell scripts before committing, or when the user asks to run shellcheck, bash checks, or validate shell scripts. Triggers on: bash agent, shell agent, shellcheck, bash lint, shell checks, verify shell scripts.
Run npm-agent.sh — a lean Node.js workflow runner that produces agent-friendly output. Use when: running JS/TS checks (format, lint, typecheck, test, build), verifying Node code before committing, or when the user asks to run npm/yarn/pnpm/bun checks, lint, format, or test a Node.js project. Triggers on: npm agent, run npm checks, node checks, lint and test, verify node code, run js checks.
Run terra-agent.sh — a lean Terraform workflow runner that reports formatting/validation status and can also auto-fix Terraform formatting. Use when: running Terraform fmt checks, auto-fixing fmt, safe init, safe plan, validate, or optional tflint checks. Triggers on: terra agent, terraform fmt check, terraform fmt fix, terraform init, terraform plan, terraform validate, run terraform checks.
Run py-agent.sh — a lean Python workflow runner that produces agent-friendly output. Use when: running Python checks (format, lint, typecheck, test), verifying Python code before committing, or when the user asks to run Python checks, lint, format, or test a Python project. Triggers on: py agent, run python checks, python checks, ruff mypy pytest, verify python code, run py checks.