Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Ai Tutor Homework Help

ASecurity

AI tutor and homework help powered by CellCog. Tutoring, study guides, exam prep, coding tutorials, language learning, math help, science explanations, practice problems — every subject, every level. Explains concepts five different ways: diagrams, analogies, worked examples, in…

19 stars
0 votes
0 copies
0 views
Added 9/19/2026
developmentjavascriptpythongojavabashreactdockerawsgcpazure

Works with

cliapi

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill ai-tutor-homework-help --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ai Tutor Homework Help?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Ai Tutor Homework Help
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-ai-tutor-homework-help/badge)](https://www.skillsdirectory.com/skills/rondoflow-ai-tutor-homework-help)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: ai-tutor-homework-help
description: "AI tutor and homework help powered by CellCog. Tutoring, study guides, exam prep, coding tutorials, language learning, math help, science explanations, practice problems — every subject, every level. Explains concepts five different ways: diagrams, analogies, worked examples, in…"
category: "Development"
author: community
version: "1.0.6"
icon: code
---

# Learn Cog - The Tutor That Explains Five Different Ways

**The best tutors explain the same concept five different ways.** CellCog does too.

#1 on DeepResearch Bench (Apr 2026) for reasoning depth — deep enough to break concepts into first principles — combined with multi-modal output for every learning style: diagrams, analogies, worked examples, practice problems, interactive explanations, and full study guides. Any subject, any level.

---

## Prerequisites

This skill requires the `cellcog` skill for SDK setup and API calls.

```bash
clawhub install cellcog
```

**Read the cellcog skill first** for SDK setup. This skill shows you what's possible.

**OpenClaw agents (fire-and-forget — recommended for long tasks):**
```python
result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",  # OpenClaw only
    task_label="my-task",
    chat_mode="agent",  # See cellcog skill for all modes
)
```

**All other agents (blocks until done):**
```python
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
```

See the **cellcog** mothership skill for complete SDK API reference — delivery modes, timeouts, file handling, and more.

---

## How Learn-Cog Helps

### Concept Explanations

Understand anything:

- **Break It Down**: "Explain quantum entanglement like I'm 10 years old"
- **Multiple Angles**: "Explain recursion using 3 different analogies"
- **Deep Dives**: "Give me a comprehensive explanation of how neural networks learn"
- **Visual Learning**: "Create a diagram explaining the water cycle"

**Example prompt:**
> "Explain blockchain technology:
> 
> Level: Complete beginner, no tech background
> 
> Include:
> - Simple analogy to start
> - How transactions work
> - Why it's secure
> - Real-world examples
> - Common misconceptions
> 
> Use simple language, avoid jargon. Include a visual diagram."

### Homework & Problem Solving

Work through problems:

- **Math Problems**: "Solve this calculus problem and explain each step"
- **Science Questions**: "Help me understand this physics concept and solve these problems"
- **Essay Help**: "Help me structure an essay on the causes of World War I"
- **Code Debugging**: "Explain why my code isn't working and help me fix it"

**Example prompt:**
> "Help me understand this math problem:
> 
> Problem: Find the derivative of f(x) = x³sin(x)
> 
> I know basic derivatives but I'm confused about the product rule.
> 
> Please:
> 1. Remind me of the product rule
> 2. Apply it step by step
> 3. Give me 2 similar problems to practice
> 4. Show me how to check my answer"

### Study Materials

Prepare for success:

- **Study Guides**: "Create a study guide for AP Chemistry exam"
- **Flashcards**: "Generate 50 flashcards for Spanish vocabulary"
- **Practice Tests**: "Create a practice quiz on US History 1900-1950"
- **Summary Notes**: "Summarize Chapter 5 of my biology textbook"
- **Cheat Sheets**: "Create a one-page reference for Python syntax"

**Example prompt:**
> "Create a comprehensive study guide for the AWS Solutions Architect exam:
> 
> Cover:
> - Key services and when to use them
> - Networking concepts
> - Security best practices
> - Cost optimization strategies
> 
> Format: Clear sections, bullet points, diagrams where helpful
> Include: Practice questions after each section"

### Coding & Tech Learning

Level up your skills:

- **Language Learning**: "Teach me Python from zero to building a web app"
- **Code Review**: "Review my code and explain how to improve it"
- **Project Tutorials**: "Walk me through building a REST API step by step"
- **Concept Deep Dives**: "Explain how Docker containers actually work"

**Example prompt:**
> "Teach me React hooks:
> 
> My level: I know basic JavaScript and HTML/CSS, never used React
> 
> Structure:
> 1. What problem do hooks solve?
> 2. useState with simple examples
> 3. useEffect with practical use cases
> 4. When to use which hook
> 5. A mini-project putting it together
> 
> Include code examples I can run."

### Language Learning

Master new languages:

- **Grammar Explanations**: "Explain Japanese particles with examples"
- **Conversation Practice**: "Practice ordering food in French"
- **Writing Feedback**: "Check my Spanish essay and explain my mistakes"
- **Vocabulary Building**: "Teach me 20 essential business Chinese phrases"

---

## Learning Styles

Tell CellCog how you learn best:

| Style | Ask For |
|-------|---------|
| **Visual** | Diagrams, charts, infographics |
| **Examples** | Multiple worked examples, real-world applications |
| **Analogies** | Comparisons to familiar concepts |
| **Step-by-Step** | Detailed breakdowns, numbered procedures |
| **Big Picture** | Overview first, then details |
| **Hands-On** | Practice problems, projects |

---

## Subjects

CellCog can help with virtually any subject:

**STEM:**
- Mathematics (all levels through advanced calculus and beyond)
- Physics, Chemistry, Biology
- Computer Science and Programming
- Statistics and Data Science
- Engineering concepts

**Humanities:**
- History and Social Studies
- Literature and Writing
- Philosophy
- Languages
- Psychology

**Professional:**
- Business and Finance
- Marketing
- Project Management
- Design
- Legal concepts

**Tech Skills:**
- Programming languages
- Cloud platforms (AWS, GCP, Azure)
- DevOps and infrastructure
- Data engineering
- AI/ML concepts

---

## Chat Mode for Learning

| Scenario | Recommended Mode |
|----------|------------------|
| Homework help, concept explanations, practice problems | `"agent"` |
| Comprehensive study guides, full curriculum design, deep research | `"agent team"` |

**Use `"agent"` for most learning.** Quick explanations, homework help, and study materials execute well in agent mode.

**Use `"agent team"` for comprehensive learning** - full course outlines, research papers, or when you need multi-source synthesis.

---

## Example Prompts

**Concept explanation:**
> "Explain the concept of recursion in programming:
> 
> My level: Beginner programmer, comfortable with loops
> 
> I need:
> - Clear definition
> - Visual representation
> - 3 progressively harder examples (factorial, fibonacci, tree traversal)
> - Common mistakes to avoid
> - When to use recursion vs iteration
> 
> Language: Python"

**Exam prep:**
> "Create a study plan for the GRE:
> 
> Timeline: 2 months
> Goal: 320+ score
> Weak areas: Vocabulary and geometry
> 
> Include:
> - Weekly schedule
> - Resources to use
> - Practice test strategy
> - Day-before checklist
> 
> Make it realistic for someone working full-time."

**Language practice:**
> "Help me practice Japanese:
> 
> Level: JLPT N4
> Focus: Conversational situations
> 
> Create a dialogue practice:
> - Scenario: Asking for directions in Tokyo
> - Include vocabulary list
> - Grammar points used
> - Cultural notes
> - Variations to practice
> 
> Use romaji and kanji with hiragana readings."

---

## Tips for Better Learning

1. **State your level**: "Complete beginner" vs "I understand the basics" changes everything.

2. **Ask why**: Don't just ask for answers. Ask for explanations of the reasoning.

3. **Request practice**: Learning happens through doing. Ask for practice problems.

4. **Admit confusion**: "I don't understand the part where..." helps CellCog target explanations.

5. **Build on previous**: Reference what you already understand to get appropriate explanations.

6. **Active recall**: Ask CellCog to quiz you, not just explain. Testing improves retention.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284722 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →