Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/claude-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ These skills are particularly valuable for:

1. Choose your installation method above
2. Explore the [full documentation](https://github.com/ai4curation/curation-skills) for detailed usage examples
3. Review related guides in the [how-tos section](../how-tos/index.md) for integration strategies
3. Review related guides such as [Integrate AI into your KB](../how-tos/integrate-ai-into-your-kb.md) for integration strategies

## Resources

- **Full Documentation**: [https://github.com/ai4curation/curation-skills](https://github.com/ai4curation/curation-skills)
- **Related Guides**: [Integrate AI into your KB](../how-tos/integrate-ai-into-your-kb.md)
- **Client Setup**: [Claude Code](clients/claude-code.md)
- **Client Setup**: [Claude Code](clients/claude-code.md)
2 changes: 1 addition & 1 deletion docs/reference/clients/codex-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url: https://github.com/openai/codex
logo: https://openai.com/favicon.ico
models: OpenAI GPT-4, Claude, and others
ui_type: CLI
ease_of_use_for_non_technical: 3
ease_of_use_for_non_technical: 2
github: https://github.com/openai/codex
---

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/clients/gemini-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ url: https://github.com/google-gemini/gemini-cli
logo: https://www.gstatic.com/ai/web/favicons/favicon-32x32.png
models: Gemini 2.5 Pro, Vertex AI models
ui_type: CLI
ease_of_use_for_non_technical: 4
ease_of_use_for_non_technical: 2
github: https://github.com/google-gemini/gemini-cli
---

Gemini CLI is Google's open-source command-line AI workflow tool that brings the power of Gemini directly into your terminal. It connects to your tools, understands your code, and accelerates your workflows using a "reason and act (ReAct) loop" with built-in tools to complete complex tasks.

Key features include querying and editing large codebases within Gemini's 1M token context window, generating new applications from PDFs or sketches using multimodal capabilities, and automating operational tasks like querying pull requests or handling complex rebases. The tool supports local and remote Model Context Protocol (MCP) servers and includes built-in tools for grep, terminal operations, file read/write, web search, and web fetch.
Key features include querying and editing large codebases within Gemini's 1M token context window, generating new applications from PDFs or sketches using multimodal capabilities, and automating operational tasks like querying pull requests or handling complex rebases. The tool supports local and remote Model Context Protocol (MCP) servers and includes built-in tools for grep, terminal operations, file read/write, web search, and web fetch.
4 changes: 3 additions & 1 deletion docs/reference/clients/goose.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ url: https://block.github.io/goose/
logo: https://block.github.io/goose/img/logo_light.png
models: Any
ui_type: Desktop or CLI
ease_of_use_for_non_technical: 5
ease_of_use_for_non_technical: 4
power_rating: 3
notes: "Good ease-of-use for non-technical users but less powerful than Claude Code for complex agentic tasks"
github: https://github.com/block/goose
---

Expand Down
32 changes: 32 additions & 0 deletions docs/tutorials/tutorials-for-curators.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Training Materials for Curators

This page collects video tutorials and training materials for curators learning to use AI tools.

## OBO Academy AI Training

The [OBO Academy Monarch Ontology Training](https://oboacademy.github.io/obook/courses/monarch-obo-training/) offers regular seminars on ontology development and AI-assisted curation workflows. Key AI-focused sessions include:

### Claude Code for Biocuration

- **Efficient Biocuration and Bioinformatics with Claude Code Part 1** (October 2025) - Chris Tabone
Practical introduction to using Claude Code for biocuration tasks.

- **Using AI Coding Apps for Ontology Developers** (June 2025) - Chris Mungall
Overview of agentic AI tools for ontology development, focusing on Goose and Claude Code.

<iframe width="560" height="315" src="https://www.youtube.com/embed/4nyeGFACPKI" title="Using AI Coding Apps for Ontology Development - OBO Academy Seminar by Chris Mungall" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

### Earlier AI Sessions

- **Introduction to developing agentic workflows for semantic engineers** (April 2025) - Chris Mungall
- **AI-assisted ontology editing workflows 2: Validation** (April 2024) - Chris Mungall
- **AI-assisted ontology editing workflows 1: Generating and Augmenting** (March 2024) - Chris Mungall
- **Enhancing curation workflows with CurateGPT** (November 2023) - Chris Mungall

See the full [OBO Academy training calendar](https://oboacademy.github.io/obook/courses/monarch-obo-training/) for all sessions.

## External Resources

- [OBO Academy obook](https://oboacademy.github.io/obook/) - Comprehensive semantic engineering training materials
- [Claude Code tutorial for ontology developers](https://oboacademy.github.io/obook/tutorial/claude-code-getting-started/) - Step-by-step guide for getting started
- [DeepLearning.AI Claude Code course](https://learn.deeplearning.ai/courses/claude-code-a-highly-agentic-coding-assistant/) - General introduction accessible to non-programmers
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ nav:
- Create an agentic curation pipeline: how-tos/create-agentic-curation-pipeline.md
- PR reviews for agent improvement: how-tos/pr-reviews-for-agent-improvement.md
- Tutorials:
- Training materials for curators: tutorials/tutorials-for-curators.md
- Ontology editing with AI: tutorials/ontology-editing-with-ai.md
- Reference:
- Client apps: reference/client-apps.md
Expand Down
Loading