
from claude-code-templates29,459
Access the BRENDA enzyme database via SOAP API to retrieve kinetic parameters, reactions, organism data, and substrate-specific enzyme information.
BRENDA (BRaunschweig ENzyme DAtabase) is a comprehensive enzyme information system. This skill provides helpers and scripts to query kinetic parameters (Km, kcat), reaction equations, organism-specific enzyme data, and environmental/condition metadata.
scripts/brenda_queries.py, scripts/brenda_visualization.py, scripts/enzyme_pathway_builder.py).get_km_values("1.1.1.1") (via provided client)search_enzymes_by_substrate("glucose", limit=20)The skill includes detailed parsing and workflow examples. Users must provide valid BRENDA credentials and respect API rate limits.
BRENDA Database Client skill provides extensive documentation for querying enzyme kinetic data via the BRENDA SOAP API. The SKILL.md is comprehensive and well-structured for reference, but the skill references three scripts (brenda_queries.py, brenda_visualization.py, enzyme_pathway_builder.py) and a brenda_client module that are not bundled — only the SKILL.md body was available with no actual script files. The code examples are illustrative Python snippets rather than executable scripts. Authentication requires BRENDA credentials stored in .env, which is appropriate but adds friction.
Skill is documentation-only with no bundled scripts. The referenced Python modules and helper scripts don't ship with the skill, making it more of a reference guide than an executable skill. Security is reasonable (no hardcoded creds, no destructive commands, uses .env for auth), but the SOAP API calls to external BRENDA servers constitute network calls to an external host (-18 deduction considered, though BRENDA is a well-known legitimate scientific database so partial credit). Shell injection risk from the legacy BRENDA_EMIAL typo environment variable handling is minimal. The SKILL.md itself is extensive and well-written as documentation, but lacks executable scripts making it incomplete as a skill. Architecture is mid-range: has proper frontmatter and organized sections but references external scripts not included, and no scripts/ directory with actual code.
Scientific Schematics & Diagrams
Generate publication-quality scientific diagrams via AI with iterative quality review and smart regeneration for journal, conference, poster, and presentation o
Writing Hookify Rules
Guides creating Hookify rule files (.claude/hookify.*.local.md) to detect patterns (dangerous commands, secrets, debug logs) and show warnings or block actions.
Hook Development for Claude Code Plugins
Guidance and patterns for creating event-driven hooks (PreToolUse, PostToolUse, Stop, SessionStart, etc.) for Claude Code plugins and projects.
ChEMBL Database Explorer
Query ChEMBL programmatically to retrieve bioactive molecule data, bioactivity measurements, targets, and perform similarity/substructure searches for drug disc
Coding Standards & Best Practices
Opinionated, language-agnostic coding standards and best practices focused on TypeScript/JavaScript/React to improve readability, safety, and maintainability.
React State Management
Practical guide to choosing and implementing modern React state solutions (Redux Toolkit, Zustand, Jotai, React Query) for local, global, and server state.
Game Design Principles
Practical game design guidance: core loop, GDD structure, player psychology, balancing, and progression patterns for prototyping and documenting games.
RWKV Architecture
Provides guidance and workflows for RWKV, a Transformer+RNN hybrid that enables linear-time inference and effectively unlimited context for long-sequence and st
Zapier & Make Patterns
Guidance and patterns for building reliable no-code automations in Zapier and Make, with anti-patterns and failure modes to avoid.
LangGraph
Guides building production-grade, stateful agent graphs with LangGraph: state, reducers, routing, persistence, and human-in-the-loop patterns for robust multi-n