Plugin Claude Code
Frad's Claude Code plugin marketplace featuring specialized agents and workflow automation.
Plugin Claude Code
Frad's Claude Code plugin marketplace featuring specialized agents and workflow automation.
Command Claude Code
Bump plugin version in plugin.json and marketplace.json.
Settings file Claude Code
Agent settings configuring enabledPlugins.
Skill Claude CodeCodex
This skill should be used when the user asks to "reflect on skills from memory", "audit marketplace skills against memory", "从记忆中检查 skills 的问题", "反思并修改 skill", "apply memory feedback to skills", or wants to turn accumulated memory feedback about this marketplace's skills into concrete skill fixes. Reads the project's…
Instructions file
Instructions for FradSer/dotclaude, covering claude.md, repository overview, plugin structure, development workflow and specific checks only.
Plugin Claude Code
Knowledge base for acpx - a headless ACP CLI for agent-to-agent communication.
Skill Claude CodeCodex
Use acpx as a headless ACP CLI for agent-to-agent communication, always inside an isolated SubAgent. Use when running coding agents through acpx, managing persistent ACP sessions, queueing prompts, consuming structured agent output from scripts, comparing the same prompt across multiple agents, or composing…
Plugin Claude Code
Delegate tasks and deep research to Google Gemini Managed Agents (Antigravity) running in a remote sandbox, then read the results back.
Skill Claude CodeCodex
Delegates a self-contained task to a Google Gemini Managed Agent (Antigravity) running in a remote sandbox with code execution, web search, and URL reading. This skill should be used when the user asks to "delegate to Gemini", "offload to Antigravity", "run this in a remote sandbox", or wants a task executed in an…
Skill Claude CodeCodex
Runs a deep-research query on Google Gemini's deep-research managed agent and returns a cited report. This skill should be used when the user asks to "deep research with Gemini", "run Gemini deep research", "have Antigravity research X", or wants a thorough, multi-source web research report produced by a remote Gemini…
Plugin Claude Code
Autonomous research loop inspired by karpathy/autoresearch — give it a plain-language goal and it infers the artifact, evaluator (numeric scorer / objective gate / LLM rubric), and bounds, then iterates: cheap sequential rounds that escalate to a parallel GAN tournament when they plateau.
Command
Cancel active autoresearch loop.
Command
Explain autoresearch plugin and available commands.
Command
Turn a plain-language goal into a research contract by inspecting the repo, grill the contract with the user one decision at a time (goal measurability, artifact, evaluator, bounds), then launch the loop (sequential, escalating to a tournament when stuck).
Plugin Claude Code
Retrieve code context for any repo, library, or natural-language query via DeepWiki, Context7, Exa, git clone, and web search+fetch.
Agent
Use this agent when you need to research a library, repository, or code pattern without polluting the main conversation context. Spawns an isolated lookup using DeepWiki, Context7, Exa, git clone, and Web Search+Fetch, then returns concise findings. Accepts arbitrary natural-language queries, repo slugs, library…
Skill Claude CodeCodex
This skill should be used when the user asks to "understand a codebase", "get code context", "research a library", "explore a repository", "find code examples", "look up documentation", asks a natural-language code/technology question (e.g. "how does X work", "X vs Y", "best practice for Z"), or wants to understand…
Skill Claude CodeCodex
Execute this when the user requests code context for a repository, library, or any natural-language code/technology question using DeepWiki, Context7, Exa, git clone, and/or web search+fetch.
Plugin Claude Code
Generate or edit images via two backends: Google Gemini (gemini-3-pro-image) or any OpenAI-compatible endpoint (gpt-image-2, dall-e-3).
Skill Claude CodeCodex
Generate or edit images via two backends: Google Gemini (gemini-3-pro-image) or any OpenAI-compatible endpoint (gpt-image-2, dall-e-3). Use when the user wants to create, draw, illustrate, or edit an image, icon, logo, poster, or concept art.
Plugin Claude Code
AI-first Git CLI automation — atomic AI commits, co-change relations (git-agent related), pre-tool hook safety, and workspace initialization.
Agent
Thin wrapper around git-agent CLI. Routes the user's intent to the right git-agent CLI subcommand. By default, any input is treated as a commit intent and passed to git-agent commit --intent. Runs when the user @git-agent, asks to "check git health", "review repo setup", "scan for secrets", "update gitignore"…
Skill Claude CodeCodex
Creates atomic conventional git commits using git-agent and pushes changes to the remote repository.
Skill Claude CodeCodex
Creates atomic conventional git commits using git-agent. This skill should be used when the user requests "commit", "git commit", "create commit", or wants to commit changes using AI atomic commits.