Ijam18
UserStop repeating yourself to Claude. 5 collaboration skills — token discipline, scope-drift guards, frustration detection. Measured -18% mean / -28% P90 output tokens. AGPL v3.
Categories
Indexed Skills (11)
maji-doc
Generate concise documentation from code. README, function docs, API references, architecture notes — written in plain language, with examples that work, no padding. Use when shipping or onboarding and you want docs that read fast and stay accurate.
maji-refactor
Scope-guarded refactoring. Define target → identify minimum diff → preserve behaviour → verify with tests. Pre-Action Gate prevents scope drift into unrelated improvements. Use when you want a targeted refactor that does not turn into a 50-file rewrite.
maji-summary
Compress long content into structured summary. TLDR + key points + action items, length-tunable. Use for meeting notes, transcripts, long docs, threads, codebases. No padding, no editorial commentary.
maji-test
Generate disciplined test cases. Focus on behaviour not implementation, cover edge cases without bloat, name tests for the case not the function. Use when writing tests for new code or filling gaps in coverage.
maji-todo
Extract and triage TODO/FIXME/HACK comments from a codebase. Categorize by urgency, group by file, identify stale TODOs older than threshold. Use during cleanup sprints, before releases, or when onboarding a new project.
maji-commit
Generate a concise commit message from the current git diff. Conventional commits format (feat/fix/refactor/etc). Use when staged changes are ready to commit and you want Claude to write the message instead of typing it manually.
maji-debug
Disciplined debug session protocol. Read symptom → form hypothesis → verify before fixing → propose minimum-change fix. Pre-Action Gate prevents hasty rewrites that break unrelated code. Use when an error or unexpected behaviour appears and you want a focused diagnosis instead of guess-and-check.
maji-explain
Concise code or concept explainer. Lead with one-sentence answer, then layered detail only if useful. No padding, no "let me walk you through". Use when encountering unfamiliar code, library, error message, or concept and you want fast comprehension instead of a textbook lecture.
maji-jimat
Token-economy mode for Claude Code. Strip filler, cap verbose replies, and switch on graduated compression (ringan / penuh / ultra) or the sibling modes dry / answer-only. Fires when the user types "jimat on/off", "jimat ringan/penuh/ultra", "dry on/off", "answer-only on/off", or a per-message "/jimat" prefix. Preserves code, file paths, and accuracy.
maji-mode
A Claude collaboration discipline. Lead with outcome+constraint, identify decision modes (discuss/build/pause/pivot), recognize frustration signals, enforce a Pre-Action Gate before risky operations. Use when starting any session to ship with less rework and scope drift.
maji-review
Disciplined code review skill. Outputs structured feedback grouped by severity (critical/important/style/suggestion) with file:line references. No preamble, no padding, evidence-first. Use when reviewing a PR, diff, or file and you want focused actionable feedback instead of a wall of comments.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.