ワンクリックで
codeconcat
Uses the codeconcat tool to generate context files from the codebase.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Uses the codeconcat tool to generate context files from the codebase.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Deep knowledge of Strapi CMS, including official docs and internal engineering patterns.
Expert knowledge on AI Engineering, LangChain, LangGraph, and Vibe Coding patterns.
Tools for maintaining and indexing the Agent Brain (.agent/knowledge).
Enforces quality gates (Lint, Typecheck, Test) before task completion.
API for the Agent to interact with the Daicer Backend via CLI.
Domain expert on Dungeons & Dragons 5e Rules (SRD).
| name | codeconcat |
| description | Uses the codeconcat tool to generate context files from the codebase. |
Use this skill when the user asks to "get context", "bundle code", "concatenate files", or "prepare a prompt" from a directory.
The codeconcat tool is available in the environment. It turns directory structures into a single Markdown file optimized for LLMs.
Basic:
codeconcat [source_path] [output_file.md]
With Options:
--no-gitignore: Include ignored files (use carefully).--force-include ".env": Force specific files.--stdout: Output to console (good for small reads, bad for huge repos).codeconcat src/ context_src.mdcodeconcat src/plugins/my-plugin context_plugin.mdview_file.