Development skills
Browse reusable Agent Skills, each with a clear purpose and practical guidance.
trail-sense-database-persistence
Add Trail Sense Room persistence for a model, including entity mapping, DAO, repository, AppDatabase migration, and tool registration.
trail-sense-scaffold-quick-action
Scaffold a Trail Sense quick action with class, persisted Tools id, registration, string, and icon resources.
encapsulate-paired-ops
Review that paired operations and fields that always appear together are encapsulated in a helper or nested struct.
3coding-visual
数学建模编程实现与数据图表生成阶段。根据 ANALYSIS_MODELING_REPORT.md 编写可复现代码、运行求解、验证约束、输出 RESULTS_REPORT.md 并生成论文可用的数据驱动图表 PDF。
codexguide-development
当开发 CodexGuide 仓库,需要遵循本项目规则集合时使用;当前包含文档迁移、编号重排、导航和交叉链接更新规范。
pre-release
Prepare this repository for a release. Use when asked to do pre-release checks, summarize changes since a previous tag, update WHATSNEW.md or changelog entries, update CONTRIBUTORS.md, audit command long help or docs for release-visible features, or verify release documentation consistency.
blivechat-css-ref
blivechat 自定义 CSS 参考。使用场景:用户提到 写/设计/生成/修改 一个 弹幕样式/CSS;排查弹幕样式不生效等问题。
add-dart-lint-validation-rule
Instructions for adding a new validation rule and CLI flag to dart_skills_lint. Use this skill when asked to create a new rule that validates aspects of skills (like frontmatter metadata).
markstream-install
Install and wire markstream-vue, markstream-react, markstream-vue2, markstream-angular, or markstream-svelte into an existing repository. Use when Codex needs to choose the right package, install the smallest peer-dependency set, fix CSS/reset order, choose Vue 3 renderer mode, decide between `content`, `nodes`, and Vue 3 virtual-scroll coordination, or add a minimal working renderer example.