Claude Code Plugins

Community-maintained marketplace

Feedback

Infer and verify install/test/lint/build commands for the repo.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @CheekyCodexConjurer/quant-lab/detect_commands --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @CheekyCodexConjurer/quant-lab/detect_commands -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name detect_commands
description Infer and verify install/test/lint/build commands for the repo.
metadata [object Object]

Purpose

Identify runnable commands and record them with confidence.

Steps

  1. Search for Makefile, package manifests, CI configs.
  2. Propose install/test/lint/format/build commands.
  3. Record in COMMANDS.md and COMMANDS.json.
  4. Verify when safe, and update confidence.

Guardrails

  • Mark unverified commands with low confidence.
  • Do not execute destructive commands.