# Broken Frontmatter

> Broken Frontmatter Skill

- Skill: `pantheon-org/broken-frontmatter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pantheon-org/broken-frontmatter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pantheon-org/broken-frontmatter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: pantheon-org (https://skillmd.com/u/pantheon-org)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pantheon-org/broken-frontmatter

---

# Broken Frontmatter Skill

This skill has valid content but its YAML frontmatter cannot be parsed.

## Setup

Use the CLI to install dependencies. Always validate your configuration.

```bash
npm install express
```

```python
from flask import Flask
```

- Step 1: Configure
- Step 2: Deploy
- Step 3: Verify

You must ensure all tests pass. Never skip the validation step.
Consider using a `.env` file for local development.

