Skip to main content

mimukit/dotfiles

O SkillsMP coletou 34 skills de mimukit/dotfiles. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
34
Estrelas no GitHub
2
Forks no GitHub
0

Skills neste repositório

classificação pendente

Mostrando 34 de 34 skills coletadas.

ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Push the git worktrees your workflow actually creates into Paseo's workspace registry, and reap the rows whose directories are gone, because Paseo discovers nothing on its own and prunes nothing on its own. Use when the user says "paseokit", "sync my…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Turn a rough feature or change into a structured plan document (docs/plans/plan-<slug>-YYYY-MM-DD.md) before any code: brainstorm the approach, settle the big decisions, and write a plan that can be hardened and turned into issues. Use when the user says…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Sharpen the prompt before you send it, whether the one-shot instruction you're about to hand a coding agent or the system prompt your application ships. Use when the user says "optimize this prompt", "what's wrong with this prompt", "write or rewrite the…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Build throwaway code that answers a question, whether an interactive state model you can drive, a script that measures one thing, or competing UI mocks to choose between, then fold the answer into the decision and delete the code. Use when the user says…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Survey an existing codebase for the structural change worth making, then rank the candidates, crown one, and write it up as a reviewable proposal. Use when the user says "where should I refactor", "this code is hard to change", or "audit the module…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Cut a release from the Conventional Commits a repo already writes: derive the semver bump and a changelog from the commit range, bump the manifest, tag it, and publish a GitHub release, all behind a mandatory preview. Use when the user says "cut a release",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Set up a GitHub repo's metadata through the gh CLI: an inferred one-line About description + topics from the repo's own contents, and the issuekit lifecycle and priority labels. Use when the user says "repokit", "set the repo description", "add topics/tags",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Review AI-agent-implemented code specifically, in four ordered passes (convention-fit, agent-slop signatures, requirement-completeness, correctness) against the working tree or the branch diff, findings ranked by severity and backed by quoted evidence. Use…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Create a new AI agent skill from scratch, with kit-convention naming, drafting, live testing, and publishing included. Use when the user wants to author, scaffold, or draft a new skill, runs "/skillkit", or says something like "help me make a skill for X".…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Survey a project read-only (working tree, issues and their priority, open PRs, unfiled plans) into a one-screen dashboard that crowns one finish-first next move routed to the kit that does it, saved by default as a throwaway snapshot under docs/status/. Use…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Retrofit an automated test suite onto a working codebase that has none: rank the untested surface, crown a slice, stand up a runner, and write tests that were each watched to fail before they were kept. Use when the user says "this project has no tests", "add…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Teach a topic across many sessions, with one learning repo holding a folder per topic, lessons pitched at what you already know, and spaced retrieval that makes it stick. Use when the user says "teach me X", "tutor me on X", "I want to learn X", "explain how…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Pressure-test a SaaS or startup idea before you build it, with a few forcing questions, an optional market and competitor scan, an honest verdict graded on the evidence you can actually produce, the narrowest wedge worth testing, and one real-world…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Generate and maintain a project's reader-facing documentation in-repo (getting-started, how-to guides, architecture overview, runbooks), every command verified against the code, in four modes: init, update, audit, and an opt-in publish that mirrors the set to…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Create a git commit with a Conventional Commits message derived from the actual diff. Use when the user asks to commit changes, says "commit this", runs "/commitkit", or wants a well-formed commit message written for staged work, even if they don't spell out…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Grill the user relentlessly about any idea, plan, or design, a round of unblocked decisions at a time, each with a recommended answer, until you both share the same picture. Use when the user wants to stress-test or pressure-test an idea, says "grill me",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Chase a symptom to its true cause: reproduce it, shrink it, write falsifiable hypotheses, and prove the cause by toggling the symptom on and off, then hand over a failing reproduction instead of a fix. Use when the user says "debug this", "why is this…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Derive a project's design system from the UI it already ships and keep it true as the code moves, producing a spec-compliant DESIGN.md at the repo root, validated by the official linter. Use when the user says "write a DESIGN.md", "document our design…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

The shared git layer every other skill borrows: where a worktree lives and what it's called, how to create/adopt/tear one down, which branch is the base, and whether to rebase or merge. Use when the user says "spin up a worktree for this", "make me a…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Compact the current conversation into a handoff document another agent or session can pick up cold: goal, state, next steps, key artifacts by reference, and constraints. Explicit invocation only, because auto-triggering is disabled so a session compaction…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Strip the tells of AI-generated writing from prose so it reads like a person wrote it. Use when asked to humanize text, remove AI-isms, make writing sound less like ChatGPT, edit out "AI slop," or review a draft for robotic phrasing without rewriting it.…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Draft and open a GitHub pull request from your branch, with title, summary, and test plan written from the actual commits and diff, then created with the gh CLI, embedding verifykit proof artifacts inline when a bundle is present. Use when the user asks to…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Generate a step-by-step manual QA and test plan for a feature just implemented, grounded in the actual code changes, and save it to docs/qa for a human to run. Use when a coding session wraps and you want to hand-test the result, or the user says "write a QA…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Research the credible options for a technical decision and recommend one (a tool, library, framework, architecture, or service) grounded in primary sources with cited, dated evidence. Use when the user asks "which should I use, A or B", "compare X and Y",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Build production UI that reads as a deliberate choice for this project rather than an LLM default, and audit shipped UI for the tells that give it away. Use when the user says "build this page", "make this UI not look AI-generated", "this looks like slop",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Prove a frontend feature actually works by driving it in a real browser and capturing screenshots + a short GIF as PR-ready proof, published so a pull request can embed it inline. Use when a frontend change is built and you want visual evidence it works…

Idioma do texto original: inglês

atualizado
Mostrando 34 de 34 skills coletadas.