agentsclimarketplace

Ask

Skill shikanime-labs/skills/skills/workflow/ask

A curated catalog of self-improved agent skills for Hermes and compatible agents

Install
npx -y skills add shikanime-labs/skills --skill ask

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

  • 2 stars2 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.

SKILL.md

3.1 KB, as published. Nobody here has run it

<!-- markdownlint-disable MD013 -->

Ask

You don't remember every skill, so ask. A router over the workflow catalog.

First time in a repo

bootstrap — run once before anything else. Discovers the tracker, labels, and docs layout and writes docs/agents/*. If to-spec, to-tickets, or triage start guessing where issues live, this hasn't been run yet.

The main flow: idea → ship

The route most work travels:

  1. Sharpen the idea in conversation against the codebase — terminology into CONTEXT.md, decisions into ADRs (docs/adr/).
  2. to-spec — turn the thread into a spec and publish it as a GitHub issue (the validation gate). Set its milestone, assignee, and project at creation; label it ready-for-human — a human approves direction before any code.
  3. Multi-session build? to-tickets — split the spec into tracer-bullet tickets with blocking edges. Single-session? Skip to step 5.
  4. triage — move issues through the state machine as work is evaluated.
  5. implement — build a ready-for-agent ticket: TDD at the seams, on the minimalism ladder, closing with code-review, then commit.

Pick by intent

You want to...Reach for
Set this repo up for the workflowbootstrap
Turn a discussion into a validated featureto-spec
Break a spec into buildable ticketsto-tickets
Sort / label / brief issuestriage
Build a spec or ticketimplement
Plan / cut a release from a milestonerelease management (docs/agents/workflow.md)
Review a branch/PR (Standards + Spec + Stability)code-review
Add stability/invariant tests over generated dataproperty-based (in implement)
Find what to delete / is this over-engineeredminimalism audit (docs/agents/workflow.md)
See the shortcuts we deferreddeferral ledger (docs/agents/workflow.md)
Simplest-solution discipline on any coding taskminimalism ladder (always on)

Context hygiene

Keep steps 1–2 in one unbroken context window. When splitting into tickets, clear context between implementing each one — a fresh window per ticket.

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.