engineering▌
80 indexed skills · max 10 per page
glycoengineering
Kuan-lin Huang/glycoengineering · research
Analyze and engineer protein glycosylation for therapeutic antibody optimization and vaccine design.
cobrapy
K-Dense Inc./cobrapy · research
COBRApy is a Python library for constraint-based metabolic modeling, essential for systems biology research and metabolic engineering analysis.
using-agent-skills
explainx/agent-skills · productivity
Discovers and invokes agent skills for effective task management in engineering workflows.
deprecation-and-migration
OWNER/REPO · other
Manages deprecation and migration. Use when removing old systems, APIs, or features.
customaize-agent:context-engineering
neolabhq/context-engineering-kit · AI/ML
Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering.
customaize-agent:prompt-engineering
neolabhq/context-engineering-kit · AI/ML
Advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability.
design-engineering
refoundai/lenny-skills · Frontend
Bridge design and engineering teams by clarifying roles, organizational placement, and hiring strategy. \n \n Defines design engineering as merging UX design with engineering to accelerate prototyping and production shipping, with scope varying from validation prototypes to production-ready code \n Emphasizes combining design sensibility with shipping ability rather than seeking unicorn-level expertise in both disciplines \n Guides organizational placement decisions, handoff friction diagnosis,
context-engineering-advisor
deanpeters/product-manager-skills · Productivity
Diagnose whether your AI workflows are context stuffing or context engineering, then implement structured practices to improve output quality. \n \n Distinguishes between context stuffing (volume-based) and context engineering (structure-based), with five diagnostic questions to identify Context Hoarding Disorder \n Guides two-layer memory architecture: short-term conversational memory plus long-term persistent memory via vector databases for semantic retrieval \n Implements the Research→Plan→Re
postgresql-database-engineering
manutej/luxor-claude-marketplace · Productivity
Comprehensive PostgreSQL database engineering covering indexing, query optimization, replication, and production management. \n \n Covers 6 index types (B-tree, Hash, GiST, GIN, BRIN, SP-GiST) with decision matrices for choosing the right index for specific query patterns \n Includes streaming and logical replication setup, failover procedures, and high-availability configuration with synchronous/asynchronous modes \n Provides partitioning strategies (range, list, hash) with automation examples
ai-first-engineering
affaan-m/everything-claude-code · AI/ML
Engineering operating model for teams shipping code with AI-assisted generation. \n \n Emphasizes planning quality, evaluation coverage, and behavior-focused code review over traditional syntax checking and typing speed \n Requires agent-friendly architectures with explicit boundaries, stable contracts, typed interfaces, and deterministic tests to minimize implicit behavior \n Shifts review priorities to behavior regressions, security assumptions, data integrity, failure handling, and rollout sa