``` claude-mpm-skills/ ├── .github/ │ ├── CODEOWNERS # Require @bobmatnyc review │ ├── pull_request_template.md # PR submission template │ └── workflows/ │ └── validate-skills.yml # CI validation workflow ├── toolchains/ │ ├── python/ │ │ └── frameworks/ # FastAPI, Flask, etc. │ ├── javascript/ │ │ └── frameworks/ # Next.js, React, etc. │ ├── rust/ │ │ └── frameworks/ # Tauri, etc. │ └── php/ │
Scanned 6/1/2026
Install via CLI
openskills install tools-only/X-Skills# Repository Structure
## Directory Tree
```
claude-mpm-skills/
├── .github/
│ ├── CODEOWNERS # Require @bobmatnyc review
│ ├── pull_request_template.md # PR submission template
│ └── workflows/
│ └── validate-skills.yml # CI validation workflow
├── toolchains/
│ ├── python/
│ │ └── frameworks/ # FastAPI, Flask, etc.
│ ├── javascript/
│ │ └── frameworks/ # Next.js, React, etc.
│ ├── rust/
│ │ └── frameworks/ # Tauri, etc.
│ └── php/
│ └── frameworks/ # EspoCRM, etc.
├── universal/
│ ├── testing/ # TDD, etc.
│ ├── debugging/ # Systematic debugging, etc.
│ └── collaboration/ # Brainstorming, etc.
├── manifest.json # Skill catalog with metadata
├── README.md # Repository overview
├── CONTRIBUTING.md # Contribution guidelines
├── GOVERNANCE.md # Branch protection policies
└── LICENSE # MIT License
```
## File Statistics
- **Total Files**: 8
- **Total Directories**: 16
## Governance Files
### CODEOWNERS
- All changes require @bobmatnyc approval
- Toolchain-specific owners can be added
- Critical files always require owner review
### validate-skills.yml
- Validates SKILL.md and metadata.json existence
- Checks manifest.json syntax
- Scans for sensitive data patterns
- Runs on PR and main branch pushes
### GOVERNANCE.md
- Branch protection requirements
- Merge authority definition
- Contribution process
- Skill review criteria
## Progressive Loading Design
Skills use two-tier structure:
**Tier 1 (Entry Point)**
- 30-50 tokens
- Skill name + brief description
- When to use triggers
**Tier 2 (Full Documentation)**
- Complete usage guide
- Examples
- Best practices
- Common pitfalls
## Categories
### Toolchain Skills
- Python (FastAPI, Flask)
- JavaScript (Next.js, React)
- Rust (Tauri)
- PHP (EspoCRM)
### Universal Skills
- Testing (TDD)
- Debugging (Systematic)
- Collaboration (Brainstorming)
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.