limonequantistico
- 32 skills
- 0 followers
- 6 hours ago last updated
- ▌ Env · limonequantisticoAudit environment variables, secrets hygiene, and production readiness. Use only when the user explicitly asks for an env or secrets review or runs /env.
- ▌ A11Y · limonequantisticoRun a WCAG-focused accessibility pass on the current UI, driving the real running app when it can be reached. Use only when the user explicitly asks for an accessibility/a11y review or runs /a11y.
- ▌ Deps · limonequantisticoUpdate dependencies to latest stable versions and align tech-stack.md. Use only when the user explicitly asks to bump or update dependencies or runs /deps.
- ▌ Help · limonequantisticoShow the docsygen workflow guide — the full command reference and recommended order. Use only when the user explicitly asks for help or runs /help.
- ▌ Init · limonequantisticoScaffold the baseline .docs/ structure and CLAUDE.md that other docsygen skills depend on, and bring a project set up under an older docsygen up to current conventions (idempotent). Use only when the user explicitly asks to initialize or update docsygen in this project, or runs /init.
- ▌ Logs · limonequantisticoEstablish or audit application logging — what gets recorded, at what level, with what context — shaped to the project's architecture and existing stack. Use only when the user explicitly asks about logging or runs /logs.
- ▌ Push · limonequantisticoCommit and push the current branch in one shot — generates the commit message, then stages, commits, and pushes. Never opens a PR and never merges (use /merge for that). Use only when the user explicitly asks to commit and push, or runs /push.
- ▌ Seed · limonequantisticoCreate the seed document from raw notes in .docs/idea.md, or integrate new notes into an existing seed. Use only when the user explicitly asks to create or update the seed or runs /seed.
- ▌ Test · limonequantisticoDefine or improve automated testing strategy and critical-path coverage. Use only when the user explicitly asks about testing strategy or runs /test.
- ▌ Tidy · limonequantisticoArchive completed backlog items to the changelog (backlog cleanup only). Use only when the user explicitly asks to tidy the backlog or runs /tidy.
- ▌ Clean · limonequantisticoAudit the codebase for modularity, structure, and separation of concerns, then refactor on approval. Use only when the user explicitly asks to clean up structure or runs /clean.
- ▌ Debug · limonequantisticoDiagnose a specific reported bug from runtime evidence rather than guesswork — competing hypotheses, instrumentation, a reproduction, a root-cause fix, then cleanup. Use only when the user explicitly asks to debug a broken behaviour, or runs /debug.
- ▌ Drift · limonequantisticoFind where the docs and the codebase have diverged — direction, stack, design, components — and propose a fix for each, in whichever direction is right. Use only when the user explicitly asks to check doc drift or reconcile docs with code, or runs /drift.
- ▌ Merge · limonequantisticoOne-shot ship, branch-aware — generate a commit message, then commit and either open+merge a PR against main (on a feature branch) or push straight to main (when already on main). Use only when the user explicitly asks to ship/merge the current work or runs /merge.
- ▌ Setup · limonequantisticoWire the design system into code and build base components. Use only when the user explicitly asks to set up styles or components or runs /setup.
- ▌ Stack · limonequantisticoDefine the project's tech stack in .docs/tech-stack.md. Use only when the user explicitly asks to define the stack or runs /stack.
- ▌ Commit · limonequantisticoProduce a copyable commit message for the latest changes (does not run git commit). Use only when the user explicitly asks for a commit message or runs /commit.
- ▌ Resume · limonequantisticoGive a fresh situational assessment after time away — what changed, what is next, what is off. Use only when the user explicitly asks to resume or runs /resume.
- ▌ Review · limonequantisticoRead-only review of uncommitted changes for bugs before commit, OR triage of another agent's review of your work. Use only when the user explicitly asks to review changes or runs /review.
- ▌ To Prd · limonequantisticoTurn the current conversation context into a Product Requirement Document (PRD) and save it under .docs/prds/. Use when user wants to create a PRD from the current context.
- ▌ Onboard · limonequantisticoProduce or refresh onboarding docs and README so another dev can run and contribute. Use only when the user explicitly asks to refresh onboarding docs or runs /onboard.
- ▌ Version · limonequantisticoCut a new app version — summarize changes since last release and write to versions.json. Use only when the user explicitly asks to cut a version or runs /version.
- ▌ Scaffold · limonequantisticoValidate or create the project structure based on the tech stack. Use only when the user explicitly asks to scaffold or runs /scaffold.
- ▌ Prototype · limonequantisticoGenerate a paste-ready prompt for external design tools (Claude Design, Stitch, Figma AI, V0) to create screens and prototypes. Use only when the user explicitly asks to prototype or runs /prototype.
- ▌ To Issues · limonequantisticoBreak a plan, spec, or PRD into independently-grabbable items using tracer-bullet vertical slices, then write them to .docs/backlog.md or to GitHub Issues. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into tasks.
- ▌ UX Review · limonequantisticoGet the agent's eyes on the real running product, then run a UI/UX quality check — hierarchy, flow, consistency, cognitive load. Sets up and records a reusable way to actually see the app. Use only when the user explicitly asks for a UX review or runs /ux-review.
- ▌ Deep Audit · limonequantisticoDeep whole-codebase audit for latent bugs, security holes, broken failure paths, and architectural risk — report first, fix only on approval. Use only when the user explicitly asks for a deep audit of the codebase, or runs /deep-audit.
- ▌ Performance · limonequantisticoReview performance and observability — bottlenecks, baselines, metrics, tracing. Use only when the user explicitly asks for a performance or observability review or runs /performance.
- ▌ Seed Review · limonequantisticoStress-test the seed document (scope, riskiest assumption, gaps) with a Proceed/Revise/Rethink verdict. Use only when the user explicitly asks to review the seed or runs /seed-review.
- ▌ Herdr Review · limonequantisticoAutomated second-opinion review — spawn a reviewer agent in a herdr pane, capture its review of the uncommitted changes, triage the findings, and apply the ones that hold up. Use only when the user explicitly asks for an automated or herdr-based second-opinion review, or runs /herdr-review. Requires herdr (HERDR_ENV=1).
- ▌ Design System · limonequantisticoDefine the project's design system (visual tokens and decisions) in .docs/design-system.md through a guided interview — proposing options and letting the user choose before anything is written. Use only when the user explicitly asks to define the design system or runs /design-system.
- ▌ Domain Modeling · limonequantistico bundleBuild and sharpen a project's domain model — ubiquitous language (CONTEXT.md) and Architecture Decision Records (ADRs). Use only when the user explicitly asks to pin down domain terminology or record an architectural decision, runs /domain-modeling, or when another skill (e.g. /grill-with-docs) composes it.