AcademicForge
Curated academic AI skills for research, writing, and figures
All Skills in This Repository (47)
Pure Emerald Level Indicatorsusing-git-worktrees
Create isolated Git worktrees with automated project setup and safety verification.
test-driven-development
Enforce a Red-Green-Refactor cycle for code implementation and bug fixes.
systematic-debugging
Guide four-phase systematic debugging to identify root causes of software defects.
using-superpowers
Ensure AI agents invoke relevant skills before responding or acting.
dispatching-parallel-agents
Dispatch independent agents to debug multiple unrelated failures concurrently.
executing-plans
Execute implementation plans in batches with review checkpoints.
finishing-a-development-branch
Verify tests and execute Git branch merge, PR, or cleanup workflows.
brainstorming
Guide software design through clarifying questions and approval gates.
writing-plans
Generates step-by-step implementation plans for multi-step software development tasks.
requesting-code-review
Dispatch a code-reviewer subagent to analyze code changes against requirements.
receiving-code-review
Verify and evaluate code review feedback before implementing changes.
writing-skills
Create and refine AI Skills using a RED-GREEN-REFACTOR test-driven cycle.
Frequently Asked Questions
FAQPage SchemaHow to install AcademicForge?โผ
Run `npx skills add HughYau/AcademicForge --all -g -y` in your terminal to install the full suite globally.
What is AcademicForge used for?โผ
It is a curated catalog of academic AI skills covering paper writing, literature reviews, publication figures, and bioinformatics tools like AlphaFold2 and scVI. You pick only the skills you need instead of copying whole repositories.
Does AcademicForge work with Claude Code and Codex?โผ
Yes. All skills follow the universal SKILL.md standard and install into Claude Code, OpenCode, or Codex, with support for Windows PowerShell as well as bash.
Can my AI agent choose skills for me?โผ
Yes. Point your agent at the agents.md guide and it will ask about your research needs, browse the catalog, and generate a ready-to-run install command.
Do I need a Claude Science subscription to use these skills?โผ
No. The bundled Claude Science skills work across agents without any subscription, and most run as pure skills with no API key required.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides