By a2ngerer
Guided setup for Claude Code — generates tailored CLAUDE.md, AGENTS.md, and config files for any use case in minutes.
Set up Claude for academic writing — thesis, paper, or dissertation. Configures LaTeX/Typst stack, bibliography (Zotero + Better BibTeX), citation style, and strict no-invented-citations rules so Claude helps you write without hallucinating references.
Refresh the anchor-derived marker sections in this project's CLAUDE.md and AGENTS.md by re-fetching the latest anchors, diffing against on-disk content, and applying confirmed changes. Supports --dry-run.
Read-only audit of your current Claude setup — prints a prioritized HIGH/MEDIUM/LOW findings list covering package manager hygiene, CLAUDE.md quality, permissions, git hygiene, and MCP servers, without changing any files. Power-user stage of /checkup — invoke directly when you want the raw findings report without a verdict or follow-up actions.
The single user-facing maintenance entrypoint for an existing Claude setup. Health-checks your configuration, decides whether it is fine as-is, needs an upgrade, or needs a rebuild, and takes that action — handing off to /upgrade-setup or /onboarding --rebuild as needed. Use when you want your setup checked and fixed, not just a findings report.
Set up Claude for software development — installs Superpowers, configures an iterative coding workflow (brainstorm → plan → subagents → review → commit), and generates CLAUDE.md, AGENTS.md, and settings.json tailored to your stack.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude is powerful. But only if set up right.
From blank project to a Claude Code setup tailored to your work — in under five minutes.
Most people start a new Claude session and just... start typing. No context, no workflow, no structure. Results are inconsistent, Claude forgets everything between sessions, and it never really learns how you work.
This plugin fixes that. Run /onboarding once — Claude scans your project, asks a handful of targeted questions, and generates everything you need: a tailored CLAUDE.md, subagent roles, tool permissions, workflow instructions, and more.
Already know what you need? Call any setup skill directly.
Not sure where to start? Run /onboarding and we'll figure it out with you. Or jump in:
| You are… | Run this | You get |
|---|---|---|
| A developer shipping code | /coding-setup | Superpowers workflow, subagent roles, stack permissions |
| Building a web app (frontend, backend, or full-stack) | /web-development-setup | Frontend, backend, or full-stack web app — framework-aware permissions, env-var hygiene, deploy-target pointers |
| A data scientist / ML engineer | /data-science-setup | Notebook hygiene, experiment tracking, data/raw→processed layout, reproducibility |
| Building a personal wiki / second brain | /knowledge-base-setup | Karpathy-pattern wiki, optional Obsidian CLI subagent |
| Writing emails, memos, reports, proposals | /office-setup | Business-writing focus: Q1 branches guidelines (email path vs. report path); presentations out of scope |
| A researcher or academic | /research-setup | Literature review workflow, Zotero reference management, reading notes |
| Writing a thesis, paper, or dissertation | /academic-writing-setup | Thesis / paper / dissertation — LaTeX or Typst, Zotero, citation rules that prevent hallucinations |
| Creator brand voice (YouTube, shortform, newsletter, podcast) | /content-voice-setup | Voice + audience + per-platform rule files — scope limited to writing guidance; publishing / analytics / media production out of scope |
| Running infra / DevOps | /devops-setup | Cloud + IaC + CI config, safe-by-default infra workflow |
| Designing UIs | /design-setup | Design tool + frontend stack, UI guidelines, no generic AI looks |
| Already set up, but Claude burns tokens searching large repos / docs / PDFs | /graphify-setup | Local Graphify knowledge-graph index + /graphify slash command + PreToolUse hook (consulted before Grep/Glob/Read) — layers on top of any other setup |
This repo ships a self-hosted marketplace.json, so the standard plugin marketplace flow works directly:
/plugin marketplace add a2ngerer/claude_onboarding_agent
/plugin install claude-onboarding-agent@claude-onboarding-agent
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/a2ngerer/claude_onboarding_agent/main/scripts/install.sh | bash
Windows (PowerShell)
irm https://raw.githubusercontent.com/a2ngerer/claude_onboarding_agent/main/scripts/install.ps1 | iex
Clones the repo and links all skills into ~/.claude/skills/ so Claude Code picks them up automatically. To update: re-run the same command.
How it works under the hood, plus what the future plugin path looks like: docs/installation.md
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/a2ngerer/claude_onboarding_agent/main/scripts/uninstall.sh | bash
Windows (PowerShell)
irm https://raw.githubusercontent.com/a2ngerer/claude_onboarding_agent/main/scripts/uninstall.ps1 | iex
npx claudepluginhub a2ngerer/claude_onboarding_agent --plugin claude-onboarding-agentPlugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows