Grasshopper/Rhino tools — convert GHX definitions to LLM-readable markdown and RAG summaries
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.
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.
npx claudepluginhub bauhaus-infau/infau-skill-base --plugin grasshopperDocument conversion and processing tools — transform PDFs and other document formats into Markdown and structured text.
Research planning and problem selection framework for academic research in computational design, urban planning, and sustainable building
AI image generation tools — architecture-focused visualization using Googles Nano Banana
18 specialized Claude Code skills for computational design in AEC covering parametric modeling, generative design, computational geometry, algorithmic patterns, structural computation, environmental simulation, facade engineering, digital fabrication, BIM scripting, interoperability, optimization methods, data-driven design, mesh processing, design automation, and machine learning for AEC. References 50+ pioneers and frameworks including Patrik Schumacher, Greg Lynn, Neri Oxman, Achim Menges, and standards from buildingSMART, Ladybug Tools, ASHRAE, Eurocode, and more. Includes 7 Python calculators.
MiniMax AI skills library for frontend, fullstack, Android, iOS, shader, GIF sticker, document, presentation, spreadsheet, and multimodal media workflows
Obsidian vault 파일 작성/편집을 위한 Agent Skills. Markdown(wikilinks, embeds, callouts), Bases(.base), JSON Canvas(.canvas), CLI, Defuddle 지원. 원본: kepano/obsidian-skills (MIT)
Academic research agents — hypothesis generation, experiment design, paper drafting, peer review simulation, and more.
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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.