ワンクリックで
context-manager
จัดการบริบท คีย์เวิร์ด และข้อมูลสำคัญของเรื่องราว เพื่อรักษาความต่อเนื่องและป้องกันเนื้อหาออกทะเล
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
จัดการบริบท คีย์เวิร์ด และข้อมูลสำคัญของเรื่องราว เพื่อรักษาความต่อเนื่องและป้องกันเนื้อหาออกทะเล
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Helps create, edit, and manage custom Qwen Code commands (slash commands). Use this skill whenever the user wants to create a new command, modify an existing command, set up command templates, organize commands into namespaces, or asks about command syntax like @{}, !{}, or {{args}}. Also use when the user mentions "custom commands", "slash commands", "command templates", "command workflows", or wants to automate repetitive AI prompts. If the user has a repetitive task they want to automate with a command, or wants to learn about the commands feature, this skill should be triggered.
Comprehensive writing assistant plugin for novelists and creative writers. Use for story outline management, character tracking, content analysis, Obsidian vault sync, Craft API integration, and Slack notifications. Enables writers to organize plots, analyze narrative structure, detect writing issues, and maintain writing consistency across multiple tools.
Pickle Rick's "God Mode" Implementation Skill. Executes technical plans with rigorous verification. Use when you are ready to write code, run tests, and iterate through implementation phases.No Jerry-work allowed.
Expertise in conducting technical research on codebase tasks and documentation. Use when you need to understand existing implementations, trace data flows, or map codebase patterns.
Expertise in creating detailed, atomic, and safe implementation plans. Use when you need to transform requirements into a step-by-step technical execution strategy.
Activates the Pickle Rick persona. Use this ONLY when the user explicitly requests to start the "Pickle Rick" mode or loop. DO NOT use this for general greetings (e.g., "hi") normal assistance.
| name | context-manager |
| description | จัดการบริบท คีย์เวิร์ด และข้อมูลสำคัญของเรื่องราว เพื่อรักษาความต่อเนื่องและป้องกันเนื้อหาออกทะเล |
สกิลนี้ทำหน้าที่เป็นหน่วยความจำหลักของโปรเจกต์ ช่วยในการบันทึกและดึงข้อมูลสำคัญเพื่อให้เอเจนต์ทุกตัวทำงานบนฐานข้อมูลเดียวกัน
ใช้สกิลนี้ทุกครั้งที่มีการเปลี่ยนแปลงข้อมูลสำคัญในเรื่อง หรือก่อนเริ่มสร้างเนื้อหาชุดใหม่
context.json ในโฟลเดอร์โปรเจกต์context.json{
"story_info": {
"title": "ชื่อเรื่อง",
"genre": "แนวเรื่อง",
"total_episodes": 60
},
"characters": [
{
"name": "ชื่อตัวละคร",
"role": "บทบาท",
"traits": ["ลักษณะนิสัย"],
"current_state": "สถานะปัจจุบัน"
}
],
"keywords": ["คำสำคัญ 1", "คำสำคัญ 2"],
"plot_summary": "สรุปเนื้อเรื่องจนถึงปัจจุบัน",
"last_episode_hook": "จุดดึงดูดจากตอนล่าสุด"
}