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.
Usa componentes funcionales y hooks (useState, useEffect) en lugar de clases.
Mantén componentes pequeños y con una sola responsabilidad.
Extrae lógica repetida a hooks o utilidades compartidas.
Evita estado global innecesario; empieza con estado local.
Usa nombres claros en español cuando sea parte de la UI o lógica del proyecto.
Valida props/estado antes de renderizar para evitar errores en pantalla.
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/anthony69x-anthony-mejia-portafolio-v1-react-instructions/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.
{
"ocm": "1",
"id": "anthony69x-anthony-mejia-portafolio-v1-react-instructions",
"kind": "skill",
"name": "react",
"description": "Instrucciones rápidas para React",
"publisher": "AnThony69x",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Instrucciones rápidas para React"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/AnThony69x/anthony-mejia-portafolio-v1",
"path": ".github/instructions/react.instructions.md",
"ref": "0277f8fa10c6c05871262629c06dd28c14037494",
"url": "https://github.com/AnThony69x/anthony-mejia-portafolio-v1/blob/0277f8fa10c6c05871262629c06dd28c14037494/.github/instructions/react.instructions.md",
"key": "AnThony69x/anthony-mejia-portafolio-v1/.github/instructions/react.instructions.md"
}
},
"instructions": "# Instrucciones rápidas para React\n\n- Usa componentes funcionales y hooks (`useState`, `useEffect`) en lugar de clases.\n- Mantén componentes pequeños y con una sola responsabilidad.\n- Extrae lógica repetida a hooks o utilidades compartidas.\n- Evita estado global innecesario; empieza con estado local.\n- Usa nombres claros en español cuando sea parte de la UI o lógica del proyecto.\n- Valida props/estado antes de renderizar para evitar errores en pantalla.",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/anthony69x-anthony-mejia-portafolio-v1-react-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.