Skill "planning" not found. Available skills: no #8286

Closed
opened 2026-02-16 18:09:36 -05:00 by yindo · 2 comments
Owner

Originally created by @Attect on GitHub (Feb 1, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

New install.

cd to a Android Project,then run opencode.

skill is none,an not continue

INPUT:What is the tech stack of this project?

Got it. I'm in read-only plan mode, which means I can only analyze, search, and construct a plan without making any changes to the system. I'll delegate explore agents to gather information and create a comprehensive plan based on the goal the user wants to achieve. I'll be ready to present my findings and plan for the user to review and approve before any execution begins.
⚙ skill [name=plan]
Error: Skill "plan" not found. Available skills: none
I apologize for the error. It seems there's an issue with loading the "plan" skill. Let me try a different approach to help you with your request. Could you please provide more details about what you'd like me to do or what specific task you need assistance with

INPUT:What is the tech stack of this project?

To determine the tech stack of this project, I need to examine the project files and configuration. Let me check for key files that typically indicate the technology stack being used.
⚙ todoread
Hello! I notice that you've provided an empty array as input. This doesn't contain any specific task or question for me to help with.
Could you please provide more details about what you'd like assistance with? For example:

  • Are you looking to implement or modify some code?
  • Do you have questions about a specific programming concept?
  • Are you seeking help with a project or task?
    I'm here to help you with coding-related questions or tasks. Please let me know what you'd like to work on!

Plugins

None

OpenCode version

No response

Steps to reproduce

  1. run opencode at project dir
  2. Build Mode:What is the tech stack of this project?
  3. Build Mode:What is the tech stack of this project?

Screenshot and/or share link

No response

Operating System

Deepin

Terminal

ssh,Windows Terminal

Originally created by @Attect on GitHub (Feb 1, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description New install. cd to a Android Project,then run opencode. skill is none,an not continue INPUT:What is the tech stack of this project? Got it. I'm in read-only plan mode, which means I can only analyze, search, and construct a plan without making any changes to the system. I'll delegate explore agents to gather information and create a comprehensive plan based on the goal the user wants to achieve. I'll be ready to present my findings and plan for the user to review and approve before any execution begins. ⚙ skill [name=plan] Error: Skill "plan" not found. Available skills: none I apologize for the error. It seems there's an issue with loading the "plan" skill. Let me try a different approach to help you with your request. Could you please provide more details about what you'd like me to do or what specific task you need assistance with INPUT:What is the tech stack of this project? To determine the tech stack of this project, I need to examine the project files and configuration. Let me check for key files that typically indicate the technology stack being used. ⚙ todoread Hello! I notice that you've provided an empty array as input. This doesn't contain any specific task or question for me to help with. Could you please provide more details about what you'd like assistance with? For example: - Are you looking to implement or modify some code? - Do you have questions about a specific programming concept? - Are you seeking help with a project or task? I'm here to help you with coding-related questions or tasks. Please let me know what you'd like to work on! ### Plugins None ### OpenCode version _No response_ ### Steps to reproduce 1. run opencode at project dir 2. Build Mode:What is the tech stack of this project? 3. Build Mode:What is the tech stack of this project? ### Screenshot and/or share link _No response_ ### Operating System Deepin ### Terminal ssh,Windows Terminal
yindo added the bug label 2026-02-16 18:09:36 -05:00
yindo closed this issue 2026-02-16 18:09:36 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 1, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #9819: Skill path mismatch - 'skills' (plural) vs 'skill' (singular) - likely root cause
  • #7069: Skill tool shows empty available_skills list
  • #7418: Opencode not detecting/sending skills - shows 'No skills are currently available'
  • #7080: Skill tool error handling for missing skills
  • #9747: [BUG] Installing superpowers skills - same 'No skills are currently available' error
  • #9296: Experimental plan mode handover - skill execution failures in build mode

These issues all report the same symptom: skills showing as unavailable or 'Skill not found' errors. Issue #9819 identifies a critical path mismatch where documentation specifies ~/.config/opencode/skills/ (plural) but code loads from ~/.config/opencode/skill/ (singular).

Feel free to ignore if your specific case differs, but checking these issues first may help identify if this is a known problem or a new variant.

@github-actions[bot] commented on GitHub (Feb 1, 2026): This issue might be a duplicate of existing issues. Please check: - #9819: Skill path mismatch - 'skills' (plural) vs 'skill' (singular) - likely root cause - #7069: Skill tool shows empty available_skills list - #7418: Opencode not detecting/sending skills - shows 'No skills are currently available' - #7080: Skill tool error handling for missing skills - #9747: [BUG] Installing superpowers skills - same 'No skills are currently available' error - #9296: Experimental plan mode handover - skill execution failures in build mode These issues all report the same symptom: skills showing as unavailable or 'Skill not found' errors. Issue #9819 identifies a critical path mismatch where documentation specifies `~/.config/opencode/skills/` (plural) but code loads from `~/.config/opencode/skill/` (singular). Feel free to ignore if your specific case differs, but checking these issues first may help identify if this is a known problem or a new variant.
Author
Owner

@Attect commented on GitHub (Feb 2, 2026):

fix by =set OLLAMA_CONTEXT_LENGTH=128000 for OLLAMA

@Attect commented on GitHub (Feb 2, 2026): fix by =set OLLAMA_CONTEXT_LENGTH=128000 for OLLAMA
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8286