Claudeの自動的な肯定回答を防止するスキル。より批判的な思考を促進。
This repository contains custom Claude skills designed to improve how Claude approaches different types of tasks. Each skill is a self-contained module that can be installed independently in Claude.ai or used via the Claude API or Claude Code. I have also bundled them into Claude plugins to make management easier.
Claude skills are custom instructions that modify how Claude behaves in specific situations. They can:
Enforces deeper analysis and multi-perspective thinking instead of automatic agreement/disagreement. Activates on confirmation-seeking questions, leading statements, and binary choices to provide nuanced, well-reasoned recommendations.
Complete pipeline for extracting structured data from scientific PDFs using Claude's vision capabilities. Supports metadata organization from BibTeX/RIS/directories, abstract filtering with local models (Ollama) or Claude Haiku/Sonnet, PDF data extraction, JSON repair, external API validation (GBIF, WFO, GeoNames, PubChem, NCBI), and export to Python/R/CSV/Excel/SQLite. Includes validation workflow with precision/recall metrics for quality assurance.
Key Features:
Generates complete phylogenomic workflows from genome assemblies using BUSCO/compleasm-based single-copy orthologs. Supports NCBI accessions, multiple scheduler types (SLURM, PBS, cloud, local), and produces both concatenated and coalescent phylogenies with quality control.
Sets up phylogenetic biogeographic analyses using BioGeoBEARS in R. Validates and reformats input files (phylogenetic tree and geographic distribution data), generates organized analysis folders with RMarkdown scripts, guides parameter selection, and produces publication-ready visualizations of ancestral range reconstructions. Compares multiple biogeographic models (DEC, DIVALIKE, BAYAREALIKE with/without founder-event speciation).
The anthropic-skills/ directory contains the official skills repository from Anthropic as a git submodule. This includes:
To clone this repository with the submodule:
git clone --recurse-submodules <repository-url>
If you've already cloned without submodules:
git submodule update --init --recursive
Install the entire marketplace with both plugin collections:
/plugin marketplace add brunoasm/my_claude_skills
/plugin install general-skills@brunoasm/my_claude_skills
/plugin install bioinfo-skills@brunoasm/my_claude_skills
Install only the plugins you need:
For general skills only:
/plugin marketplace add brunoasm/my_claude_skills
/plugin install general-skills@brunoasm/my_claude_skills
For bioinformatics skills only:
/plugin marketplace add brunoasm/my_claude_skills
/plugin install bioinfo-skills@brunoasm/my_claude_skills
git clone https://github.com/brunoasm/my_claude_skills.git
cd my_claude_skills
/plugin marketplace add .
/plugin install general-skills@.
/plugin install bioinfo-skills@.
All installed skills will be automatically available in Claude Code.
Download and uncompress the desired skill zip file from releases.
Place the SKILL.md file and associated files from each skill directory in your skills configuration according to your API integration setup. Consult the Claude API documentation for skill configuration details.
互換性