Look up any arxiv paper on alphaxiv.org to get a structured AI-generated overview. This is faster and more reliable than trying to read a raw PDF.
Autonomous research loop that iteratively improves code through experiments. Runs experiments on local or remote GPUs, tracks results, keeps improvements, discards failures, and never stops. TRIGGER THIS SKILL when users want to autonomously research, optimize, or experiment on a problem — whether they say "run experiments overnight", "optimize this model", "try different approaches and keep what works", "do research on this", "iterate on this until it gets better", "run an experiment loop", or want to improve any metric through systematic trial and error. Also trigger when users mention autonomous experimentation, hyperparameter search, architecture search, ablation studies, or want Claude to keep trying things while they step away. This skill works for ML training, compiler optimization, algorithm tuning, performance benchmarking, or any problem with a measurable metric.
Explains codebases visually with ASCII architecture diagrams, code flow tracing, and interactive deep-dives. TRIGGER THIS SKILL when users want to understand, learn about, or get oriented in a codebase — whether they say "explain this codebase", "what does this project do", "how does this work", "walk me through the code", "show me the architecture", or just seem unfamiliar with a repo. Common trigger patterns include — understanding project structure or architecture, tracing how a request/action flows through code, figuring out how components connect, inheriting or onboarding onto unfamiliar code, exploring what a repo does before making changes, mapping dependencies between modules, asking "how does X work in this codebase", wanting a bird's-eye view of a large project. Also trigger when users ask to trace specific code paths (e.g. "what happens when a user clicks submit", "trace the request lifecycle", "how does auth work end to end"). Do NOT trigger for bug fixes, writing new code, refactoring, CI/CD setup, test writing, PR reviews, or SQL optimization — those are implementation tasks, not understanding tasks.
Debug and fix failing tests or errors
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of my favourite skills for Claude Code — some written by me, some sourced from the web.
| Skill | Description |
|---|---|
| code-explainer | Explains codebases visually with ASCII architecture diagrams, code flow tracing, and interactive deep-dives |
| auto-research | Autonomous research loop — runs experiments on GPUs, keeps improvements, discards failures, and iterates until stopped |
| alphaxiv-paper-lookup | Look up any arxiv paper on alphaxiv.org to get a structured AI-generated overview |
| guided-learning | Adaptive tutor that traces prerequisites, assesses your level, and teaches using Socratic/Bloom's/Visual styles — with code examples and a shareable HTML page |
| frontend-design | Create distinctive, production-grade frontend interfaces with high design quality that avoids generic AI aesthetics |
| investigate | Deep investigation of bugs, performance issues, or unexpected behavior with parallel evidence collection and root cause analysis |
| debug | Systematically debug and fix failing tests, build errors, or runtime issues with aggressive parallelization |
| opentui | Comprehensive OpenTUI skill for building terminal user interfaces — covers core API, React reconciler, and Solid reconciler |
| slide-deck | Create stunning interactive HTML slide decks — researches papers (alphaxiv), extracts figures (pdf), builds D3.js charts and Anime.js animations with speaker notes |
| PDF processing — text/table extraction, figure extraction with bounding boxes, form filling, merging, creation, and OCR |
| Agent | Description |
|---|---|
| 100x-engineer | Autonomous full-stack engineer — takes a requirement from idea to production-ready code with research, spikes, parallel execution, testing, security audit, and handoff report |
| Status Line | Description |
|---|---|
| default | Two-line status bar — directory, git branch, model name (Claude orange), context window bar, and session cost |
git clone https://github.com/christyjacob4/claude-tricks.git
cd claude-tricks/statuslines/default
./install.sh
Or one-liner (no clone needed):
curl -fsSL https://raw.githubusercontent.com/christyjacob4/claude-tricks/main/statuslines/default/statusline.sh -o ~/.claude/statusline.sh && chmod +x ~/.claude/statusline.sh
Then add to ~/.claude/settings.json:
{
"statusLine": {
"type": "command",
"command": "bash ~/.claude/statusline.sh"
}
}
/pluginchristyjacob4/claude-tricksclaude-tricks pluginThis installs all skills and keeps them updated automatically.
Install all skills globally:
npx skills add christyjacob4/claude-tricks -g -y
Or install a specific skill:
npx skills add christyjacob4/claude-tricks -g -y --skill code-explainer
Preview available skills without installing:
npx skills add christyjacob4/claude-tricks --list
Skills are installed to ~/.claude/skills/ and available globally across all projects. No restart needed.
npx claudepluginhub christyjacob4/claude-tricks --plugin claude-tricksCreate, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Non-technical progress summaries for Claude Code work (hides diffs/log noise).
Skills and agents for diagrams, codebase patterns, hypothesis testing, Socratic thinking, file querying, frontend design, image generation, and command creation
A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows