Claude Code Plugins

Community-maintained marketplace

Feedback

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its 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.