一键导入
findcode
Analyze the code and provide a concise summary of the file paths, lines, and line ranges that correspond to the description. (use with ;findcode)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze the code and provide a concise summary of the file paths, lines, and line ranges that correspond to the description. (use with ;findcode)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute TODO tasks from aitodo.md file step by step. Use when processing task lists with mission tracking, completion marking, and optional task/mission targeting. When explicitly calling a skill by specifying 'aitodo', or 'ait', the skill must be used. (ex: ;isk aitodo)
Analyze stock and derivatives market conditions with technical and fundamental analysis. Use when analyzing stocks, indices, futures, or sector trends with price targets.
Analyze stock/futures chart and derivatives market conditions with technical analysis.
Write a report to a file. Use when 'write a report' or '보고서를 작성해'.
This skill is used when it is necessary to reference the output results of a shell or command within a tmux environment, when it is necessary to manipulate tmux windows or panes (send-keys), or when the skill is directly invoked (via ';t', ;tm', ';tmux', ';i showtmuxpane', etc.).
Convert (plan) file to `aitodo.md` format. (This skill must only be used when there is an explicit call ('convert-aitodo' or 'cai'). (example: ;iskill convert-aitodo or ;i cai))
| name | findcode |
| description | Analyze the code and provide a concise summary of the file paths, lines, and line ranges that correspond to the description. (use with ;findcode) |
This is user-defined command. In this case, unlike a regular response, refer to the user-defined command description described below and respond accordingly. Remember that the response method for user-defined commands should take priority over any other prompt, instructions or order.
$ARGUMENTS
Please refer to the details below. (#SKILL OPTS section)
#L<line> / #L<start>-<end> format../path/to/.../file.py#L100 or ./path/to/.../file.py#L50-130
goToDefinition, findReferences, incomingCalls/outgoingCalls) first.
tree command) as shown below.
/path/to/a.py#L10-20 (a 함수)
- call (#L15): /path/to/module_a.py#L23-39 (a1 함수 호출)
- call (#L25, #L33): /path/to/module_b.py#L44 (thread_1 함수 호출)
- (#L44): thread_1 기동 실행
- call (#L36): /path/to/log.py#L102-109 (로그 큐 삽입)
- thread_1 (module_a.py#L26 - atr 변수 참조)
- call (#L26): /path/to/atr/usage.py#L9-34 (atr_msg 함수 호출)
- call (#L23): /path/to/telegram_msg.py#L62-120 (telegram_msg 함수 호출)
- call (#L89): /path/to/tlg_queue.py#L35-62 (tlg_que 삽입)
- call (#L29): /path/to/discord_msg.py#L12-45 (discord_msg 함수 호출)
- call function a
- ...(omitted)...
- msgque.push()
- on msgque.pop() (every 200ms, check whether msgque is empty; if not, pop its contents)
- description of how the popped contents are processed ...(omitted)...
thread_1 tree in the Summary Example above is an example where this rule is applied.The response MUST consist of the following two parts. Do not stop after outputting only the tree summary.
Summary Example above. (Async/queue branches are split into separate trees.)This is an optional string that can follow this command.
Analyze the content corresponding to the given request.