mituso89 avatar

mituso89

Community

@mituso89

2Followers
|
25Public Repos
|
45Published Skills

mituso89 publishes Claude skills for Spec-Driven Development, Git worktree management, and the Fluent CEFR language-learning system with SM-2 spaced repetition.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (30%)Language Learning .. (30%)Git Worktree & Bra.. (15%)Code Review & Test.. (15%)

Agent Skills by mituso89

Showing 45 vetted skills indexed across 2 GitHub repositories.

mituso89mituso89

fluent-feedback-formatter

Formats language learner feedback with corrections, severity tags, categories, and scores.

Community
Intermediate
mituso89mituso89

fluent-vocab

Runs interactive vocabulary drills with spaced repetition and per-answer feedback.

Community
Intermediate
mituso89mituso89

fluent-session-analyzer

Parse language practice session markdown files to extract error patterns and plan adaptive lessons.

Community
Intermediate
mituso89mituso89

fluent-setup

Creates a personalized language-learning profile and seeds six JSON databases through interactive onboarding.

Community
Intermediate
mituso89mituso89

fluent-db-updater

Atomically update six Fluent learner databases from a single JSON session payload.

Community
Intermediate
mituso89mituso89

fluent-speaking-import

Import and re-score voice speaking session results into Fluent language-learning databases.

Community
Advanced
mituso89mituso89

fluent-reading

Runs interactive target-language reading comprehension sessions with questions, feedback, and vocabulary extraction.

Community
Intermediate
mituso89mituso89

fluent-speaking-export

Generates a personalized voice speaking session card and delivers it via Slack, Google Drive, or local file.

Community
Advanced
mituso89mituso89

fluent-speaking

Runs typed conversational practice sessions in a target language with per-answer scoring and database updates.

Community
Intermediate
mituso89mituso89

fluent-learn

Runs adaptive language-learning sessions that interleave exercises and update learner progress databases.

Community
Advanced
mituso89mituso89

fluent-writing

Runs interactive language writing practice with severity-tagged error analysis and database updates.

Community
Intermediate
mituso89mituso89

fluent-progress

Generates a read-only language learning progress dashboard from six JSON learner databases.

Community
Intermediate
mituso89mituso89

fluent-sm2-calculator

Computes SM-2 spaced-repetition intervals, easiness factors, and mastery levels for language review items.

Community
Intermediate
mituso89mituso89

fluent-language

Lists, switches, and adds language profiles with isolated per-language database directories.

Community
Intermediate
mituso89mituso89

fluent-review

Runs daily spaced-repetition review sessions using SM-2 scheduling for language learners.

Community
Advanced
mituso89mituso89
2

m-api-and-interface-design

Guide REST API and TypeScript interface design with contract-first practices.

Community
Advanced
mituso89mituso89
2

m-sdd-specify

Capture software requirements through convergent interviews and structured templates.

Community
Intermediate
mituso89mituso89
2

m-using-git-worktrees

Manage Git worktrees with isolation detection, creation, bootstrap, testing, and cleanup.

Community
Intermediate
mituso89mituso89
2

m-sdd

Manage Spec-Driven Development lifecycle phases within Devin CLI.

Community
Advanced
mituso89mituso89
2

m-sdd-checklist

Generate domain-specific quality checklists for software specification documents.

Community
Intermediate
mituso89mituso89
2

m-sdd-plan

Generate a Markdown technical implementation plan from an approved specification.

Community
Advanced
mituso89mituso89
2

m-writing-plans

Generate detailed implementation plans with exact file paths and verification commands.

Community
Advanced
mituso89mituso89
2

m-brainstorming

Facilitate collaborative brainstorming and specification creation for software features.

Community
Advanced
mituso89mituso89
2

m-sdd-knowledge

Generate and manage project knowledge bases with Markdown files.

Community
Advanced

Frequently Asked Questions About mituso89

FAQPage Schema
What 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.