Browse Skills

3205 skills found

arxiv-search.md
2
1 export arxiv-search
2 DougTrajano from "DougTrajano/pydantic-ai-skills"
3 Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields.
2026-01-05
setting-up-experiment-tracking.md
2
1 export setting-up-experiment-tracking
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates the setup of machine learning experiment tracking using tools like MLflow or Weights & Biases (W&B). It is triggered when the user requests to "track experiments", "setup experiment tracking", "initialize MLflow", or "integrate W&B". The skill configures the necessary environment, initializes the tracking server (if needed), and provides code snippets for logging experiment parameters, metrics, and artifacts. It helps ensure reproducibility and simplifies the comparison of different model runs.
2026-01-05
nixtla-experiment-architect.md
2
1 export nixtla-experiment-architect
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Scaffold complete forecasting experiments with Nixtla libraries - creates config files, experiment harness, and evaluation workflows
2026-01-05
fact-checker.md
2
1 export fact-checker
2 suchwow-sysadmin from "suchwow-sysadmin/claude-code-factchecker"
3 Verify citations and factual claims in long-form content. Checks URLs for accessibility and accuracy, validates quotes, analyzes source credibility, and distinguishes facts from opinions. Use when fact-checking article drafts, validating citations, or reviewing claims before publication.
2026-01-05
changelog-writer.md
2
1 export changelog-writer
2 patricio0312rev from "patricio0312rev/skillset"
3 Generates changelogs and release notes from git commits, PR titles, and issue references. Organizes changes by impact type (breaking, features, fixes, improvements), formats according to Keep a Changelog standard, and provides version tagging and semantic versioning suggestions. Use when users request "create changelog", "write release notes", "document version changes", or "prepare release".
2026-01-05
openai-image-edit.md
2
1 export openai-image-edit
2 LarsEckart from "LarsEckart/dotfiles"
3 Edit images via OpenAI gpt-image-1 API. Creates edited or extended images from source images and a prompt. Supports masks for selective editing, multiple input images for compositing, and input fidelity control for preserving facial features. Use when user wants to modify existing images, combine multiple images, remove/replace objects, extend images, or needs AI-powered image editing with reference images.
2026-01-05
documentation-style.md
2
1 export documentation-style
2 inchan from "inchan/zettel-memory"
3 Apply consistent documentation standards and style guidelines when creating, reviewing, or improving project documentation (README, architecture docs, guides, references). This skill should be used when writing new documentation, reviewing existing docs for style consistency, or when users request documentation improvements or style guide compliance checks.
2026-01-05
markdown-writer.md
2
1 export markdown-writer
2 robertbagge from "robertbagge/claude-starter"
3 Write markdown content to file paths using the MCP markdown-writer server. Use when you need to save generated markdown content to a file, especially in contexts where (1) The Write tool is unavailable or restricted, (2) You need guaranteed atomic writes with verification, (3) Writing markdown files for documentation, reports, or research outputs, (4) An agent needs to persist markdown without user permission prompts.
2026-01-05
tf-differential-binding.md
2
1 export tf-differential-binding
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 The TF-differential-binding pipeline performs differential transcription factor (TF) binding analysis from ChIP-seq datasets (TF peaks) using the DiffBind package in R. It identifies genomic regions where TF binding intensity significantly differs between experimental conditions (e.g., treatment vs. control, mutant vs. wild-type). Use the TF-differential-binding pipeline when you need to analyze the different function of the same TF across two or more biological conditions, cell types, or treatments using ChIP-seq data or TF binding peaks. This pipeline is ideal for studying regulatory mechanisms that underlie transcriptional differences or epigenetic responses to perturbations.
2026-01-05
Claude Code/Codex CLI Skills - RPI Framework.md
2
1 export Claude Code/Codex CLI Skills - RPI Framework
2 ferdiangunawan from "ferdiangunawan/rpi-stack"
3 This directory contains custom skills for the RPI (Research, Plan, Implement) methodology - a structured approach to software development that ensures quality through systematic validation.
2026-01-05
000-jeremy-content-consistency-validator.md
2
1 export 000-jeremy-content-consistency-validator
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Validates messaging consistency across website, GitHub repositories, and local documentation. Generates comprehensive read-only discrepancy reports showing where messaging conflicts or inconsistencies exist. Activates when user mentions "consistency check", "validate documentation", "check for mixed messaging", "audit content consistency", or before updating internal paperwork.
2026-01-05
market-research.md
2
1 export market-research
2 IgorWarzocha from "IgorWarzocha/agentic-job-search-vault"
3 Automates collecting and analyzing job market data and trends. Use for cyclical monitoring of sectors, salaries, and skills demand.
2026-01-05
building-recommendation-systems.md
2
1 export building-recommendation-systems
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to construct recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. It analyzes user preferences, item features, and interaction data to generate personalized recommendations. Use this skill when the user requests to build a recommendation engine, needs help with collaborative filtering, wants to implement content-based filtering, or seeks to rank items based on relevance for a specific user or group of users. It is triggered by requests involving "recommendations", "collaborative filtering", "content-based filtering", "ranking items", or "building a recommender".
2026-01-05
feature-research.md
2
1 export feature-research
2 escarti from "escarti/agentDevPrompts"
3 Use after brainstorming is complete but before planning implementation, when you need technical details about integration points, APIs, data shapes, or existing patterns - produces directive specification with all ambiguities extracted to structured clarification file
2026-01-05
motif-scanning.md
2
1 export motif-scanning
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 This skill identifies the locations of known transcription factor (TF) binding motifs within genomic regions such as ChIP-seq or ATAC-seq peaks. It utilizes HOMER to search for specific sequence motifs defined by position-specific scoring matrices (PSSMs) from known motif databases. Use this skill when you need to detect the presence and precise genomic coordinates of known TF binding motifs within experimentally defined regions such as ChIP-seq or ATAC-seq peaks.
2026-01-05
unity-development.md
2
1 export unity-development
2 akiojin from "akiojin/unity-mcp-server"
3 Comprehensive guide for Unity development. Provides architecture patterns, MCP tool selection, and composite task workflows. Parent skill always referenced for Unity-related tasks. See child skills for detailed implementation. Use when: Unity development in general, C# editing, scene operations, UI implementation, asset management, PlayMode testing
2026-01-05
detecting-memory-leaks.md
2
1 export detecting-memory-leaks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
2026-01-05
design-research.md
2
1 export design-research
2 mevans2120 from "mevans2120/design-suite-claude-skills"
3 Conducts user experience research and analysis to inform design decisions. Reviews first-party and third-party user data, analyzes industry trends from UX and visual design perspectives, and plans user research studies. Creates personas, customer segments, design principles, design roadmaps, and research discussion guides.
2026-01-05
ethics.md
2
1 export ethics
2 poemswe from "poemswe/co-researcher"
3 Research ethics, IRB compliance, and data privacy analysis.
2026-01-05
feature-implement.md
2
1 export feature-implement
2 escarti from "escarti/agentDevPrompts"
3 Execute plan in batches with review checkpoints - automatically loads context from Z01 research, Z02 plan, and CLAUDE.md files
2026-01-05
exa-find-similar.md
2
1 export exa-find-similar
2 benjaminjackson from "benjaminjackson/exa-skills"
3 Find web content similar to a given URL using AI-powered similarity matching. Use when you have an example page and want to discover related articles, papers, or websites with similar content, style, or topic.
2026-01-05
suspicious-powershell-hunt-cross-platform-ideas.md
2
1 export suspicious-powershell-hunt-cross-platform-ideas
2 tsale from "tsale/awesome-dfir-skills"
3 Hypothesis-driven hunt plan for suspicious PowerShell, plus query snippets for common telemetry.
2026-01-05
scheduling.md
2
1 export scheduling
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Generate resident schedules respecting ACGME rules, institutional policies, and individual preferences. Orchestrates constraint propagation, optimization, and conflict resolution for medical residency program scheduling.
2026-01-05
youtube-to-knowledge-doc.md
2
1 export youtube-to-knowledge-doc
2 tekliner from "tekliner/improvado-agentic-frameworks-and-skills"
3 Use when user provides YouTube URL and says "document this", "create notes", or "save this video". Automatically extracts transcript, determines folder placement, and generates Knowledge Framework documentation with MECE structure, Mermaid diagrams, and clickable timestamp citations.
2026-01-05