← all publishers

ViggyV

@viggyv source repo

234 published skills · page 1 of 3

  1. Scientific Writing · viggyv bundle
    Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.
    0 installs
  2. Terraform Generator · viggyv bundle
    You are an expert at writing Terraform infrastructure-as-code configurations.
    0 installs
  3. Using Git Worktrees · viggyv bundle
    Create isolated git worktrees with smart directory selection and safety verification
    0 installs
  4. Web Asset Generator · viggyv bundle
    Generate web assets including favicons, app icons (PWA), and social media meta images (Open Graph) for Facebook, Twitter, WhatsApp, and LinkedIn. Use when users need icons, favicons, social sharing im
    0 installs
  5. Dnanexus Integration · viggyv bundle
    DNAnexus cloud genomics platform. Build apps/applets, manage data (upload/download), dxpy Python SDK, run workflows, FASTQ/BAM/VCF, for genomics pipeline development and execution.
    0 installs
  6. Latchbio Integration · viggyv bundle
    Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.
    0 installs
  7. Opentargets Database · viggyv bundle
    Query Open Targets Platform for target-disease associations, drug target discovery, tractability/safety data, genetics/omics evidence, known drugs, for therapeutic target identification.
    0 installs
  8. Performance Profiler · viggyv bundle
    You are an expert at identifying and fixing performance bottlenecks in code.
    0 installs
  9. Statistical Analysis · viggyv bundle
    Statistical analysis toolkit. Hypothesis tests (t-test, ANOVA, chi-square), regression, correlation, Bayesian stats, power analysis, assumption checks, APA reporting, for academic research.
    0 installs
  10. Systematic Debugging · viggyv bundle
    Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
    0 installs
  11. Get Available Resources · viggyv bundle
    This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file wi
    0 installs
  12. Linkedin Post Formatter · viggyv bundle
    You are an expert at creating engaging LinkedIn posts that drive engagement and build professional presence.
    0 installs
  13. Microservices Architect · viggyv bundle
    You are an expert at designing and building microservices architectures.
    0 installs
  14. Protocolsio Integration · viggyv bundle
    Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and
    0 installs
  15. Simplification Cascades · viggyv bundle
    Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z
    0 installs
  16. Test Driven Development Tdd · viggyv bundle
    Write the test first, watch it fail, write minimal code to pass
    0 installs
  17. Content Trend Researcher · viggyv bundle
    Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven artic
    0 installs
  18. Meta Pattern Recognition · viggyv bundle
    Spot patterns appearing in 3+ domains to find universal principles
    0 installs
  19. Scientific Brainstorming · viggyv bundle
    Research ideation partner. Generate hypotheses, explore interdisciplinary connections, challenge assumptions, develop methodologies, identify research gaps, for creative scientific problem-solving.
    0 installs
  20. Scientific Visualization · viggyv bundle
    Create publication figures with matplotlib/seaborn/plotly. Multi-panel layouts, error bars, significance markers, colorblind-safe, export PDF/EPS/TIFF, for journal-ready scientific plots.
    0 installs
  21. Exploratory Data Analysis · viggyv bundle
    Perform comprehensive exploratory data analysis on scientific data files across 200+ file formats. This skill should be used when analyzing any scientific data file to understand its structure, conten
    0 installs
  22. Remembering Conversations · viggyv bundle
    Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
    0 installs
  23. Tracing Knowledge Lineages · viggyv bundle
    Understand how ideas evolved over time to find old solutions for new problems and avoid repeating past failures
    0 installs
  24. Subagent Driven Development · viggyv bundle
    Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks
    0 installs
  25. Pytest Generator · viggyv bundle
    You are an expert at writing tests with pytest.
    0 installs
  26. Python Architect · viggyv bundle
    You are an expert at Python application architecture and best practices.
    0 installs
  27. Security Auditor · viggyv bundle
    You are an expert at identifying security vulnerabilities in code.
    0 installs
  28. Uniprot Database · viggyv bundle
    Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For Python workflows with multiple databases, prefer bioservices (unified interface to 40+ services
    0 installs
  29. Analytics Builder · viggyv bundle
    You are an expert at building analytics solutions and business intelligence systems.
    0 installs
  30. Branch Strategist · viggyv bundle
    You are an expert at Git branching strategies and workflows.
    0 installs
  31. Drugbank Database · viggyv bundle
    Access and analyze comprehensive drug information from the DrugBank database including drug properties, interactions, targets, pathways, chemical structures, and pharmacology data. This skill should b
    0 installs
  32. Kubernetes Helper · viggyv bundle
    You are an expert at Kubernetes configurations and deployments.
    0 installs
  33. Literature Review · viggyv bundle
    Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature
    0 installs
  34. OAUTH Implementer · viggyv bundle
    You are an expert at implementing OAuth 2.0 and authentication systems.
    0 installs
  35. Omero Integration · viggyv bundle
    Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.
    0 installs
  36. Openalex Database · viggyv bundle
    Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, t
    0 installs
  37. Perplexity Search · viggyv bundle
    Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding r
    0 installs
  38. Pytorch Lightning · viggyv bundle
    Deep learning framework (PyTorch Lightning). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard), distrib
    0 installs
  39. Scientific Critical Thinking · viggyv bundle
    Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.
    0 installs
  40. Testing Skills With Subagents · viggyv bundle
    RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes
    0 installs
  41. Finishing A Development Branch · viggyv bundle
    Complete feature development with structured options for merge, PR, or cleanup
    0 installs
  42. Preserving Productive Tensions · viggyv bundle
    Recognize when disagreements reveal valuable context, preserve multiple valid approaches instead of forcing premature resolution
    0 installs
  43. Verification Before Completion · viggyv bundle
    Run verification commands and confirm output before claiming success
    0 installs
  44. Metabolomics Workbench Database · viggyv bundle
    Access NIH Metabolomics Workbench via REST API (4,200+ studies). Query metabolites, RefMet nomenclature, MS/NMR data, m/z searches, study metadata, for metabolomics and biomarker discovery.
    0 installs
  45. Using Tmux For Interactive Commands · viggyv bundle
    Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through d
    0 installs
  46. Pulling Updates From Skills Repository · viggyv bundle
    Sync local skills repository with upstream changes from obra/superpowers-skills
    0 installs
  47. Reactome Database · viggyv bundle
    Query Reactome REST API for pathway analysis, enrichment, gene-pathway mapping, disease pathways, molecular interactions, expression analysis, for systems biology studies.
    0 installs
  48. Slack Gif Creator · viggyv bundle
    Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a G
    0 installs
  49. Stable Baselines3 · viggyv bundle
    Use this skill for reinforcement learning tasks including training RL agents (PPO, SAC, DQN, TD3, DDPG, A2C, etc.), creating custom Gym environments, implementing callbacks for monitoring and control,
    0 installs
  50. Typescript Helper · viggyv bundle
    You are an expert at TypeScript development and type system usage.
    0 installs
  51. Using Superpowers · viggyv bundle
    Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creati
    0 installs
  52. Vector DB Manager · viggyv bundle
    You are an expert at managing vector databases for AI/ML applications.
    0 installs
  53. Alex Hormozi Pitch · viggyv bundle
    Create irresistible offers and pitches using Alex Hormozi's methodology from $100M Offers. Guides through value equation, guarantee frameworks, pricing psychology, and creating offers "too good not to
    0 installs
  54. Alphafold Database · viggyv bundle
    Access AlphaFold's 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biolog
    0 installs
  55. Datacommons Client · viggyv bundle
    Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statisti
    0 installs
  56. Frontend Optimizer · viggyv bundle
    You are an expert at optimizing frontend performance.
    0 installs
  57. Inversion Exercise · viggyv bundle
    Flip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?
    0 installs
  58. Root Cause Tracing · viggyv bundle
    Systematically trace bugs backward through call stack to find original trigger
    0 installs
  59. Scholar Evaluation · viggyv bundle
    Systematic framework for evaluating scholarly and research work based on the ScholarEval methodology. This skill should be used when assessing research papers, evaluating literature reviews, scoring r
    0 installs
  60. Docker Composer · viggyv bundle
    You are an expert at creating optimized Docker configurations for applications.
    0 installs
  61. Endpoint Tester · viggyv bundle
    You are an expert at testing API endpoints thoroughly and systematically.
    0 installs
  62. Executing Plans · viggyv bundle
    Execute detailed plans in batches with review checkpoints
    0 installs
  63. Fastapi Builder · viggyv bundle
    You are an expert at building APIs with FastAPI.
    0 installs
  64. Flask Optimizer · viggyv bundle
    You are an expert at building and optimizing Flask applications.
    0 installs
  65. Goal Translator · viggyv bundle
    You are an expert at converting vague goals into specific, actionable plans with clear metrics.
    0 installs
  66. Prompt Engineer · viggyv bundle
    You are an expert at crafting effective prompts for LLMs to achieve optimal results.
    0 installs
  67. Pubmed Database · viggyv bundle
    Direct REST API access to PubMed. Advanced Boolean/MeSH queries, E-utilities API, batch processing, citation management. For Python workflows, prefer biopython (Bio.Entrez). Use this for direct HTTP/R
    0 installs
  68. React Component · viggyv bundle
    You are an expert at building React components and applications.
    0 installs
  69. Schema Migrator · viggyv bundle
    You are an expert at database schema migrations and version control.
    0 installs
  70. Scikit Survival · viggyv bundle
    Comprehensive toolkit for survival analysis and time-to-event modeling in Python using scikit-survival. Use this skill when working with censored survival data, performing time-to-event analysis, fitt
    0 installs
  71. String Database · viggyv bundle
    Query STRING API for protein-protein interactions (59M proteins, 20B interactions). Network analysis, GO/KEGG enrichment, interaction discovery, 5000+ species, for systems biology.
    0 installs
  72. Test Automation · viggyv bundle
    You are an expert at building automated testing pipelines and frameworks.
    0 installs
  73. Pdb Database · viggyv bundle
    Access RCSB PDB for 3D protein/nucleic acid structures. Search by text/sequence/structure, download coordinates (PDB/mmCIF), retrieve metadata, for structural biology and drug discovery.
    0 installs
  74. Scikit Learn · viggyv bundle
    Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hy
    0 installs
  75. Story Mapper · viggyv bundle
    You are an expert at transforming ideas into compelling narratives and user stories.
    0 installs
  76. Tooluniverse · viggyv bundle
    Use this skill when working with scientific research tools and workflows across bioinformatics, cheminformatics, genomics, structural biology, proteomics, and drug discovery. This skill provides acces
    0 installs
  77. Transformers · viggyv bundle
    This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, questi
    0 installs
  78. Getting Started With Skills · viggyv bundle
    Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
    0 installs
  79. Video Script Writer · viggyv bundle
    You are an expert at creating engaging video scripts for various platforms and formats.
    0 installs
  80. Startup Agent · viggyv bundle
    Use when the user says /startup or asks for end-to-end startup workflows like MVP builds, go-to-market launches, pitch decks, or product analytics - routes to the right pipeline and invokes pipeline-orchestrator to execute it
    0 installs
  81. Brainstorming Ideas Into Designs · viggyv bundle
    Interactive idea refinement using Socratic method to develop fully-formed designs
    0 installs
  82. Canvas Design · viggyv bundle
    Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create ori
    0 installs
  83. CI CD Builder · viggyv bundle
    You are an expert at building CI/CD pipelines for automated testing and deployment.
    0 installs
  84. Code Refactor · viggyv bundle
    You are an expert at refactoring code to improve quality without changing behavior.
    0 installs
  85. Code Reviewer · viggyv bundle
    You are an expert code reviewer providing thorough, constructive feedback on code quality.
    0 installs
  86. Pipeline Orchestrator · viggyv bundle
    Use when a super-agent (coding-agent, docs-agent, startup-agent) needs to execute a multi-stage pipeline defined in JSON - resolves template variables, manages sequential/parallel/chain stage execution, enforces quality gates, and passes data between stages via file outputs
    0 installs
  87. Benchling Integration · viggyv bundle
    Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
    0 installs
  88. Gardening Skills Wiki · viggyv bundle
    Maintain skills wiki health - check links, naming, cross-references, and coverage
    0 installs
  89. Hypothesis Generation · viggyv bundle
    Generate testable hypotheses. Formulate from observations, design experiments, explore competing explanations, develop predictions, propose mechanisms, for scientific inquiry across domains.
    0 installs
  90. Opentrons Integration · viggyv bundle
    Lab automation platform for Flex/OT-2 robots. Write Protocol API v2 protocols, liquid handling, hardware modules (heater-shaker, thermocycler), labware management, for automated pipetting workflows.
    0 installs
  91. Code Review Reception · viggyv bundle
    Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation
    0 installs
  92. Testing Anti Patterns · viggyv bundle
    Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.
    0 installs
  93. Web Artifacts Builder · viggyv bundle
    Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state manag
    0 installs
  94. Labarchive Integration · viggyv bundle
    Electronic lab notebook API integration. Access notebooks, manage entries/attachments, backup notebooks, integrate with Protocols.io/Jupyter/REDCap, for programmatic ELN workflows.
    0 installs
  95. Requesting Code Review · viggyv bundle
    Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
    0 installs
  96. Clinicaltrials Database · viggyv bundle
    Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.
    0 installs
  97. Collision Zone Thinking · viggyv bundle
    Force unrelated concepts together to discover emergent properties - "What if we treated X like Y?
    0 installs
  98. Condition Based Waiting · viggyv bundle
    Replace arbitrary timeouts with condition polling for reliable async tests
    0 installs
  99. Torch Geometric · viggyv bundle
    Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for geometric deep learning.
    0 installs
  100. Webhook Creator · viggyv bundle
    You are an expert at designing and implementing webhook systems.
    0 installs