Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cristoslc avatar

Swain Help

  • 110 installs
  • 2 repo stars
  • Updated July 24, 2026
  • cristoslc/swain

Invoke when working in a Swain-powered repo and you need command usage, workflow steps, configuration options, or troubleshooting guidance without leaving the agent session.

About

swain-help is a documentation-oriented Claude Code skill from cristoslc/swain that lets agents fetch Swain-specific usage, commands, configuration, and troubleshooting guidance while building agent or CLI workflows, keeping implementation aligned with the project's intended Swain patterns.

  • In-repo Swain command and workflow reference
  • Reduces context switching to external README hunting
  • Agent-friendly help retrieval during implementation
  • Covers configuration and troubleshooting paths
  • Pairs with Swain automation in Claude Code sessions

Swain Help by the numbers

  • 110 all-time installs (skills.sh)
  • Ranked #634 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cristoslc/swain --skill swain-help

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs110
repo stars2
Last updatedJuly 24, 2026
Repositorycristoslc/swain

What it does

Invoke when working in a Swain-powered repo and you need command usage, workflow steps, configuration options, or troubleshooting guidance without leaving the agent session.

Files

SKILL.mdMarkdownGitHub ↗

<!-- swain-model-hint: sonnet, effort: medium — default for conceptual explanations; see per-section overrides below -->

swain-help

Contextual help for the swain skill ecosystem.

Mode detection

Determine the mode from context:

SignalMode
Invoked from swain-init Phase 4, or user says "just set up swain" / "what now after init"Onboarding
User asks a specific question ("how do I...", "what is...", "when should I...")Question
User asks for a reference, cheat sheet, commands, or overviewReference

Onboarding mode

Present a concise orientation — help the user understand what they just installed without overwhelming them. Adapt tone to context (first-time dev vs experienced engineer).

Present this:

Welcome to swain. Here's how it works:

>

The big picture: Swain manages your project's documentation artifacts (specs, epics, ADRs, etc.) and tracks implementation work — so nothing falls through the cracks between sessions.

>

Three things to know:

>

1. `/swain` is your entry point. It routes to the right sub-skill automatically. You can also call skills directly (/swain-design, /swain-do, etc.).

>

2. Design before you build. When you want to implement something, start with /swain to create a spec. Swain enforces a "plan before code" workflow — it creates tracked tasks before implementation begins.

>

3. Health checks are automatic. /swain-doctor runs at session start to ensure routing rules are in place and .tickets/ is healthy. You don't need to think about it.

>

Common starting points:
- "I want to plan a new feature" → creates an Epic or Spec
- "Write a spec for X" → creates an Agent Spec
- "What should I work on next?" → checks your task backlog
- "File a bug" → creates a Spec with type: bug
- "Let's release" → version bump + changelog

>

Need more? Ask me anything about swain, or say /swain help reference for a full cheat sheet.

Then stop. Let the user ask follow-up questions — don't dump everything at once.

Question mode

Answer the user's specific question using your knowledge of swain. If you need details beyond what's in this skill, read the relevant reference:

TopicWhere to look
Artifact types, phases, relationshipsreferences/quick-ref.md — Artifacts section
Commands and invocationsreferences/quick-ref.md — Commands section
Step-by-step walkthroughsreferences/workflows.md
Artifact definitions and templatessibling skill swain-design/references/<type>-definition.md
tk (ticket) CLI referencesibling skill swain-do/references/tk-cheatsheet.md
Troubleshootingsibling skill swain-design/references/troubleshooting.md

Guidelines for answering:

  • Be concise. Answer the question, don't dump the entire reference.
  • Use examples when they clarify — "You'd say /swain create a spec for auth token rotation".
  • Hand off when appropriate. If the user's question is really a request to do something (e.g., "how do I create a spec?" followed by "ok do it"), invoke the relevant skill directly via the Skill tool. Explain what you're doing: "I'll hand this off to swain-design."
  • Admit gaps. If something isn't covered, say so rather than inventing swain features.

<!-- swain-model-hint: haiku, effort: low — reference lookups are simple file reads -->

Reference mode

When the user wants an overview or cheat sheet, read references/quick-ref.md and present the relevant section. If they want "everything", present the full quick reference but note it's dense.

For workflow walkthroughs, read references/workflows.md.

Related skills

Documentationdocsintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.