Periquito
Description
A macOS notch parrot that helps you learn English while coding with Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Periquito
A macOS notch companion that helps you learn English while you code with Claude Code.
A Tamagotchi-style parrot that lives in your MacBook notch, analyzes your English in real-time, and teaches you through spaced repetition — without breaking your flow.
https://github.com/lucianfialho/periquito/releases/download/v1.1.0/export-kk.mp4
What it does
- Analyzes your English in every Claude Code prompt via AI
- Corrections in real-time — shows what was wrong and why, right in the notch panel
- Spaced repetition quiz — periodically asks you to review your own past mistakes
- Progress tracking — accuracy %, streak, level system (Egg → Chick → Macaw → Phoenix)
- Parrot reacts emotionally — happy when you write well, sad when you keep making the same mistakes
- Compact mode — collapse to a stats bar showing accuracy + thumbs up/down counts
Requirements
- macOS 15.0+ (Sequoia)
- MacBook with notch
- Claude Code installed
Install
- Clone the repo and open
periquito-app/periquito.xcodeprojin Xcode - Build and run (
⌘R) - On first launch, open Settings and click Install Hooks to register the Claude Code hook
- Start using Claude Code in English — Periquito will analyze each prompt automatically
How it works
Claude Code prompt → UserPromptSubmit hook → Unix socket → EmotionAnalyzer (claude -p)
↓
JSON: { type, tip, category }
↓
history.jsonl + SpacedRepetitionManager + SwiftUI notch panel
When you type a prompt in Claude Code, a shell hook intercepts it and sends it to a background worker. The worker calls `claude -p` to analyze the English, logs the result to `~/.english-learning/history.jsonl`, and the app displays a correction (or praise) in the notch panel.
The spaced repetition system (Leitner boxes 1–5) tracks your mistakes and resurfaces them for review when you're idle — pulling distractors from your own correction history so quizzes are relevant to y
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11