一键导入
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]