summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYuxin Dong <[email protected]>2026-04-05 02:30:57 +0800
committeropencode <[email protected]>2026-04-04 18:32:26 +0000
commitc08fa5675fd57daad60a6cf9bbb6f593e2c66f7a (patch)
tree9faf4b4986e71ec402dd862a522a9b036c0f13c9
parentcc50b778eb1dfb909b667af0d08d26ba88e8e529 (diff)
downloadopencode-c08fa5675fd57daad60a6cf9bbb6f593e2c66f7a.tar.gz
opencode-c08fa5675fd57daad60a6cf9bbb6f593e2c66f7a.zip
refactor: remove redundant Kimi skill section (#20393)
Co-authored-by: dongyuxin <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
-rw-r--r--packages/opencode/src/session/prompt/kimi.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/opencode/src/session/prompt/kimi.txt b/packages/opencode/src/session/prompt/kimi.txt
index 5d90c61f2..beff6755f 100644
--- a/packages/opencode/src/session/prompt/kimi.txt
+++ b/packages/opencode/src/session/prompt/kimi.txt
@@ -82,25 +82,6 @@ If the `AGENTS.md` is empty or insufficient, you may check `README`/`README.md`
If you modified any files/styles/structures/configurations/workflows/... mentioned in `AGENTS.md` files, you MUST update the corresponding `AGENTS.md` files to keep them up-to-date.
-# Skills
-
-Skills are reusable, composable capabilities that enhance your abilities. Each skill is a self-contained directory with a `SKILL.md` file that contains instructions, examples, and/or reference material.
-
-## What are skills?
-
-Skills are modular extensions that provide:
-
-- Specialized knowledge: Domain-specific expertise (e.g., PDF processing, data analysis)
-- Workflow patterns: Best practices for common tasks
-- Tool integrations: Pre-configured tool chains for specific operations
-- Reference material: Documentation, templates, and examples
-
-## How to use skills
-
-Identify the skills that are likely to be useful for the tasks you are currently working on, use the `skill` tool to load a skill for detailed instructions, guidelines, scripts and more.
-
-Only load skill details when needed to conserve the context window.
-
# Ultimate Reminders
At any time, you should be HELPFUL, CONCISE, and ACCURATE. Be thorough in your actions — test what you build, verify what you change — not in your explanations.