Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
beauticate-website - Skill - OpenSmartRoute
Skillv1.0.0
beauticate-website
If you are auditing or fixing migrated articles (missing images, dropped text, broken markdown, flattened shop grids, fuzzy hero images), read the full playbook first: **`docs/article-audit-and-fix.md
Imported from sigourneycantelo/beauticate-website (AGENTS.md). Install upstream with npx skills add sigourneycantelo/beauticate-website. Copyright stays with the author.
Article audit & fix work
If you are auditing or fixing migrated articles (missing images, dropped text,
broken markdown, flattened shop grids, fuzzy hero images), read the full
playbook first: docs/article-audit-and-fix.md. It covers the process, the
script toolbox, per-finding fix recipes, and hard-won gotchas. Project-wide
rules are in CLAUDE.md.
Code Style Rules
Keep files short: aim for <= 200 lines; hard limit 300 lines. If a change would exceed 200 lines, split into smaller modules/components.
React components: one component per file. Only keep tiny, non-exported helper components in the same file.
Avoid creating separate files for single-use, tiny helper components; keep them local and non-exported.
When in Doubt
Prefer extracting helpers/components over adding branching logic.
If a change risks exceeding the complexity limit, refactor before adding logic.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/sigourneycantelo-beauticate-website-beauticate-website/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.