alphafold
About
The alphafold skill uses AlphaFold2 to validate protein designs by predicting structures and calculating confidence metrics. It supports single-chain validation, binder-target complexes, and multi-chain predictions with AlphaFold-Multimer. For faster single-chain predictions, developers should use the esm skill instead.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/alphafoldCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
production-readiness
MetaThis skill performs comprehensive pre-deployment validation to ensure code is production-ready. It runs a complete audit pipeline including security scans, performance benchmarks, documentation checks, and dependency analysis. Use it as a final gate before deployment to generate a safety checklist and identify critical issues.
n8n-expression-testing
OtherThis skill validates n8n workflow expressions, performing syntax checks and context-aware testing to catch common errors. It helps developers optimize data transformations by detecting pitfalls and security vulnerabilities. Use it to ensure your n8n JavaScript expressions are robust and performant before execution.
type-safety-validation
MetaThis skill enables end-to-end type safety across your entire application stack using Zod, tRPC, Prisma, and TypeScript. It ensures type safety from database operations through API layers to UI components, catching errors at compile time rather than runtime. Use it when building full-stack applications that require robust validation and type-safe data flow.
moai-project-config-manager
TestingThis skill provides complete CRUD operations for config.json files with built-in validation and merge strategies. It handles project initialization, configuration updates, and includes intelligent backup and recovery features. Use it for robust configuration management with error handling in your development workflows.
