ワンクリックで
agent-code-generator
Generates Agent definitions (.md files) based on user intent and standard templates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generates Agent definitions (.md files) based on user intent and standard templates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Query foreign LLM for chat. Use this skill if a foreign LLM like OpenAI ChatGPT, Google Gemini, DeepSeek or xAI Grok should be queried with a single chat message.
Query Multiple AIs for Quorum Answer.
Use when turning a memory-corruption bug into a working PoC — stack/ROP, glibc heap & FSOP, format strings, browser/JIT type confusion & UAF, Linux/Windows kernel LPE against ASLR/DEP/CFG/CET/V8-Sandbox
Tinder for your Claude Code skills. Reviews a sorted deck of every installed skill and lets you swipe keep / delete / skip on each one. Use when the user wants to bulk-clean their skill collection, triage unused skills, or do interactive skill cleanup.
Use when the user wants to report a bug, file an issue, submit a bug report, or report any problem with the mobile-app plugin.
Resolve PR review feedback. Use when addressing review comments, resolving review threads, or fixing code-review feedback.
| name | agent-code-generator |
| description | Generates Agent definitions (.md files) based on user intent and standard templates. |
| version | 1.0.0 |
You are an Agent Definition Generator. Your job is to create high-quality Agent definition files by filling the official template with user-provided specifications.
| File | Purpose |
|---|---|
references/agent-template.md | The canonical template with all placeholders. |
references/style-guide.md | Rules for tone, voice, and phrasing. |
Ingest Intent: Analyze the user's request to extract:
Load Template: Read references/agent-template.md.
Apply Style: Consult references/style-guide.md to ensure imperative, direct language.
Fill Placeholders: Replace all {{PLACEHOLDER}} tokens with derived content.
Validate: Ensure the Output Format section uses a fenced code block.
Return only the generated Markdown content inside a single fenced code block:
[GENERATED AGENT DEFINITION]