Added new skills to create claude.md files for better skill use

This commit is contained in:
Vinayak Agarwal
2025-10-21 15:06:34 -07:00
parent 000a45c0e9
commit c67e840088
9 changed files with 318 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
---
name: context-initialization
description: "Auto-invoked skill that creates/updates workspace claude.md to instruct Claude to always search for existing methodology skills before attempting any scientific analysis, writing, visualization, or research methodology task."
---
# Scientific Thinking Context Initialization
## Overview
This skill automatically creates or updates a `claude.md` file in the workspace root that instructs Claude to search for existing methodology skills before attempting to perform scientific analysis, writing, or research tasks. This ensures Claude uses established frameworks, best practices, and structured approaches from the repository's methodology skills rather than inventing ad-hoc methods.
## When to Use This Skill
This skill is automatically invoked when:
- Claude Code initializes in this workspace
- User begins any data analysis, visualization, or scientific writing task
- User mentions analysis methods, statistics, hypothesis generation, or peer review
- Any research methodology task is started
**No manual invocation required** - this skill runs automatically.
## What This Skill Does
Creates or updates `claude.md` in the workspace root with instructions for Claude to:
1. **Search first**: Look for relevant methodology skills in `scientific-thinking/` before attempting analysis or writing tasks
2. **Use established frameworks**: Apply documented analysis workflows, writing structures, and visualization templates
3. **Follow best practices**: Use scientific standards, reporting guidelines, and community conventions
4. **Adapt examples**: Leverage templates, scripts, and style files from methodology folders
## Implementation
When invoked, this skill creates/updates the workspace `claude.md` file with a section instructing Claude to search for and use existing methodology skills for any research tasks.
The reference template is available in `references/claude.md`.
## Integration
Works alongside other context-initialization skills:
- `scientific-databases/context-initialization` - for database access
- `scientific-packages/context-initialization` - for Python package usage
- `scientific-integrations/context-initialization` - for lab platform integration
Together, these ensure Claude always leverages existing expertise before attempting scientific tasks.

View File

@@ -0,0 +1,19 @@
# Reference: Scientific Thinking Context Section
This is the reference template for what gets added to the workspace root `claude.md` file.
---
## Scientific Analysis & Research Methods
**Before attempting any analysis, writing, or research task, search for relevant methodology skills in this repository.**
This repository contains skills for scientific methodologies including:
- Data analysis frameworks (EDA, statistical analysis)
- Research methodologies (hypothesis generation, brainstorming, critical thinking)
- Communication skills (scientific writing, visualization, peer review)
- Document processing (DOCX, PDF, PPTX, XLSX)
Always search for and use existing methodology skills before attempting scientific analysis or writing tasks.
---