tundra-cli-smoke — community tundra-cli-smoke, tundra, ryanmaclean, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for CI/CD Agents needing efficient validation and automation capabilities for Rust-based projects ⚠️ CI/CD TEST DEMO ONLY — Vibecoded Rust scaffold for SAST testing, pipeline demos, and PR bot automation. Not production software.

ryanmaclean ryanmaclean
[0]
[0]
Updated: 3/2/2026

Quality Score

Top 5%
39
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add ryanmaclean/tundra/tundra-cli-smoke
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The tundra-cli-smoke skill by ryanmaclean is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for CI/CD Agents needing efficient validation and automation capabilities for Rust-based projects

Core Value

Empowers agents to automate pipeline validation and testing using Cargo and Rust, providing efficient validation and automation capabilities through CLI behavior changes and API contract drift detection, leveraging Cargo commands like 'cargo check' and 'cargo test'

Capabilities Granted for tundra-cli-smoke

Automating CI/CD pipeline testing for Rust projects
Validating API contract drift from the CLI side
Debugging CLI behavior changes in Rust-based projects

! Prerequisites & Limits

  • Requires Rust and Cargo installation
  • Limited to Rust-based projects
  • Needs access to the '/Users/studio/rust-harness/crates/at-cli/' directory
Project
SKILL.md
1.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Tundra CLI Smoke

Trigger

Use this skill whenever CLI behavior changes in /Users/studio/rust-harness/crates/at-cli/, or when validating API contract drift from the CLI side.

Required Checks

Run these in order:

  1. Build and unit tests
bash
1cargo check -p at-cli 2cargo test -p at-cli
  1. Skill discovery/validation
bash
1cargo run -p at-cli -- skill list -p /Users/studio/rust-harness -j 2cargo run -p at-cli -- skill validate -p /Users/studio/rust-harness -j
  1. Dry-run payload checks with artifacts
bash
1OUT1="$(mktemp -t at-run.XXXXXX).json" 2OUT2="$(mktemp -t at-agent.XXXXXX).json" 3 4cargo run -p at-cli -- run -t "cli smoke run" --dry-run --emit-prompt -j --out "$OUT1" 5cargo run -p at-cli -- agent run -r qa-reviewer -t "cli smoke agent" --dry-run -j --out "$OUT2"
  1. Doctor checks
bash
1OUT3="$(mktemp -t at-doctor.XXXXXX).json" 2cargo run -p at-cli -- doctor -p /Users/studio/rust-harness -j --out "$OUT3"

Expected Invariants

  • run and agent run dry-runs must emit valid JSON with mode: dry-run.
  • --out must write a pretty JSON artifact file.
  • skill validate should return ok: true for clean repo skill definitions.
  • doctor JSON must include api, project_exists, skill_count, env, and failures.

Reporting Format

Always report:

  • files changed
  • commands executed
  • pass/fail by command
  • any artifact path used for validation
  • any regression found and the likely root cause

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is tundra-cli-smoke?

Perfect for CI/CD Agents needing efficient validation and automation capabilities for Rust-based projects ⚠️ CI/CD TEST DEMO ONLY — Vibecoded Rust scaffold for SAST testing, pipeline demos, and PR bot automation. Not production software.

How do I install tundra-cli-smoke?

Run the command: npx killer-skills add ryanmaclean/tundra/tundra-cli-smoke. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for tundra-cli-smoke?

Key use cases include: Automating CI/CD pipeline testing for Rust projects, Validating API contract drift from the CLI side, Debugging CLI behavior changes in Rust-based projects.

Which IDEs are compatible with tundra-cli-smoke?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for tundra-cli-smoke?

Requires Rust and Cargo installation. Limited to Rust-based projects. Needs access to the '/Users/studio/rust-harness/crates/at-cli/' directory.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ryanmaclean/tundra/tundra-cli-smoke. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use tundra-cli-smoke immediately in the current project.

Related Skills

Looking for an alternative to tundra-cli-smoke or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design