Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ontobricks

ontobricks 收录了来自 databrickslabs 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
190
更新
2026-06-30
Forks
36
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

deploy
网络与计算机系统管理员

Use when the user asks to deploy, ship, release, or push OntoBricks to Databricks. Wraps the Databricks Asset Bundle deploy for the FastAPI app and the MCP server, with the bootstrap-perms safety net described in README.md.

2026-06-30
changelog
软件开发工程师

Use after any code change (feature, fix, refactor, review fixup) to update /changelogs/YYYY-MM-DD.log and run the test suite. Mandatory post-change routine — see .cursorrules.

2026-06-29
code-review
软件质量保证分析师与测试员

Use when the user asks for a code review, asks to "review the code", or requests review of a feature/PR/branch. Runs the OntoBricks review checklist defined in .cursorrules.

2026-06-29
ai-feature
软件开发工程师

Use when the user adds, changes, or refactors an LLM agent under src/agents/ — or anything that goes through Foundation Model API or an MLflow-traced LLM call. Mandatory under CNS §3.5 and .cursor/12-ai-feature-lifecycle.mdc. Walks the SPEC → dataset → eval-harness → impl → re-eval sequence.

2026-06-03
adding-subpackage
软件开发工程师

Use when adding a new subpackage under back/core/, back/objects/, or agents/ — e.g. a new graph DB engine, W3C parser, industry importer, reasoning module, or domain class. Enforces the checklist defined in .cursor/07-project-conventions.mdc.

2026-04-25
refactoring
软件开发工程师

Use when the user asks to "refactor", restructure, clean up, simplify, deduplicate, extract, or reorganize code. Enforces the Martin Fowler discipline defined in src/.coding_rules.md and .cursor/08-testing-and-deployment.mdc.

2026-04-25