بنقرة واحدة
mokata-oss
يحتوي mokata-oss على 27 من skills المجمعة من JasGujral، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
mokata · Socratic pre-spec exploration — explore approaches WITH the user, one question at a time, and HARD-GATE the spec behind explicit approval. Runs standalone or as the front of mokata's pipeline.
mokata · Author a new mokata skill test-first (RED-GREEN-for-docs); the write is human-gated.
mokata · Implement the minimum to turn a failing test green.
mokata · Turn the problem into testable acceptance criteria; map each to a test.
mokata · API & interface design — contract-first, blast-radius on every change.
mokata · Browser testing (DevTools) — live runtime captured via the existing MCP surface, fed to the test gate.
mokata · Start from a reproducer and a failing test, then fix.
mokata · CI/CD & automation — the quality-gate pipeline + Scorecard posture, not a suggestion.
mokata · Reproduce first, capture in a failing test, then fix.
mokata · Deprecation & migration — remove nothing without walking its blast-radius first.
mokata · Documentation & ADRs — an architecture decision is persisted to memory + the ledger, not lost.
mokata · Keep the docs TRUE to the code — audit a doc (or sweep + drift-detect the docs) against the code, then reconcile the drift behind a human-gated, previewed write.
mokata · Frontend UI + accessibility — WCAG-AA checked in review, design-system conventions remembered.
mokata · Git workflow & versioning — atomic commits + change-sizing riding the WriteGate, not habits.
mokata · See the governed state — rules, memory-by-kind, read/write ratio, pending proposals (read-only).
mokata · Repair the mokata MCP server when its tools aren't connecting — check the registration, fix it, and tell you the one step left (restart Claude Code). Repair, not first-time setup.
mokata · Guided capture of the project's rules, guardrails, conventions, domain context & docs into TYPED, human-gated memory the skills then reference.
mokata · Measure first; keep only proven, behaviour-preserving wins.
mokata · Performance optimization — measure-first, before/after to the ledger, no guessing.
mokata · Run the full v1 story end-to-end on this repo (integration check).
mokata · Deep, user-steerable review of EXISTING code → propose prioritized refinements → HARD-GATE a scoped set, then hand off to spec.
mokata · Two-pass review: against the spec, then quality.
mokata · Security & hardening — OWASP items as HARD-enforced rules, not advice.
mokata · Portable / shareable tagged sessions — package this session and resume it on another machine or hand it to a teammate. Human-gated.
mokata · Verify it's truly done, then let YOU choose how to land it.
mokata · Shipping & launch — a pre-launch checklist + staged rollout + rollback thresholds feed the ship-readiness gate.
mokata · Write failing tests first (RED); no implementation.