12 Commits

Author SHA1 Message Date
Lingzhi Yang 9e6c085d65 Add strict phase gate protocol to deep-research skill
Enforce sequential execution of all 6 phases with file-based gate
checks between each phase transition. Phases 3 (Deep Dive) and 4
(Code & Tools) are marked as mandatory with DO NOT SKIP warnings.
Phases 5 and 6 now explicitly require prior phase outputs to exist
before starting.
2026-02-26 23:11:10 -05:00
Lingzhi Yang 4e5f1176a1 Add github-research skill (v1.1.0)
6-phase pipeline for discovering, evaluating, and deeply analyzing
GitHub repositories related to a research topic. Reads deep-research
output, discovers repos from multiple sources (GitHub search, code
search, Papers With Code), scores and ranks them, clones and analyzes
code, then produces cross-repo comparison and integration blueprints.

13 Python scripts (stdlib-only), 1 SKILL.md, 1 phase-guide reference.
v1.1.0
2026-02-23 16:26:34 -05:00
Lingzhi Yang 1e9785bad0 Add CHANGELOG for v1.0.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v1.0.0
2026-02-21 23:57:36 -05:00
Lingzhi Yang 882d24ff3f Add skills design spec and implementation checklist
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 19:53:15 -05:00
Lingzhi Yang 844aed4bc4 Rename project from claude-research-skills to agent-research-skills
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 16:36:36 -05:00
Lingzhi Yang 4a095887df Rename project from claude-skills to claude-research-skills
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 02:44:18 -05:00
Lingzhi Yang 85433ec7f6 Fix skill discovery: single argument-hint and add deep-research frontmatter
npx skills parser fails on space-separated argument-hint values.
Changed 12 skills from two-arg hints (e.g., [action] [file]) to single-arg.
Added YAML frontmatter to deep-research (was missing entirely).

All 30 skills now discoverable by npx skills add.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 00:22:11 -05:00
Lingzhi Yang e31492cd0a Remove __pycache__ and add .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 00:15:57 -05:00
Lingzhi Yang 2181b243db Add 29 research paper skills alongside deep-research (30 total)
Full academic paper lifecycle coverage: literature search, idea generation,
experiment design, data analysis, figure/table generation, paper writing,
LaTeX formatting, compilation, self-review, revision, slides, and more.

- 29 new skill directories with SKILL.md, scripts/, and references/
- 27 Python scripts + 7 CJS scripts across 15 skills
- All scripts: argparse CLI, docstring headers, stdlib-only where possible
- All 30 SKILL.md files have Related Skills sections (navigable skill graph)
- Updated install.sh: verifies all 30 skills, checks deps, validates scripts
- Updated README.md: documents all skills organized by pipeline phase
- Synced deep-research changes (SKILL.md, api-reference, workflow-phases)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 00:15:42 -05:00
Lingzhi Yang 38f02812ca Fix GitHub username in README install instructions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 21:30:10 -05:00
Lingzhi Yang e8761f1b30 Add README with installation instructions
Documents the two-step install process:
1. npx skills add (global) for the skill + scripts
2. install.sh for the /research command + dependencies

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 20:54:47 -05:00
Lingzhi Yang 77f962a8f2 Initial commit: deep-research skill
Packaged deep-research skill for distribution as an installable GitHub repo.
- SKILL.md with YAML frontmatter and user configuration section
- 7 Python scripts (search, download, extract, db, bibtex, compile)
- 3 reference docs (API guide, note templates, workflow phases)
- /research command definition
- install.sh for command installation and dependency checks
- All hardcoded user paths replaced with portable ~ paths

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 20:40:03 -05:00