Academic skills for research, document processing, and computational design
npx claudepluginhub bauhaus-infau/infau-skill-baseResearch planning and problem selection framework for academic research in computational design, urban planning, and sustainable building
Document conversion and processing tools — transform PDFs and other document formats into Markdown and structured text.
Grasshopper/Rhino tools — convert GHX definitions to LLM-readable markdown and RAG summaries
AI image generation tools — architecture-focused visualization using Googles Nano Banana
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Academic skills for Claude Code at the InfAU chair (Informatik in der Architektur und Urbanistik), Bauhaus-Universität Weimar.
Authenticate with GitHub:
gh auth login
/plugin marketplace add Bauhaus-InfAU/infau-skill-base
/plugin install research@infau-skills
/plugin install docs@infau-skills
/plugin install grasshopper@infau-skills
/plugin install monet@infau-skills
Set GitHub token in your shell config (~/.bashrc or ~/.zshrc):
export GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx
This repository contains domain-specific plugins for Claude Code that help with common academic tasks. Each domain plugin includes skills (reusable prompts) and commands (slash commands) that guide Claude through specific workflows.
research/)Research planning and problem selection framework for academic research in computational design, urban planning, and sustainable building.
Commands:
/research-plan - Plan research projects using scientific problem selection framework/research-question - Improve research questions using FINER/PICO frameworks/deep-research - Conduct comprehensive multi-source research with citation trackingExample:
/research-question How can computational simulation evaluate the impact of micro-scale interventions in fostering spatial synchronization?
Claude will:
grasshopper/)Tools for working with Grasshopper (Rhino) parametric definitions.
Commands:
/ghx-to-llm - Convert GHX files to LLM-readable markdown with cluster resolution and letter-based cross-referencingmonet/)AI image generation for architecture using Google Gemini.
Commands:
/monet - Generate architecture-focused images with structured prompts and style referencesExample:
/monet new
Claude will:
monet/ directory with context, references, prompts, and results foldersdocs/)Document processing and conversion workflows.
Commands:
/pdf-to-md - Convert PDF files to Markdown using Doclingskill-base/
├── .claude-plugin/ # Root plugin manifest + marketplace
│ ├── plugin.json
│ └── marketplace.json
├── research/ # Research domain plugin
│ ├── .claude-plugin/
│ ├── commands/
│ │ ├── research-plan.md
│ │ ├── research-question.md
│ │ └── deep-research.md
│ └── skills/
│ ├── research-question/
│ ├── scientific-problem-selection/
│ └── deep-research/
├── grasshopper/ # Grasshopper domain plugin
│ ├── .claude-plugin/
│ ├── commands/
│ │ └── ghx-to-llm.md
│ └── skills/
│ └── ghx-to-llm/
├── monet/ # AI image generation plugin
│ ├── .claude-plugin/
│ ├── commands/
│ │ └── monet.md
│ └── skills/
│ └── monet/
├── docs/ # Document processing plugin
│ ├── .claude-plugin/
│ ├── commands/
│ │ └── pdf-to-md.md
│ └── skills/
│ ├── pdf/
│ └── pdf-to-md/
├── _templates/ # Templates for new skills
├── CLAUDE.md
├── CONTRIBUTING.md
└── README.md
Want to add your own skill? See CONTRIBUTING.md for a step-by-step guide. No programming experience required.
MIT License - see LICENSE for details.