y-yoshimoto-rf-stack-react-typescript-instructions.ocm.json json Copy{
"ocm": "1",
"id": "y-yoshimoto-rf-stack-react-typescript-instructions",
"kind": "skill",
"name": "react-typescript",
"description": "React / TypeScript のコーディング規約は `docs/coding-standards/react-typescript.md` に従う。",
"publisher": "Y-Yoshimoto",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"React / TypeScript のコーディング規約は `docs/coding-standards/react-typescript.md` に従う。"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Y-Yoshimoto/RF_Stack",
"path": ".github/instructions/react-typescript.instructions.md",
"ref": "c61c61fccf6a5bdbee4f5d0fecaacb89e537dc2f",
"url": "https://github.com/Y-Yoshimoto/RF_Stack/blob/c61c61fccf6a5bdbee4f5d0fecaacb89e537dc2f/.github/instructions/react-typescript.instructions.md",
"key": "Y-Yoshimoto/RF_Stack/.github/instructions/react-typescript.instructions.md"
},
"applies_to": "react_app/**"
},
"instructions": "React / TypeScript のコーディング規約は `docs/coding-standards/react-typescript.md` に従う。\n\n- データは `snake_case`、関数は `camelCase`。\n- React コンポーネントは `PascalCase`、カスタムフックは `use` + `camelCase`(動作要件のため PEP8 より優先する)。\n- 命名規約は ESLint により `error` で強制される。ルール本体は `react_app/auxiliary/naming_rules.js`。",
"cost": {
"context_tokens": 69
}
}