Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める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 ページを確認してインストールできます。
SOC 職業分類に基づく
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
| 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