Skip to main content
mimukit
GitHub 제작자 프로필

mimukit

3개 GitHub 저장소에서 수집된 42개 skills를 저장소 단위로 보여줍니다.

수집된 skills
42
저장소
3
업데이트
2026년 8월 25일
저장소 탐색

저장소와 대표 skills

afkkit
미분류

Run a groomed `ready` GitHub issue through the whole build span unattended, covering worktree, implement, commit, review, fix, QA plan, and open PR, so one issue reaches a reviewable PR with no human at the keyboard. Use when the user says "run issue #N…

2026년 8월 25일
implementkit
미분류

Implement a plan, spec, or issue into working code, picking straight-through vs TDD mode by precedence (prompt → CLAUDE.md → repo habit → ask), then running the repo's test + build gate before declaring done. Use when the user says "implement this plan",…

2026년 8월 25일
issuekit
미분류

Own the GitHub issue lifecycle in five modes: create issues from a plan or description, start a `ready` issue into its own worktree, close one out once its PR merges, sync PR↔issue links after merge, and triage the tracker for lifecycle and priority gaps. Use…

2026년 8월 25일
domainkit
미분류

Maintain a project's domain model as a consented byproduct of design work: a CONTEXT.md glossary of the ubiquitous language and docs/adr/ decision records. Use when a domain term needs pinning down, when a hard-to-reverse trade-off decision gets settled, when…

2026년 8월 24일
ideakit
미분류

Think an idea through across many sessions, with one ideas repo holding a folder per idea, a jotpad for the thoughts that have none, one idea open at a time, and nothing written to disk until you ask for it. Use when the user says "capture this idea", "I just…

2026년 8월 24일
mergekit
미분류

Take an open GitHub PR and make it merge-ready on your machine (worktree, base-branch sync, project running, review pack), then merge it once you say so, or service review feedback on a PR you authored. Use when you say "pull PR #34 down so I can test it",…

2026년 8월 24일
namekit
미분류

Name a project to a naming convention you already use, then prove the name is free on the domain, npm, and GitHub before you commit to it. Use when the user says "name this project", "what should I call this", "give me project name ideas", "come up with a…

2026년 8월 24일
orcakit
미분류

Keep the Orca desktop app's workspace list honest about the git worktrees your workflow actually creates: link each one to its issue, keep its status current, and clean out the ones whose work already merged. Use when the user says "orcakit", "clean up my…

2026년 8월 24일
수집된 skill 34개 중 8개를 표시합니다.
saasaloy-email
소프트웨어 개발자

Runbook for the email capability — a provider-agnostic sender in packages/email with per-provider modules (email-cloudflare, email-console). Use when sending mail from a route, authoring or changing a template, onboarding a domain to Cloudflare Email Sending,…

2026년 8월 7일
create-module
소프트웨어 개발자

Scaffold a new Saasaloy module (registry-item.json + files + Claude skill) under modules/, following the repo's two-tier, convention-based design. Use whenever adding a capability or feature to the Saasaloy registry — e.g. "add a waitlist/billing/teams…

2026년 8월 7일
create-provider
소프트웨어 개발자

Author a provider module for a Saasaloy capability that owns a provider interface (modules/<capability>-<provider>/) — the descriptor, the single provider file, and the registration patch. Use when adding a second (or third) implementation behind an existing…

2026년 8월 7일
saasaloy-waitlist
소프트웨어 개발자

Runbook for the waitlist feature — a landing-page email waitlist proving the api/database file-drop conventions end to end. Use when adding, changing, or debugging the waitlist route, table, or form, running migrations after install, or setting PUBLIC_API_URL.

2026년 8월 2일
saasaloy-auth
소프트웨어 개발자

Runbook for the auth capability — Better Auth with httpOnly session cookies in packages/auth. Use when wiring sign-up/sign-in, protecting a route with getSession, enabling social OAuth or email verification, patching the plugin array (billing/teams), rotating…

2026년 8월 2일
saasaloy-api
소프트웨어 개발자

Runbook for the api capability — Hono on Cloudflare Workers with file-based route registration. Use when adding, changing, or debugging routes in apps/api, wiring bindings (c.env), running the Worker locally, or deploying it. Covers the routes/ auto-glob…

2026년 8월 2일
saasaloy-database
데이터베이스 아키텍트

Runbook for the database capability — Drizzle ORM on Cloudflare D1 in packages/db. Use when adding or changing tables, writing repositories, running or generating migrations, reading the DB from a route (c.env.DB), or wiring the D1 binding. Covers the…

2026년 7월 25일
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다