GitHub
Skills harvested from GitHub repositories
14810 skills availablepaper-talk
Workflow: from a completed paper to a conference-ready talk artifact — slide outline, Beamer source, editable PPTX, spea...
paper-illustration-image2
Generate publication-quality paper figures using Claude as the planner/reviewer and a local Codex app-server MCP bridge ...
paper-claim-audit
Verify that every claim in the paper matches raw evidence for: $ARGUMENTS The executor writes experiments AND writes the...
overleaf-sync
Bridge a local paper directory with an Overleaf project so that: You can keep editing in the Overleaf web UI (or share e...
monitor-experiment
Monitor: $ARGUMENTS SSH server: ssh <server> "screen -ls" Vast.ai instance (read sshhost, sshport from vast-instances.js...
kill-argument
Stress-test the headline claims of a paper against the strongest possible rejection argument: $ARGUMENTS Standard score-...
invention-structuring
Structure the invention into a formal disclosure based on: $ARGUMENTS Adapted from the refinement pattern in /research-r...
comm-lit-review
Research topic: $ARGUMENTS Use this skill for communications-domain literature review when the topic is about: wireless ...
auto-review-loop-minimax
Autonomously iterate: review → implement fixes → re-review, until the external reviewer gives a positive assessment or M...
run-experiment
Deploy and run ML experiment: $ARGUMENTS Read the project's CLAUDE.md to determine the experiment environment: Local GPU...
gemini-search
Search query: $ARGUMENTS This skill uses Gemini as a broad literature discovery source: | Skill | Source | Best for | |-...
openalex
Search query: $ARGUMENTS This skill uses OpenAlex as a comprehensive open academic graph source: | Skill | Source | Best...
vue-testing-best-practices
Vue.js testing best practices, patterns, and common gotchas. Setting up test infrastructure for Vue 3 projects → See tes...
vue-options-api-best-practices
Vue.js Options API best practices, TypeScript integration, and common gotchas. Need to enable TypeScript type inference ...
vue-jsx-best-practices
Vue JSX best practices and differences from React JSX. Migrating React JSX code to Vue or getting attribute type errors ...
create-adaptable-composable
Adaptable composables are reusable functions that can accept both reactive and non-reactive inputs. This allows develope...
vue-best-practices
Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order...
vue-router-best-practices
Vue Router best practices, common gotchas, and navigation patterns. Navigating between same route with different params ...
vue-pinia-best-practices
Pinia best practices, common gotchas, and state management patterns. Getting "getActivePinia was called" error at startu...
vue-debug-guides
Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development bes...
skill-creator
Create a new skill by generating a SKILL.md file with YAML frontmatter. Identify the task pattern the user wants to capt...
systematic-debugging
A structured approach to finding and fixing bugs. REPRODUCE → 2. ISOLATE → 3. DIAGNOSE → 4. FIX → 5. VERIFY Never skip s...
git-workflow
Format: <type>: <description> Types: feat, fix, refactor, test, docs, style, chore Description starts with lowercase ver...
build-and-compile
Strategies for building code and resolving dependency issues. Check for build files in order: Makefile → make (read it f...