Skip to main content
Run any Skill in Manus
with one click
GitHub repository

cognition-skills

cognition-skills contains 17 collected skills from VedSoni-dev, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
17
Stars
0
updated
2026-03-20
Forks
0
Occupation coverage
8 occupation categories · 100% classified
repository explorer

Skills in this repository

connect
tutors-253041

Connect a notification channel (Slack, Gmail, etc.) so Cognition can send you learning exercises throughout the day — even when your laptop is off.

2026-03-20
schedule
software-developers

Schedule learning exercises for the next 24 hours via Slack/Gmail. Runs at the end of every session so exercises arrive even when Claude Code is closed. The API decides WHEN and WHAT technique — you build the exercise and schedule delivery.

2026-03-20
ingest
software-developers

Send screen observations to the Cognition API as learning events. Transforms Screenpipe data into API event format.

2026-03-19
launch
software-developers

Launch the Cognition GUI app. Opens the Electron window and connects Claude Code to it via WebSocket. Use this after /cognition:start or whenever you need the GUI.

2026-03-19
learn
instructional-coordinators-259031

Generate and deliver a learning exercise based on what the user is forgetting. Orchestrates different learning techniques.

2026-03-19
calibration-check
data-scientists-152051

Test if the user's confidence matches their actual knowledge. Use when calibration ECE is high or strategy is "overconfident".

2026-03-19
delayed-probe
psychology-teachers-postsecondary

Quick surprise retention check. A 30-second mini-quiz to test if a concept is still in memory. Use for concepts with high stability that haven't been tested recently.

2026-03-19
interleaving
instructional-coordinators-259031

Mix related concepts together in practice. Use when the interleaving plan suggests concept pairs or when the user's strategy is "cram_dependent".

2026-03-19
replay-consolidation
instructional-coordinators-259031

Three-phase memory replay for deep consolidation. Use when the API recommends "review" or "spaced_review" for multiple related concepts.

2026-03-19
spaced-retrieval
instructional-coordinators-259031tutors-253041

Active recall quiz at optimal spacing intervals. The core spaced repetition technique. Use when the API recommends "quiz" or the concept has lapses > 0.

2026-03-19
teach-back
computer-science-teachers-postsecondary

User explains a concept back to prove mastery. The most demanding and most effective technique. Use when the user explicitly asks to review or when testing deep understanding.

2026-03-19
observe
software-developers

Poll Screenpipe for recent screen content and extract learning signals. Use when checking what the user has been doing on screen.

2026-03-19
predict
tutors-253041

Check what knowledge is decaying and what needs review. Shows recommendations from the Cognition API.

2026-03-19
reflect
software-developers

Record learning exercise results back to the Cognition API. Updates the forgetting model.

2026-03-19
session
tutors-253041

Run a full study session — observe, predict, and practice in one flow

2026-03-19
start
network-and-computer-systems-administrators

Bootstrap Cognition — automatically installs Screenpipe, sets up auth, connects everything, and begins your first learning session. One command, zero config.

2026-03-19
status
education-teachers-postsecondarysoftware-developers

Show your current knowledge state — what you know, what's decaying, study stats

2026-03-19