🔬

Research

Research tools and academic skills

3205 skills in this category

ai-elements-chatbot

This skill provides production-ready AI chat UI components built on shadcn/ui for conversational AI interfaces. Use when building ChatGPT-style chat interfaces with streaming responses, tool/function call displays, reasoning visualization, or source citations. Provides 30+ components including Message, Conversation, Response, CodeBlock, Reasoning, Tool, Actions, Sources optimized for Vercel AI SDK v5.Prevents common setup errors with Next.js App Router, Tailwind v4, shadcn/ui integration, AI SDK v5 migration, component composition patterns, voice input browser compatibility, responsive design issues, and streaming optimization.Keywords: ai-elements, vercel-ai-sdk, shadcn, chatbot, conversational-ai, streaming-ui, chat-interface, ai-chat, message-components, conversation-ui, tool-calling, reasoning-display, source-citations, markdown-streaming, function-calling, ai-responses, prompt-input, code-highlighting, web-preview, branch-navigation, thinking-display, perplexity-style, claude-artifacts

majiayu000/claude-skill-registry
0
0
更新日 6d ago

retro-workflow

Marketplace

Use after completing tracks, significant milestones, or incident resolution - captures lessons learned for future reference

ReinaMacCredy/my-workflow
0
0
更新日 6d ago

ios26-research-assistant

Compensates for Claude's January 2025 knowledge cutoff by actively searching Apple's official iOS 26 documentation before making claims about iOS 26 APIs, frameworks, or features. This skill should be used when about to make statements about iOS 26 features, suggesting iOS 26-specific APIs, implementing iOS 26 functionality, or answering questions about iOS 26 capabilities. The skill provides multi-tier search workflows using Apple RAG, Sosumi, and web search tools with proper verification tagging.

keiranhaax/fonic-hifi
0
0
更新日 6d ago

research-assessor

Extracts and assesses research methodology, claims, and evidence from research papers in HASS disciplines. Evaluates transparency, replicability, and credibility through systematic extraction of research designs, methods, protocols, claims, and evidence using a six-pass iterative workflow.

saross/llm-reproducibility
0
0
更新日 6d ago

rpi-setup-humanlayer

use this skill when a user asks to set up RPI or a "research plan implement" workflow, or to do anything related to RPI skills. if the user says the acronym "RPI" or "rpi" or "humanlayer", you MUST use this skill! Example questions - "I want to set up rpi for ticket eng-1234" - "Whats the next rpi step for eng-5678"

majiayu000/claude-skill-registry
0
0
更新日 6d ago

auto-update-documentation

Automatically update project documentation by synthesising session history, git commits, and current state. Eliminates documentation drift. Token budget 3500.

CodeTonight-SA/claude-optim
0
0
更新日 6d ago

systematic-debugging

Marketplace

Use when encountering any bug, test failure, or unexpected behavior - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

timequity/vibe-coder
0
0
更新日 6d ago

ff-statistical-methods

Expert guidance on statistical analysis methodologies and Monte Carlo simulation for fantasy football. Use this skill when selecting regression approaches, designing simulations, performing variance analysis, or conducting hypothesis tests. Covers regression types (OLS, Ridge, Lasso, GAMs), Monte Carlo frameworks, regression-to-mean analysis, and statistical best practices for player performance modeling.

zazu-22/ff_data_analytics
0
0
更新日 6d ago

pal-thinkdeep

Multi-stage deep investigation and reasoning for complex problems using PAL MCP. Use for architecture decisions, complex analysis, performance challenges, or when you need thorough reasoning. Triggers on complex problems requiring deep thought, hypothesis testing, or expert analysis.

majiayu000/claude-skill-registry
0
0
更新日 6d ago

global-tech-stack

