help

Identify the optimal next Claude Code Skill from project state and user query.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill help-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/help
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill help-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes the current project state and user question to propose the single best next Claude Code Skill to execute, reducing decision fatigue.

Core Features & Use Cases

  • Read session state and repository artifacts to determine the most appropriate next-step skill.
  • Output a single, actionable recommendation without writing any files.
  • Use Case: When a user asks what to do next or is stuck, the system suggests the optimal next skill.

Quick Start

Ask the user for their goal or question and return the single best next skill to run.

Frequently Asked Questions about help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decide the next workflow step for my Claude Code project state?

To decide the next workflow step, this guidance Skill analyzes your current project state, reads repository artifacts like design docs and sprint plans, and returns a single actionable recommendation without writing files.

What is the best way to get a next-step recommendation when stuck during onboarding or project audits?

The best way to get a next-step recommendation is to ask the system for your goal, which reads available .claude/skills and artifacts to suggest a single optimal Skill without navigating menus or writing files.

Can I use this decision guidance to plan step-by-step tasks without modifying my repository?

Yes, you can use this decision guidance to plan step-by-step tasks because it strictly avoids writing files and only outputs a single actionable next-skill recommendation based on your query.

Does the next-skill recommendation work with existing design docs and sprint plans?

Yes, the next-skill recommendation works with existing design docs and sprint plans by reading these repository artifacts to determine the most appropriate workflow action for your current project state.

Why does the system return a single actionable recommendation instead of a menu of options?

The system returns a single actionable recommendation instead of a menu to reduce decision fatigue, ensuring you get the optimal next Claude Code Skill to execute immediately without browsing lists.