Before submitting, ensure your skill meets these requirements:
Scanned 5/27/2026
Install via CLI
openskills install TerminalSkills/skills## Add Skill: `your-skill-name`
### Checklist
Before submitting, ensure your skill meets these requirements:
#### Frontmatter (SKILL.md YAML header)
- [ ] `name` — Lowercase kebab-case only (`a-z`, `0-9`, `-`), max 64 chars
- [ ] `description` — States WHAT it does and WHEN to use it, includes trigger words, max 1024 chars, third person (no "I"/"you"/"we")
- [ ] `license` — Present (e.g., `Apache-2.0`)
- [ ] `compatibility` — Concrete system requirements (e.g., "Requires Python 3.9+") or "No special requirements"
- [ ] `metadata.author` — Your GitHub username
- [ ] `metadata.version` — Semantic version (`"1.0.0"`)
- [ ] `metadata.category` — One of: `documents`, `development`, `data-ai`, `devops`, `business`, `design`, `automation`, `research`, `productivity`, `content`
- [ ] `metadata.tags` — Array of 3–5 relevant tags
#### Body Sections
- [ ] **Overview** — 2–3 sentence summary
- [ ] **Instructions** — Step-by-step actionable workflow (not prose), each step tells the agent what to DO
- [ ] **Examples** — At least 2 concrete input/output examples with realistic data (no lorem ipsum / foo / bar)
- [ ] **Guidelines** — Best practices, edge cases, error handling
#### Quality
- [ ] Under 300 lines total
- [ ] Instructions are specific enough that an AI agent can follow them without guessing
- [ ] Works cross-platform (no vendor lock-in or proprietary APIs without a free tier)
- [ ] Solves a real, recurring problem a developer would encounter at least weekly
#### Files
- [ ] `skills/your-skill-name/SKILL.md` added
- [ ] Use-case article added in `use-cases/` (optional but recommended)
---
### Which use case does this skill serve?
<!-- Link to an existing use case, or describe the real-world problem this skill addresses -->
### Example usage
<!-- Show a concrete example of the skill in action -->
### Category
<!-- Which category does this skill belong to? -->
### Additional context
<!-- Any other information reviewers should know -->
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.