# Manifest Consistency Checker

> Verify VERSION + plugin.json + marketplace.json + install.sh + install.ps1 + CHANGELOG + __init__.py all agree on version. Auto-fix via --apply. Run via /guard --versions.

- **Type:** Skill
- **Install:** `agentstack add skill-xuanranl-loamwright-seo-skill-manifest-consistency-checker`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [XuanRanL](https://agentstack.voostack.com/s/xuanranl)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [XuanRanL](https://github.com/XuanRanL)
- **Source:** https://github.com/XuanRanL/loamwright-SEO-Skill/tree/main/subskills/cross-cutting/manifest-consistency-checker
- **Website:** https://loamwrightseo.com

## Install

```sh
agentstack add skill-xuanranl-loamwright-seo-skill-manifest-consistency-checker
```

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

## About

# Manifest Consistency Checker

Implementation: `scripts/_core/manifest_consistency_check.py`.

## CLI
```bash
# Check (CI use)
python -m scripts._core.manifest_consistency_check --check

# Auto-fix
python -m scripts._core.manifest_consistency_check --apply

# Bump version (semver)
python -m scripts._core.manifest_consistency_check --bump patch  # 3.2.0 → 3.2.1
python -m scripts._core.manifest_consistency_check --bump minor  # 3.2.0 → 3.3.0
python -m scripts._core.manifest_consistency_check --bump major  # 3.2.0 → 4.0.0
```

## Files synced
1. VERSION (source of truth)
2. .claude-plugin/plugin.json
3. .claude-plugin/marketplace.json
4. install/claude-code/install.sh
5. install/claude-code/install.ps1
6. install/wordpress-mu-plugin/seo-machine-yoast-rest.php
7. CHANGELOG.md
8. scripts/__init__.py

## CI integration
GitHub Actions runs `--check` on every commit; non-zero exit = drift = build fails.

## See also
- `scripts/_core/manifest_consistency_check.py`

## Source & license

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

- **Author:** [XuanRanL](https://github.com/XuanRanL)
- **Source:** [XuanRanL/loamwright-SEO-Skill](https://github.com/XuanRanL/loamwright-SEO-Skill)
- **License:** Apache-2.0
- **Homepage:** https://loamwrightseo.com

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-xuanranl-loamwright-seo-skill-manifest-consistency-checker
- Seller: https://agentstack.voostack.com/s/xuanranl
- 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%.
