Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/holtwood/awesome-cursorrules-zhWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/holtwood/awesome-cursorrules-zh/chakra-ui-semantic-html-rendering)<a href="https://agentmods.dev/rules/holtwood/awesome-cursorrules-zh/chakra-ui-semantic-html-rendering"><img src="https://agentmods.dev/badge/rules/holtwood/awesome-cursorrules-zh/chakra-ui-semantic-html-rendering/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/rules/holtwood/awesome-cursorrules-zh/chakra-ui-semantic-html-rendering"><img src="https://agentmods.dev/badge/rules/holtwood/awesome-cursorrules-zh/chakra-ui-semantic-html-rendering.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00371 |
| Opus 5 | $0.00000 | $0.00186 |
| Sonnet 5 | $0.00000 | $0.00074 |
| Haiku 4.5 | $0.00000 | $0.00037 |
Grade A, and why
chakra-ui---semantic-html-rendering scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
- 使用
asprop 进行语义化 HTML 渲染:- 增强可访问性:优先使用 Chakra UI 组件的
asprop 来渲染正确的语义化 HTML 元素,而不是使用通用的Box或Flex组件来替代。 - 搜索引擎优化(SEO):语义化 HTML 有助于搜索引擎更好地理解页面结构和内容,从而提高 SEO 排名。
- 代码可读性:使用具有明确语义的 HTML 标签可以提高代码的可读性和可维护性。
- 示例:
import { Text, Box, Button } from '@chakra-ui/react'; function SemanticExample() { return ( <Box as="section" mb={4}> <Text as="h2" fontSize="xl" mb={2}>Section Title</Text> <Text as="p" mb={4}>This is a paragraph of text within the section.</Text> <Button as="a" href="/learn-more">Learn More</Button> </Box> ); } - 避免滥用
asprop:仅在需要改变组件渲染的底层 HTML 元素时使用asprop,而不是为了样式目的而滥用。 - 保持一致性:在整个项目中保持语义化 HTML 渲染的一致性,确保所有开发人员都遵循相同的最佳实践。
- 增强可访问性:优先使用 Chakra UI 组件的
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 25 lines · 0 tokens per session scan A fe26e6be560d
chakra-ui---semantic-html-rendering is a cursor rule published in the GitHub repository holtwood/awesome-cursorrules-zh (233 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 371 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other cursor rules, from other repositories
nextjs-react-tailwind-cursorrules-prompt-file
Cursor rules for Next.js development with React and Tailwind CSS integration.
react-components-creation-cursorrules-prompt-file
Cursor rules for React component creation and development.
nextjs-material-ui-tailwind-css-cursorrules-prompt
Cursor rules for Next.js development with Material UI and Tailwind CSS integration.
react-chakra-ui-cursorrules-prompt-file
Cursor rules for React development with Chakra UI integration.
react-styled-components-cursorrules-prompt-file
Cursor rules for React development with Styled Components integration.
component-development
Modern React + TypeScript component patterns — hooks, typed props, performance optimization, forms, and testing.