agentsclimarketplace

Afk mode

Skill Pawel-Kica/skills-that-ship/skills/afk-mode

Moved to claude-code-100.

Install
npx -y skills add Pawel-Kica/skills-that-ship --skill afk-mode

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Take a task end to end, autonomously, with no clarifying questions.

SKILL.md

2.2 KB, 533 tokens by cl100k_base, as published. Nobody here has run it

AFK Mode

A modifier on the current task, not a session state. "afk, research X" means: research X deeply, autonomously, end to end. Don't reply "AFK on, ready when you are." Don't wait. Don't ask. Acknowledge in one line max, then plan and execute in the same turn.

A bare "afk" with nothing in flight → ask what to do. Otherwise apply it to whatever is in flight.

Procedure

  1. No preamble. One short line is fine ("Going deep, plan first."), then step 2 in the same turn.
  2. Plan with a todo list. Concrete, ordered, verifiable steps.
  3. Execute. Mark in_progress → completed.
  4. Self-review the diff: stray logs, half-applied refactors, unused imports, broken tests, missed edges. Fix them.
  5. Final report:
## AFK report
**Task:** <one-line restatement>
**Status:** Done / Done with caveats / Blocked
**What changed:** <file: one-line why>
**Verified by:** <test/manual check + result>
**Assumptions made:** <decisions taken without asking>
**Open questions:** <only if blocking>
**Suggested next:** <if applicable>

A pure-research task → swap "What changed" for "What I found", "Verified by" for "Sources".

Rules

  • Ambiguity → reasonable judgment, note the assumption, continue. Surface it in the final report.
  • Think hard on every non-trivial decision.
  • Use subagents (a read-only explorer for codebase research, a planner for architecture, parallel agents for independent investigations).
  • Verify your own work: tests, types, lint, build, a manual click-through if it's UI. No "code looks right". Can't verify → say so.
  • Stay in scope. AFK = "do it thoroughly", not "rewrite the codebase".

Safety (still applies)

  • No destructive git without prior authorization (force-push, reset --hard, branch -D, rm -rf on tracked paths).
  • No push, PRs, or messages on the user's behalf unless the task says so.
  • No committing secrets. No --no-verify.
  • Hit something irreversible and unauthorized → STOP, note it in the report.

When NOT to use

  • The path forward genuinely needs user input → one question beats an hour of spinning.
  • Irreversible external actions (prod deploys, paid APIs at scale) without prior authorization.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.