Documentation and command-listing tool for the Cycle ecosystem.

Install

mkdir -p .claude/skills/plan-help && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12345" && unzip -o skill.zip -d .claude/skills/plan-help && rm skill.zip

Installs to .claude/skills/plan-help

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Show all available Cycle ecosystem commands with descriptions and recommended flows. Use when the user asks for help, wants to know what commands are available, or says "what can you do" / "help" / "list commands".
214 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Display all available Cycle ecosystem commands
  • Organize commands by workflow categories
  • Provide recommended flows for different scenarios
  • List purpose of each command
  • Show prerequisites for using commands

How it works

The skill reads the `skills/` directory to discover available skills and presents them in a categorized guide, including recommended workflows and prerequisites.

Inputs & outputs

You give it
A request for help or available commands
You get back
A guide listing commands, their purposes, recommended flows, and prerequisites

When to use plan-help

  • List available commands
  • Find workflow guidance
  • Discover planning tools

About this skill

/plan-help

Display all available commands in the Cycle ecosystem, organized by workflow.

Instructions

When invoked, read the skills/ directory to discover all available skills and present them organized by cycle. Include the recommended flows.

Output Format

Print the following guide:


Cycle Ecosystem — Available Commands

Recommended Flows

A. Clear feature to build (most common):

/to-plan "{description}" → /edge-case-plan → /deps-audit → /plan-confidence → /implement → /code-quality → /review → /release

B. Vague requirements — need grilling first:

/grill-me {topic} → then flow A

C. Unknown prior art — need research first:

/discover-plan {topic} → /discover-edge-cases → /discover-plan-confidence → /discover-execute → /discover-confidence → then flow A

D. Full autonomous (large topics):

/auto-plan {topic}

Planning Cycle

CommandPurpose
/grill-me {topic}Interview to clarify requirements
/to-plan "{description}"Create implementation plan
/edge-case-plan {slug}Identify edge cases in plan
/deps-audit {slug}Audit dependencies for CVEs
/plan-confidence {slug}Score plan quality (must pass)
/plan-improve {slug}Auto-improve plan score

Discovery Cycle

CommandPurpose
/discover-plan {topic}Create discovery research plan
/discover-edge-cases {slug}Edge cases for discovery
/discover-plan-confidence {slug}Score discovery plan
/discover-execute {slug}Execute discovery (halt-loop)
/discover-confidence {slug}Score blueprint quality
/discover-improve {slug}Auto-improve blueprint

Implementation & Quality

CommandPurpose
/implement {slug}TDD halt-loop implementation
/code-quality {slug}Dead code + fabricated symbol audit
/review {slug}Multi-agent parallel review
/releaseCut semver release (develop to main)

Roadmap

CommandPurpose
/roadmap-initBootstrap ROADMAP.md from scratch
/roadmap-featureAdd milestone to existing roadmap
/auto-plan {topic/M<N>}Autonomous end-to-end pipeline

Utilities

CommandPurpose
/ast-grepStructural code search (tree-sitter)
/deckFull presentation with diagrams
/marp-slideMarp slides only
/excalidrawExcalidraw diagram JSON
/dogfood auditHonesty gate for v1.0 claims
/plan-helpThis help (you are here)

Prerequisites

python3 --version              # 3.10+ required
python3 -c "import yaml"       # PyYAML
ast-grep --version             # structural queries (optional)

When not to use it

  • When detailed documentation for a specific command is needed
  • When the user wants to execute a command directly
  • When the user is not interested in workflow guidance

Prerequisites

python3 --version (3.10+ required)python3 -c "import yaml" (PyYAML)ast-grep --version (structural queries, optional)

Limitations

  • It only shows available commands, not their detailed usage
  • It requires Python 3.10+ and PyYAML
  • ast-grep is optional but recommended for structural queries

How it compares

This skill provides a structured overview of an entire ecosystem of commands with workflow recommendations, unlike simply listing commands or providing help for a single tool.

Compared to similar skills

plan-help side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
plan-help (this skill)01moReviewBeginner
archon99moReviewIntermediate
linear102moNo flagsBeginner
zapier-workflows118moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

archon

coleam00

Interactive Archon integration for knowledge base and project management via REST API. On first use, asks for Archon host URL. Use when searching documentation, managing projects/tasks, or querying indexed knowledge. Provides RAG-powered semantic search, website crawling, document upload, hierarchical project/task management, and document versioning. Always try Archon first for external documentation and knowledge retrieval before using other sources.

9140

linear

lobehub

Linear issue management guide. Use when working with Linear issues, creating issues, updating status, or adding comments. Triggers on Linear issue references (LOBE-xxx), issue tracking, or project management tasks. Requires Linear MCP tools to be available.

10117

zapier-workflows

davila7

Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.

11101

attio-skill-generator

kesslerio

Generate use-case-specific Attio workflow skills from templates. Use when creating new skills for lead qualification, deal management, customer onboarding, or custom Attio workflows.

7100

github-manage

matteocervelli

Manage operations concerning GitHub on behalf of user

693

cto-engineering-metrics

rinaldofesta

Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.

585

Search skills

Search the agent skills registry