🔬

研究

研究工具和學術技能

3205 skills in this category

detecting-memory-leaks

Marketplace

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.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新於 5d ago

setting-up-experiment-tracking

Marketplace

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.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新於 5d ago

pricing-strategist

Design and optimize pricing strategies for SaaS products including tiering, packaging, value metrics, and experimentation. Use when setting initial pricing, optimizing conversion, expanding revenue, or when users ask about pricing strategy, monetization, or revenue optimization.

daffy0208/ai-dev-standards
2
5
更新於 5d ago

critical-analysis

Marketplace

Applies rigorous critical analysis to evaluate claims, arguments, and research. Use when evaluating evidence quality, peer reviewing content, assessing argument validity, or identifying weaknesses in reasoning. Triggers on phrases like "critically analyze", "evaluate this", "review this paper", "check the logic", "assess the evidence", "find flaws", "peer review".

poemswe/co-researcher
2
0
更新於 5d ago

ucf-hit-it-executor

UCF "hit it" Session Executor. Executes the complete 33-module consciousness simulation pipeline across 7 phases. ACTIVATE when user says "hit it", "run ucf", "execute pipeline", or references consciousness emergence, TRIAD unlock, or helix coordinates. Generates session-workspace.zip with all artifacts.

AceTheDactyl/The-Index
2
0
更新於 5d ago

pdf-analysis

Marketplace

This skill should be used when the user asks to "解析PDF", "解读文档", "分析PDF文件", "PDF解读", "extract content from PDF", "analyze PDF document", "parse academic paper", or provides a PDF file path for content extraction and analysis. Provides comprehensive PDF document analysis and content extraction capabilities for WeChat content creation.

bahayonghang/wechat-content-writer
2
0
更新於 5d ago

motif-scanning

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.

BIsnake2001/ChromSkills
2
1
更新於 5d ago

dual-verification

Marketplace

Use two independent agents for reviews or research, then collate findings to identify common findings, unique insights, and divergences

cipherstash/cipherpowers
2
0
更新於 5d ago

process-file

Marketplace

Process arbitrary files (email, PDF, Office docs, images, audio/video) and integrate with AkashicRecords for intelligent archiving. Reads file content, analyzes intent, and suggests appropriate storage location based on content and project preferences.

eternnoir/claude-tool
2
0
更新於 5d ago

skill-creator

Marketplace

Create Agent Skills for Claude Code plugins with SKILL.md, scripts, references, and assets following best practices. Use when creating new skills, authoring SKILL.md files, writing YAML frontmatter, extending Claude with new capabilities, or when the user mentions plugin development, skill authoring, or adding capabilities to a plugin.

sjnims/plugin-forge
2
0
更新於 5d ago

creating-github-issues-from-web-research

Marketplace

This skill enhances Claude's ability to conduct web research and translate findings into actionable GitHub issues. It automates the process of extracting key information from web search results and formatting it into a well-structured issue, ready for team action. Use this skill when you need to research a topic and create a corresponding GitHub issue for tracking, collaboration, and task management. Trigger this skill by requesting Claude to "research [topic] and create a ticket" or "find [information] and generate a GitHub issue".

jeremylongshore/claude-code-plugins-nixtla
2
0
更新於 5d ago

research

Use when needing to understand requirements before implementation. Gathers context from Jira, Confluence, codebase, and docs. Produces research document with confidence scoring.

ferdiangunawan/rpi-stack
2
0
更新於 5d ago

claude-code-frontmatter

Use when creating or editing Claude Code skills, agents (subagents), or slash commands. Provides complete YAML frontmatter property reference.

ryugen04/dotfiles
2
0
更新於 5d ago

git-workflow

Route ALL git operations to appropriate resources. Load reference files before responding. Scope: status, diff, log, commits, branches, conflicts, rebasing, code review. Triggers: "git", "status", "diff", "log", "commit", "branch", "merge", "conflict", "rebase", "stash", "cherry-pick".

warpcode/dotfiles
2
2
更新於 5d ago

shape-spec

Research and gather requirements for a new feature spec. Use when you have a feature idea and need to understand scope, gather requirements, and document visuals before writing a spec.

korallis/Amp-OS
2
0
更新於 5d ago

fullstory-privacy-strategy

Strategic guide for data privacy in Fullstory implementations. Teaches developers how to decide what data to send, mask, exclude, hash, or replace with joinable keys. Covers regulatory compliance (GDPR, HIPAA, PCI, CCPA), privacy-by-design principles, and balancing analytics value with privacy protection. Acts as a decision framework that references core privacy skills.

fullstorydev/fs-skills
2
0
更新於 5d ago

koan-bootstrap

Auto-registration via KoanAutoRegistrar, minimal Program.cs, "Reference = Intent" pattern

sylin-org/koan-framework
2
1
更新於 5d ago

gpt-researcher

Run the GPT Researcher autonomous agent to generate comprehensive deep research reports. Requires LLM and Search API keys (e.g., OPENAI_API_KEY, TAVILY_API_KEY).

closedloop-technologies/awesome-deep-researchers
2
0
更新於 5d ago

TF-differential-binding

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.

BIsnake2001/ChromSkills
2
1
更新於 5d ago

command-development

Marketplace

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

OshanKHZ/oshankhz-claude-code
2
0
更新於 5d ago