# AI Agent Skills — Mavens Tech Lab

> Open-source skills for AI coding agents from Mavens Tech Lab — the playbooks we ship to clients, packaged so your agent runs them in one command. Free, MIT-licensed, built for Claude Code and portable to Cursor, Codex, and other agents.

- Source: https://github.com/Mavens-Tech-Lab/skills
- Human-readable catalog: https://mavenslab.tech/skills
- Agent-readable version of any skill page: append `.md` to its URL.

## Install

Claude Code — add the marketplace once; your agent loads each skill's metadata up front and pulls the full instructions only when a task needs them:

```
/plugin marketplace add Mavens-Tech-Lab/skills
```

Any other agent (Cursor, Codex, and 70+ more) — install via the skills.sh CLI:

```
npx skills add Mavens-Tech-Lab/skills
```

## Skills

### compliance-pages (Compliance)

Scan the codebase, then generate the privacy policy, terms, support, and contact pages it actually needs — plus a cookie banner that gates your real trackers.

- Install (Claude Code): `/plugin install compliance-pages@mavens-skills`
- Install (any agent): `npx skills add Mavens-Tech-Lab/skills --skill compliance-pages`
- Tested on: Claude Code
- Details (markdown): https://mavenslab.tech/skills/compliance-pages.md
- Details (web): https://mavenslab.tech/skills/compliance-pages

### json-ld (SEO)

Scan the codebase for every entity worth marking up, verify against the live schema.org release — never model memory — and wire JSON-LD to your real data flow.

- Install (Claude Code): `/plugin install json-ld@mavens-skills`
- Install (any agent): `npx skills add Mavens-Tech-Lab/skills --skill json-ld`
- Tested on: Claude Code
- Details (markdown): https://mavenslab.tech/skills/json-ld.md
- Details (web): https://mavenslab.tech/skills/json-ld

---

Built by [Mavens Tech Lab](https://mavenslab.tech/) — a software studio for web, mobile, and AI agent development. Want a skill built for your stack? info@mavenslab.tech
