163 ready-to-run scientific skills (genomics, chemistry, medicine) plus 100+ scientific databases, Agent Skills-compatible.
- science
- skills
- bioinformatics
- agent-skills
Anthropic's official GitHub Action that runs Claude Code in CI.
Adds a `@claude` mention to your GitHub workflow so Claude Code can review diffs, fix CI failures, and answer questions in issues and pull requests.
Best for maintainers who want a codebase-aware review bot on every PR, and for teams automating triage (label an issue and let Claude take a first pass). The shared, auditable surface for collaborators who don't have Claude Code locally.
Create .github/workflows/claude.yml:
name: Claude Code
on:
issue_comment:
types: [created]
jobs:
claude:
uses: anthropics/claude-code-action@v1
with:
anthropic_token: ${{ secrets.ANTHROPIC_API_KEY }}
Then mention @claude in any issue or PR.Every @claude run consumes API tokens — cap it with the action's turn/budget inputs for cost control. The workflow's GITHUB_TOKEN scope is what Claude can do; grant contents:write only when pushes are needed. Issue and PR text is untrusted input routed to a model with repo access — keep that in mind on public repos.
Repository
anthropics/claude-code-actionCharted
163 ready-to-run scientific skills (genomics, chemistry, medicine) plus 100+ scientific databases, Agent Skills-compatible.
A composable skill framework that makes Claude Code far more capable.
Guizang's art-direction skill: turn architecture, street, and food photos into editorial-grade posters.