# Groundwork Check

> Validate the Groundwork plugin for common issues. Usage /groundwork:groundwork-check

- **Type:** Skill
- **Install:** `agentstack add skill-etr-groundwork-groundwork-check`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [etr](https://agentstack.voostack.com/s/etr)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [etr](https://github.com/etr)
- **Source:** https://github.com/etr/groundwork/tree/main/skills/groundwork-check

## Install

```sh
agentstack add skill-etr-groundwork-groundwork-check
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Groundwork Plugin Health Check

Validates the Groundwork plugin installation and reports any issues.

## Workflow

### Step 1: Run Validation Script

Run the plugin validation script:

```bash
node "${CLAUDE_PLUGIN_ROOT}/lib/validate-plugin.js"
```

### Step 2: Report Results

Present the validation results to the user:

- **If all checks pass:** Confirm plugin is healthy
- **If errors found:** List each error with file path and description
- **If warnings found:** List warnings as recommendations

### Step 3: Suggest Fixes

For any issues found, suggest specific fixes:

| Issue Type | Suggested Fix |
|------------|---------------|
| Missing frontmatter | Add `---` delimited YAML at file start |
| Literal `\n` in description | Use YAML block scalar (`\|`) |
| Non-standard field | Remove field or document exception |
| allowed_tools | Change to allowed-tools (hyphen) |
| @ syntax | Use explicit file paths |
| Missing execute permission | Run `chmod 755` on script |

### Step 4: Offer to Fix

If issues are found, offer to automatically fix simple issues:
- Permissions can be fixed with chmod
- YAML key names can be updated

Ask user before making any changes.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [etr](https://github.com/etr)
- **Source:** [etr/groundwork](https://github.com/etr/groundwork)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-etr-groundwork-groundwork-check
- Seller: https://agentstack.voostack.com/s/etr
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
