Skill Claude CodeCodex
Project marketplace installation progress by diffing declared sources before kickoff so the UI shows pending spinners without waiting on the clone.
Skill Claude CodeCodex
Project marketplace installation progress by diffing declared sources before kickoff so the UI shows pending spinners without waiting on the clone.
Skill Claude CodeCodex
Merge runtime-discovered commands into an existing command registry by deduping them against the enabled base surface and inserting them at a stable boundary before built-in commands.
Skill Claude CodeCodex
Guard requests from closing instantly when a tool returns nothing by injecting the sentinel message and logging the event.
Skill Claude CodeCodex
Fail fast when the repository has no refs so downstream bundling never triggers empty Git bundles.
Skill Claude CodeCodex
Skip nested memory collection when no triggers exist so render-bound getAppState() is never invoked unnecessarily.
Skill Claude CodeCodex
Journal each per-message tool result replacement so resume logic replays the exact preview the model saw.
Skill Claude CodeCodex
Merge fresh refresh diagnostics with externally owned errors so one subsystem reload does not erase valid adjacent failures.
Skill Claude CodeCodex
When a declared source is only a fallback default, treat any existing materialized source as satisfying the contract instead of forcing a replacement.
Skill Claude CodeCodex
Resume existing worktrees quickly by checking stored HEAD pointers before fetching or recreating.
Skill Claude CodeCodex
Assemble the command registry so optional modules only load when their feature flag is enabled and the registry is accessed.
Skill Claude CodeCodex
Build terminal mascots whose poses can animate without changing layout by keeping the render area fixed and swapping only the moving fragments.
Skill Claude CodeCodex
Keep fork-decoupled workers strictly bounded by directive text and cache sharing requirements.
Skill Claude CodeCodex
Export Claude Code conversation history to Hugging Face as structured training data. Use when the user asks about exporting conversations, uploading to Hugging Face, configuring CodeClaw, reviewing PII/secrets in exports, or managing their dataset.
Instructions file
Instructions for ychampion/codeclaw, a project described as: CLI for exporting Claude Code/Codex sessions to Hugging Face with privacy redaction, MCP memory, and share-ready dataset workflows.
Skill Claude CodeCodex
Export Claude Code and Codex conversation history to Hugging Face as structured training data. Use when the user asks about exporting conversations, uploading to Hugging Face, configuring codeclaw, reviewing PII/secrets in exports, or managing their dataset.
ychampion/claude-self-learning
Plugin Claude Code
Autonomously research any technology and generate reusable Claude Code skills.
ychampion/claude-self-learning
Agent
Use this agent when you need to research a technology, library, framework, or API to gather comprehensive documentation and usage information. This agent discovers official sources, extracts key information, and verifies facts across multiple pages. Context: User wants to learn about a new API. user: "Research the…
ychampion/claude-self-learning
Agent
Use this agent when you have research findings and need to generate a production-ready SKILL.md file. This agent transforms structured research into polished, reusable skills with proper formatting, code examples, and best practices. Context: Research has been completed for a technology. user: "Generate a skill from…
ychampion/claude-self-learning
Command
Research a technology and generate a reusable Claude skill.
ychampion/claude-self-learning
Command
List all generated skills.
ychampion/claude-self-learning
Command
Update an existing skill with fresh information.
ychampion/claude-self-learning
Skill Claude CodeCodex
Autonomously research any technology, library, framework, or API. Discovers official documentation, extracts key information from authoritative sources, verifies across multiple pages, and generates a reusable Claude skill (SKILL.md) with installation, examples, and best practices.
Instructions file CodexOpenCode
AGENTS.md instructions for ychampion/edgebase, covering agent instructions, edgebase context and development checks.
Skill Claude CodeCodex
Attach to the user's existing Chrome session through the official Chrome DevTools MCP server for live tab inspection, debugging, and interaction.