rilldata
4
总安装量
4
周安装量
#53101
全站排名
安装命令
npx skills add https://github.com/rohithreddykota/rill-agent-skills --skill rilldata
Agent 安装分布
opencode
4
gemini-cli
4
claude-code
4
github-copilot
4
codex
4
kimi-cli
4
Skill 文档
Rill
Comprehensive guidance for building and operating Rill projects using modular rules sourced from:
runtime/ai/instructions/data(agent workflow + resource authoring guidance)docs.rilldata.com/reference/project-files(project file reference)
How To Use This Skill
- Identify the task type and load only relevant rule files from
rules/. - For implementation guidance, read
runtime-*rules first. - For full property-level syntax and examples, read corresponding
project-files-*rules. - Cite rule file names and source URLs in responses.
Rule Routing
- Project-level workflow and DAG reasoning:
runtime-development.md
- Connector work:
runtime-connector.mdproject-files-connectors.md
- Model work:
runtime-model.mdproject-files-models.mdproject-files-sources.md(when source resources are involved)
- Metrics layer work:
runtime-metrics-view.mdproject-files-metrics-views.md
- Explore dashboards:
runtime-explore.mdproject-files-explore-dashboards.md
- Canvas dashboards and components:
runtime-canvas.mdproject-files-canvas-dashboards.mdproject-files-component.md
- Theme configuration:
runtime-theme.mdproject-files-themes.md
- Project-level configuration:
runtime-rillyaml.mdproject-files-rill-yaml.md
- Product features beyond the core 8 runtime docs:
project-files-alerts.mdproject-files-reports.mdproject-files-apis.mdproject-files-index.md
Review Procedure
When reviewing a Rill change:
- Load the runtime and project-files rule pair for each changed resource type.
- Validate compatibility with project DAG expectations and environment configuration.
- Flag missing fields, unsafe defaults, or likely reconciliation/runtime issues.
- Provide specific corrections with concrete YAML or SQL snippets.
Output Requirements
- Always reference the consulted rule files by filename.
- Always include canonical source links from each rule’s
sourceUrl. - If multiple resource types are involved, provide findings by resource type.