Jinko solution and product guide
Overview
Use this skill to explain how Jinko solutions and product features can support a user's scientific or modeling objective.
Focus on practical guidance that helps users choose models, workflows, and platform capabilities with clear rationale and explicit limitations.
When to use
Trigger this skill when the user asks to:
- Find candidate models to start from for a scientific question
- Understand Jinko platform features relevant to a modeling strategy
- Compare solution paths based on scientific objective, constraints, and timeline
- Identify where AI capabilities can accelerate routine steps
- Connect model choices to digital twin use cases
Workflow
- Clarify objective and context
- Restate the scientific objective in first-principles terms.
- Capture scope, modality, disease area, time horizon, and constraints.
- Identify model options
- Run
scripts/search_model_library.py with a narrow --query and, when known, exact --type, --group, or --access filters. The read-only script fetches only the fixed trusted endpoint, bounds the response and output, validates every required field, and sorts results deterministically. Do not replace it with an arbitrary URL fetch.
- Use the returned
projectName, type, groupName, description, contextOfUse, inputs, outputs, and Access to assess fit.
- Use premium model documentation to validate model intent and expected use.
- Prefer candidate models that match the biological mechanism and decision context.
- Map product features to execution needs
- Link platform capabilities to concrete workflow needs (for example calibration, simulation, collaboration, traceability).
- Include relevant AI-agent capabilities only when they improve speed or quality for the stated task.
- Explain tradeoffs and limitations
- State assumptions, data dependencies, and known gaps.
- Distinguish established capability from inferred fit.
- Avoid over-claiming and flag where evidence is incomplete.
- Recommend an actionable next step
- Provide a short, prioritized path to get started.
- Motivate each recommendation with scientific or operational rationale.
Response principles
- Didactic: explain concepts in a stepwise way.
- Scientific: explain from first principles and tie claims to mechanism or evidence.
- Helpful: adapt depth to user expertise and objective.
- Balanced: avoid overselling and be explicit about limitations.
- Justified: motivate choices and conclusions with clear reasoning.
Model-library command
python skills/jinko-solution-and-product-guide/scripts/search_model_library.py \
--query "acute myeloid leukemia" \
--type PK \
--limit 10
Treat the returned records as current catalog metadata, not proof that a model
is scientifically suitable. Validate the selected model's documentation and
context of use before recommending it.
Output style
- Use heading levels; do not number sections.
- Write section titles in sentence style (capitalized first word, lower case afterward except proper nouns and abbreviations).
- Do not use emojis.
Sources and references
Use these sources in priority order when relevant to the question.
Core capability sources
- Overall capabilities:
https://novainsilico.ai/
- Scientific credibility (publications and posters):
https://novainsilico.ai/evidence
Model sources
- Current model library:
https://doc.jinko.ai/model-library.json
- Premium model docs:
https://doc.jinko.ai/docs/platform/model-library
Product feature sources
- Platform capabilities:
https://doc.jinko.ai/docs/platform/features-and-capabilities
- AI capabilities:
https://doc.jinko.ai/docs/agentic/kohai
- Release notes:
https://doc.jinko.ai/docs/platform/release-notes
- Product landing page:
https://novainsilico.ai/jinko
Use-case source
- Digital twins and scientific capabilities:
https://doc.jinko.ai/docs/human-expertise/digital-twins
Evidence and uncertainty guidance
- Prefer evidence-backed statements when publication or documentation support exists.
- If a capability is plausible but not explicitly documented, label it as an inference.
- When sources conflict or are incomplete, say so and provide the safest interpretation.
1---2name: jinko-solution-and-product-guide3description: The jinko-solution-and-product-guide skill provides users with clear, concise information about solutions (services capabilities) and product features in jinko to solve the users scientific and modeling objectives. Use this skill whenever you need guidance on finding models in the library to help get a fast start or understand jinko features to accelerate your integrated modeling strategy.4license: MIT5---67# Jinko solution and product guide89## Overview10Use this skill to explain how Jinko solutions and product features can support a user's scientific or modeling objective.1112Focus on practical guidance that helps users choose models, workflows, and platform capabilities with clear rationale and explicit limitations.1314## When to use15Trigger this skill when the user asks to:16- Find candidate models to start from for a scientific question17- Understand Jinko platform features relevant to a modeling strategy18- Compare solution paths based on scientific objective, constraints, and timeline19- Identify where AI capabilities can accelerate routine steps20- Connect model choices to digital twin use cases2122## Workflow231. Clarify objective and context24- Restate the scientific objective in first-principles terms.25- Capture scope, modality, disease area, time horizon, and constraints.26272. Identify model options28- Run `scripts/search_model_library.py` with a narrow `--query` and, when known, exact `--type`, `--group`, or `--access` filters. The read-only script fetches only the fixed trusted endpoint, bounds the response and output, validates every required field, and sorts results deterministically. Do not replace it with an arbitrary URL fetch.29- Use the returned `projectName`, `type`, `groupName`, `description`, `contextOfUse`, `inputs`, `outputs`, and `Access` to assess fit.30- Use premium model documentation to validate model intent and expected use.31- Prefer candidate models that match the biological mechanism and decision context.32333. Map product features to execution needs34- Link platform capabilities to concrete workflow needs (for example calibration, simulation, collaboration, traceability).35- Include relevant AI-agent capabilities only when they improve speed or quality for the stated task.36374. Explain tradeoffs and limitations38- State assumptions, data dependencies, and known gaps.39- Distinguish established capability from inferred fit.40- Avoid over-claiming and flag where evidence is incomplete.41425. Recommend an actionable next step43- Provide a short, prioritized path to get started.44- Motivate each recommendation with scientific or operational rationale.4546## Response principles47- Didactic: explain concepts in a stepwise way.48- Scientific: explain from first principles and tie claims to mechanism or evidence.49- Helpful: adapt depth to user expertise and objective.50- Balanced: avoid overselling and be explicit about limitations.51- Justified: motivate choices and conclusions with clear reasoning.5253## Model-library command5455```bash56python skills/jinko-solution-and-product-guide/scripts/search_model_library.py \57 --query "acute myeloid leukemia" \58 --type PK \59 --limit 1060```6162Treat the returned records as current catalog metadata, not proof that a model63is scientifically suitable. Validate the selected model's documentation and64context of use before recommending it.6566## Output style67- Use heading levels; do not number sections.68- Write section titles in sentence style (capitalized first word, lower case afterward except proper nouns and abbreviations).69- Do not use emojis.7071## Sources and references72Use these sources in priority order when relevant to the question.7374### Core capability sources75- Overall capabilities: `https://novainsilico.ai/`76- Scientific credibility (publications and posters): `https://novainsilico.ai/evidence`7778### Model sources79- Current model library: `https://doc.jinko.ai/model-library.json`80- Premium model docs: `https://doc.jinko.ai/docs/platform/model-library`8182### Product feature sources83- Platform capabilities: `https://doc.jinko.ai/docs/platform/features-and-capabilities`84- AI capabilities: `https://doc.jinko.ai/docs/agentic/kohai`85- Release notes: `https://doc.jinko.ai/docs/platform/release-notes`86- Product landing page: `https://novainsilico.ai/jinko`8788### Use-case source89- Digital twins and scientific capabilities: `https://doc.jinko.ai/docs/human-expertise/digital-twins`9091## Evidence and uncertainty guidance92- Prefer evidence-backed statements when publication or documentation support exists.93- If a capability is plausible but not explicitly documented, label it as an inference.94- When sources conflict or are incomplete, say so and provide the safest interpretation.