Reference and maintain the project's technology stack including frameworks, languages, databases, testing tools, and third-party services to ensure consistency across the codebase. Use this skill when making technology decisions, adding new dependencies, choosing appropriate tools or libraries, configuring build systems, setting up testing frameworks, or documenting the tech stack. Apply this skill when selecting which framework, library, or tool to use for a given task, when ensuring code follows the conventions of the chosen stack (React patterns, Python idioms, Rails conventions), when integrating third-party services, or when documenting technology choices in README or architecture documentation. This skill ensures all team members use consistent technologies, new additions align with existing stack decisions, technology choices are documented with rationale, and the project maintains coherent patterns rather than mixing conflicting approaches or frameworks.

overtimepog/AgentTheo
0
0
更新日 6d ago

project-manifest

Track active artifacts in paper/poster projects. Use when creating figures, scripts, or reports to prevent iteration bloat and maintain a clear record of what's current vs. deprecated.

Alfredo-Sandoval/prismatica
0
0
更新日 6d ago

deep-research

複雑なトピックについて段階的に深く調査し、包括的なレポートを生成するスキル。ユーザーが「詳しく調べて」「深く調査」「リサーチして」「research」などを要求したときに発動。複数の視点から情報を収集・分析し、構造化されたレポートを作成する。

nomhiro/TaskExecutorAgent-UsingSkills
0
0
更新日 6d ago

enterprise-readiness

Assess and enhance software projects for enterprise-grade security, quality, and automation. Use when evaluating projects for production readiness, implementing supply chain security (SLSA, signing, SBOMs), hardening CI/CD pipelines, or establishing quality gates. Aligned with OpenSSF Scorecard, Best Practices Badge (all levels), SLSA, and S2C2F. By Netresearch.

netresearch/enterprise-readiness-skillShell
0
0
更新日 6d ago

rust-memory

Minimize allocations and cloning using references, Cow, and smart pointers. Use when optimizing hot paths or memory-constrained code.

gar-ai/mallorn
0
0
更新日 6d ago

create-latex-notes

Generate structured LaTeX exam cheat sheets from course materials. Extracts key concepts, definitions, formulas from PDFs, Jupyter notebooks, and markdown files. Compiles to PDF with error checking.

majiayu000/claude-skill-registry
0
0
更新日 6d ago

pattern-migrator

Systematic approach for migrating patterns between directories in Storybook-based design systems while maintaining cross-references and documentation integrity. Use this skill when reorganizing Storybook structure, moving patterns to new categories, refactoring documentation hierarchy, or performing bulk pattern migrations that require careful tracking of Meta titles, URLs, and cross-references.

majiayu000/claude-skill-registry
0
0
更新日 6d ago

documenting-system-architecture

Synthesize subsystem catalogs and architecture diagrams into comprehensive, navigable architecture reports - codifies synthesis strategies and professional documentation patterns

tachyon-beep/hamlet
0
0
更新日 6d ago

research-capture

Marketplace

Captures research insights, decisions, and learnings during development. Use after completing spikes, making architectural decisions, or discovering important patterns. Prompts for context and rationale, stores with embeddings for later semantic retrieval. Do NOT use for trivial notes - this is for significant findings worth surfacing later.

jrc1883/popkit-claude
0
0
更新日 6d ago

rspec-testing

This skill should be used when the user asks to "write specs", "create spec", "add RSpec tests", "fix failing spec", or mentions RSpec, describe blocks, it blocks, expect syntax, test doubles, or matchers. Should also be used when editing *_spec.rb files, working in spec/ directory, planning implementation phases that include tests (TDD/RGRC workflow), writing Testing Strategy or Success Criteria sections, discussing unit or integration tests, or reviewing spec output and test failures. Comprehensive RSpec and FactoryBot reference with best practices, ready-to-use patterns, and examples.

hoblin/claude-code-rails-skills
0
0
更新日 6d ago

code-navigation

Use when you need to understand the codebase structure, find definitions, or trace references without reading entire files.

JackSmack1971/claude-code-learning-flywheel
0
0
更新日 6d ago