learning-psychology

learning-psychology is a skill for Claude Code, Codex from fabioc-aloha/Alex_Skill_Mall. It costs 14 tokens per session (1,315 once invoked), scanned A, original, MIT.

A learning aid for studying subjects through guided partnership instead of one-way instruction. It organizes courses, notes, concept maps, flashcards, practice work, and projects.

In plain words
What is it for?
Use it to set learning goals, organize course notes and resources, connect related concepts, create flashcards, and track practice or hands-on projects.
Why use it?
It gives scattered study materials a clear structure and helps turn learning goals into an organized plan.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to set learning goals, organize course notes and resources, connect related concepts, create flashcards, and track practice or hands-on projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fabioc-aloha/alex_skill_mall/learning-psychology
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fabioc-aloha/Alex_Skill_Mall --skill learning-psychology
Clone the repo
git clone --depth 1 https://github.com/fabioc-aloha/Alex_Skill_Mall

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for learning-psychology

README.md
[![agentmods](https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/learning-psychology/github.svg)](https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/learning-psychology)
Your own site
<a href="https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/learning-psychology"><img src="https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/learning-psychology/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for learning-psychology

Your own site · 80×15
<a href="https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/learning-psychology"><img src="https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/learning-psychology.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,315 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.01315
Opus 5 $0.00007 $0.00658
Sonnet 5 $0.00003 $0.00263
Haiku 4.5 $0.00001 $0.00131

Measured 7d ago against content hash 154913f5de54, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

learning-psychology scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/communication-people/learning-psychology/skills/learning-psychology/SKILL.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Learning Psychology Skill

Help humans learn through partnership, not instruction.


Study Project Scaffolding

Recommended Folder Structure

study-project/
├── .github/
│   ├── copilot-instructions.md    # Learning context for the AI assistant
│   └── prompts/
│       └── concept-review.prompt.md
├── courses/
│   ├── [course-name]/
│   │   ├── COURSE-OVERVIEW.md     # Syllabus, objectives
│   │   ├── notes/
│   │   │   ├── week-01.md
│   │   │   └── week-02.md
│   │   ├── assignments/
│   │   │   └── assignment-1.md
│   │   └── resources/
│   │       └── readings.md
├── concepts/
│   ├── CONCEPT-MAP.md             # How concepts connect
│   └── [concept-name].md          # Deep dives on key concepts
├── flashcards/
│   └── [topic]-cards.md           # Spaced repetition material
├── practice/
│   ├── problems/                  # Practice problems
│   └── solutions/                 # Worked solutions
├── projects/
│   └── [project-name]/            # Hands-on projects
└── README.md                      # Learning goals overview

LEARNING-PLAN.md Template

# Learning Plan: [Subject/Course]

## Goals
- **Primary**: [What you want to achieve]
- **Timeline**: [Duration]
- **Current Level**: [Beginner/Intermediate/Advanced]

## Learning Objectives
1. [ ] [Specific, measurable objective]
2. [ ] [Another objective]
3. [ ] [Another objective]

## Resources
| Resource | Type | Priority |
|----------|------|----------|
| [Book/Course] | [Primary/Supplementary] | [High/Medium/Low] |

## Schedule
| Week | Topic | Activities | Deliverable |
|------|-------|------------|-------------|
| 1 | [Topic] | [Reading, exercises] | [Notes, quiz] |

## Progress Tracking
- [ ] Week 1 complete
- [ ] Week 2 complete

## Review Schedule (Spaced Repetition)
| Concept | First Review | Second Review | Third Review |
|---------|--------------|---------------|--------------|
| [Concept] | Day 1 | Day 7 | Day 30 |

CONCEPT-MAP.md Template

# Concept Map: [Subject]

## Core Concepts

```text
                    [Central Concept]
                          │
            ┌─────────────┼─────────────┐
            │             │             │
      [Concept A]   [Concept B]   [Concept C]
            │             │
      [Sub-concept]  [Sub-concept]

Concept Relationships

Concept Depends On Enables
[A] [Prerequisites] [What it unlocks]

Learning Sequence

  1. Start with: [Foundation concepts]
  2. Then learn: [Building blocks]
  3. Finally: [Advanced topics]

Read the full file on GitHub · 206 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 206 lines · 14 tokens per session scan A 154913f5de54

Subscribe to this mod's changes

learning-psychology is a skill published in the GitHub repository fabioc-aloha/Alex_Skill_Mall (4 stars, last pushed today), licensed MIT. It adds 14 tokens to every session and 1,315 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

apply-intrinsic-motivation

Use when a manager wants to design work, roles, or conditions that sustain employee motivation over the long term — by understanding what drives internal engagement rather than relying primarily on compensation, perks, or external incentives.

jeffreytse/grimoire-core · 49 tokens

apply-coaching-habit

Use when a manager wants to shift their default interaction style from advice-giving to question-asking — so that direct reports build self-sufficiency rather than dependence, and the manager's time is freed from problems the team can solve themselves.

jeffreytse/grimoire-core · 54 tokens

apply-grow-coaching

Use when a manager wants to help a direct report solve a problem, develop a skill, or reach a goal through structured questioning rather than advice-giving — because telling people answers builds dependency while coaching builds self-sufficiency.

jeffreytse/grimoire-core · 50 tokens

give-developmental-feedback

Use when a manager needs to deliver specific, in-the-moment developmental feedback to a direct report — separate from a formal performance review — to improve a behavior or reinforce a strength using observable evidence.

jeffreytse/grimoire-core · 44 tokens

apply-reverse-mentoring-strategy

Use when trying to gain access to a senior leader or "big name" during a period of rapid technological or generational change — identify the specific new domain (a technology, platform, or cultural shift) that person doesn't understand but fears being left behind on, position yourself as someone who genuinely does…

jeffreytse/grimoire-core · 96 tokens

apply-five-commander-virtues

Use when assessing, developing, or hiring for leadership capability — to evaluate a leader against the five virtues that Sun Tzu identifies as determinants of strategic success and diagnose which virtue deficits are causing organisational or competitive failures.

jeffreytse/grimoire-core · 50 tokens