Skill

oneshot

Quick one-shot tasks — minimal overhead, just do it.

From saas-toolkit
Install
1
Run in your terminal
$
npx claudepluginhub mickaelmamani/saas-toolkit --plugin saas-toolkit
Tool Access

This skill is limited to using the following tools:

ReadWriteEditGrepGlobBash
Skill Content

/oneshot — Quick One-Shot Tasks

For small, well-defined tasks that don't need a full workflow. Just do it.

Behavior

  1. Read the request — Understand what's being asked.
  2. Do it — Make the change directly. No planning phase, no lengthy analysis.
  3. Verify — Quick check that it works (type check, no obvious errors).
  4. Report — Brief summary of what was done.

When to use

  • Renaming a variable or component
  • Adding a simple utility function
  • Updating a config value
  • Adding an import or export
  • Small CSS/styling tweaks
  • Adding a type definition
  • Updating copy/text content
  • Simple file moves or renames

Rules

  • Read the file before editing it
  • Keep changes minimal and focused
  • If the task turns out to be more complex than expected, say so and suggest using /dev instead
  • No over-engineering — don't add types, tests, or docs unless asked
  • Don't ask for confirmation on trivial changes — just do it
Similar Skills
cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.5k
Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitFeb 11, 2026