Claude Code for academics — skills, agents, and setup guides
# Add to your Claude Code skills
git clone https://github.com/chrisblattman/claudeblattmanGuides for using ai agents skills like claudeblattman.
Last scanned: 5/26/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-26T07:46:06.925Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": false
}claudeblattman is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by chrisblattman. Claude Code for academics — skills, agents, and setup guides. It has 427 GitHub stars.
Yes. claudeblattman passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/chrisblattman/claudeblattman" and add it to your Claude Code skills directory (see the Installation section above).
claudeblattman is primarily written in JavaScript. It is open-source under chrisblattman on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claudeblattman against similar tools.
No comments yet. Be the first to share your thoughts!
A professor's guide to building AI workflows — from chatbots to self-improving systems.
Website: claudeblattman.com
A free, open-source resource for non-developers who want to build real AI workflows. Three paths:
No coding background required. Everything is built with markdown and AI tools.
New to the desktop agent apps? Start with the Desktop Agent Starter Kit:
Install Claude Code, then sign in.
In Claude Code, add and install the starter plugin:
/plugin marketplace add chrisblattman/claudeblattman
/plugin install starter-kit@claudeblattman
After your first Claude Code handoff, optionally install the Codex starter pack:
git clone https://github.com/chrisblattman/claudeblattman.git
cd claudeblattman/codex-starter
python3 install-codex-starter.py install
Then follow Start Here: Desktop Agent Starter Kit.
The older skills/ library remains available as advanced/reference material,
but it is not the recommended first-run path.
claudeblattman/
├── docs/ # Website source (MkDocs Material)
├── plugins/starter-kit/ # Claude plugin for the desktop-agent starter kit
├── codex-starter/ # Codex starter pack installer + skills
├── skills/ # Downloadable skill files
├── agents/ # Downloadable agent files
├── templates/ # Starter templates (CLAUDE.md, goals.yaml)
├── mkdocs.yml # Site configuration
├── CONTRIBUTING.md # Maintenance guide
└── LICENSE # MIT
See CONTRIBUTING.md for how to edit content, add skills, and maintain the site.
The starter kit is versioned separately from the broader docs. Each public
starter-kit release should have a matching tag such as starter-kit-v0.1.0 and
a current public-manifest.json. If a plugin release needs rollback, install
from the last known-good tag and avoid changing the marketplace/plugin names.
MIT — use anything here however you want.
Built by Chris Blattman. The name is a joke. The tools are real.