在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用ctags
星标2
分支0
更新时间2026年1月3日 20:00
Use ctags for code navigation
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use ctags for code navigation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Automated quality check loops with escalation and fix sub-agents
JSON-based end-to-end test format, runner, and mock provider
Jujutsu (jj) skill for the ikigai project
How to write effective Ralph goals for Ikigai-driven workflows
Create and manage Ralph goals from Ikigai using the real ralph-pipeline scripts
Create repositories using the real ralph-pipeline repo-create script
基于 SOC 职业分类
| name | ctags |
| description | Use ctags for code navigation |
Use ctags to locate function/type definitions.
grep -P "^ik_repl_init\t" tags | cut -f1-3 | sed 's/;"$//'
Output: name<TAB>file<TAB>line
Tags rebuild automatically on every make and make check
To manually rebuild: make tags