mituso89
Community@mituso89
mituso89 publishes Claude skills for Spec-Driven Development, Git worktree management, and the Fluent CEFR language-learning system with SM-2 spaced repetition.
Agent Skills by mituso89
Showing 45 vetted skills indexed across 2 GitHub repositories.
fluent-feedback-formatter
Formats language learner feedback with corrections, severity tags, categories, and scores.
fluent-vocab
Runs interactive vocabulary drills with spaced repetition and per-answer feedback.
fluent-session-analyzer
Parse language practice session markdown files to extract error patterns and plan adaptive lessons.
fluent-setup
Creates a personalized language-learning profile and seeds six JSON databases through interactive onboarding.
fluent-db-updater
Atomically update six Fluent learner databases from a single JSON session payload.
fluent-speaking-import
Import and re-score voice speaking session results into Fluent language-learning databases.
fluent-reading
Runs interactive target-language reading comprehension sessions with questions, feedback, and vocabulary extraction.
fluent-speaking-export
Generates a personalized voice speaking session card and delivers it via Slack, Google Drive, or local file.
fluent-speaking
Runs typed conversational practice sessions in a target language with per-answer scoring and database updates.
fluent-learn
Runs adaptive language-learning sessions that interleave exercises and update learner progress databases.
fluent-writing
Runs interactive language writing practice with severity-tagged error analysis and database updates.
fluent-progress
Generates a read-only language learning progress dashboard from six JSON learner databases.
fluent-sm2-calculator
Computes SM-2 spaced-repetition intervals, easiness factors, and mastery levels for language review items.
fluent-language
Lists, switches, and adds language profiles with isolated per-language database directories.
fluent-review
Runs daily spaced-repetition review sessions using SM-2 scheduling for language learners.
m-api-and-interface-design
Guide REST API and TypeScript interface design with contract-first practices.
m-sdd-specify
Capture software requirements through convergent interviews and structured templates.
m-using-git-worktrees
Manage Git worktrees with isolation detection, creation, bootstrap, testing, and cleanup.
m-sdd
Manage Spec-Driven Development lifecycle phases within Devin CLI.
m-sdd-checklist
Generate domain-specific quality checklists for software specification documents.
m-sdd-plan
Generate a Markdown technical implementation plan from an approved specification.
m-writing-plans
Generate detailed implementation plans with exact file paths and verification commands.
m-brainstorming
Facilitate collaborative brainstorming and specification creation for software features.
m-sdd-knowledge
Generate and manage project knowledge bases with Markdown files.
Frequently Asked Questions About mituso89
FAQPage SchemaWhat tasks can I accomplish with mituso89's skills?▼
You can run Spec-Driven Development phases (specify, clarify, plan, tasks, implement, analyze), manage Git worktrees and branch completion, conduct test-driven development and code reviews, and run Fluent language-learning sessions covering vocabulary, writing, reading, speaking, and spaced-repetition review.
Who are these skills designed for?▼
Software engineers using Claude or Devin CLI for structured specification, planning, and parallel feature development, plus self-directed language learners who want adaptive CEFR-based practice sessions with persistent progress tracking across six learner databases.
How do the Fluent language-learning skills work in practice?▼
Start with /fluent-setup to create a learner profile, then invoke /fluent-learn, /fluent-vocab, /fluent-writing, /fluent-reading, or /fluent-speaking. Each session scores answers, and fluent-db-updater atomically persists errors, mastery, and SM-2 review scheduling to six databases.
What are the prerequisites and dependencies?▼
SDD skills require Devin CLI; story breakdown needs Atlassian MCP and Jira access; h-pr-submission integrates with Azure DevOps. Fluent skills need Read, Write, and Bash permissions, the .claude/hooks/update-db.py script, and optionally Slack or Google Drive connectors for voice session import/export.
How does spaced repetition work in the Fluent system?▼
The fluent-sm2-calculator implements the SM-2 algorithm with a 0-5 quality scale, interval formula, and easiness-factor updates. After each answered review, fluent-review reshelves items into future queues, and fluent-session-analyzer extracts error patterns to plan the next lesson's focus areas.