Claude Code plugins for Alliance of Genome Resources developers
npx claudepluginhub alliance-genome/agr_claude_codeComprehensive Jira management for Alliance projects (KANBAN, SCRUM, AGRHELP, MOD). Create tickets, search issues, manage status transitions, and more.
Secret scanning pre-commit hooks using Gitleaks and TruffleHog. Blocks commits containing API keys, passwords, and tokens.
Specialized agents for advanced Alliance development workflows. Includes MCP server architecture and PRD writing.
Expert LinkML schema reviewer for Alliance of Genome Resources. Reviews schema changes for correctness, consistency, and adherence to Alliance conventions.
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
Shared Claude Code configurations, plugins, and best practices for Alliance of Genome Resources developers.
[!IMPORTANT] Claude Code runs in a regular terminal, not in the Claude web UI. Alliance access is for the Claude Code command-line tool only. If the Claude website or Claude desktop chat app still shows a personal
Freeplan, that is expected. To use Alliance-provided Claude Code access, open a normal terminal window on your computer (for example Terminal, iTerm, Windows Terminal, or PowerShell) and run Claude Code there.
Claude Code is a command-line tool that brings Claude AI directly into your terminal. Instead of copying code back and forth from a chat window, Claude Code can:
You interact with it through natural conversation in your terminal:
You: Can you add error handling to the API client?
Claude: I'll add try/catch blocks and proper error messages. Let me read the current
implementation first...
[Claude reads files, makes edits, runs tests]
To get started with Claude Code at the Alliance, you need to be added to our Anthropic organization:
You'll receive an email invitation to join the Alliance Anthropic organization once your request is processed.
⚠️ Please take 10 minutes to read this: Claude Code Quickstart Guide
The official guide covers essential workflows that will save you hours:
You'll get far more out of Claude Code if you understand its capabilities upfront.
As mentioned in the quickstart guide, once you've received your invitation and created your account, install the Claude Code CLI:
macOS, Linux, WSL:
curl -fsSL https://claude.ai/install.sh | bash
Windows PowerShell:
irm https://claude.ai/install.ps1 | iex
Alternative: Homebrew (macOS/Linux):
brew install --cask claude-code
One-time installation: Claude Code only needs to be installed once per computer. After installation, you can run
claudefrom any directory - you don't need to install it separately for each project or repository.
Note: Native installations auto-update automatically. Homebrew requires manual updates via
brew upgrade claude-code.
claude
> what does this project do?
⚠️ Important: Make sure your model is set to Opus for the best results.
Check and set your model:
/model
Select Opus from the list. This setting persists across sessions.
Why Opus? Opus is Claude's most capable model - it handles complex codebases better, makes fewer mistakes, and produces higher quality code. If you're finding Claude's suggestions unhelpful or off-target, check that you're using Opus.
These three habits will dramatically improve your experience with Claude Code. They're simple but make a huge difference in the quality and reliability of the code Claude produces.