All Skills
25,836 skillsBiophysics
Applies physical principles to model biological systems, including protein folding, membrane transport, molecular forces, and neural signaling.
1
Blue Green
Designs and implements blue-green deployment architectures with environment switching, traffic routing, automated rollback, and health monitoring for zero-downtime releases.
1
Clean Code
Improves code readability and maintainability by applying SOLID principles, meaningful naming, small functions, proper error handling, and DRY practices.
1
Compliance
Guides implementation of data protection and privacy controls for regulatory frameworks such as GDPR, HIPAA, SOC 2, and PCI-DSS, including audits, retention policies, and data subject requests.
1
Containerd
Provides guidance and best practices for working with containerd, covering setup, configuration, deployment, and troubleshooting.
1 · bundle
Containers
Provides expertise in containerization technology, covering container creation, orchestration integration, security hardening, and operational best practices for production workloads.
1
API Gateway
Designs API gateway architecture and implements routing, authentication, rate limiting, transformation, caching, logging, and circuit breaking.
1
Apple Notes
Manage Apple Notes from the terminal using the `memo` CLI: create, view, edit, delete, search, move, and export notes on macOS.
1
Application
Designs application architecture, selects patterns, structures code modules, and manages dependencies for new projects.
1
Browser Use
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
1
Build Tools
Automates multi-language software builds with Makefiles, dependency management, testing, packaging, and CI/CD integration.
1
Code Review
Provides code review best practices, checklists, and example feedback for quality, security, performance, and maintainability.
1
Anthropic
Provides guidance on using Anthropic's Claude API, covering message formats, context windows, tool use, and best practices for building conversational AI applications.
1
Langchain
Build LLM-powered applications with modular components for chains, agents, memory, and retrieval, supporting Python and JavaScript frameworks.
1
App Security
Provides expert-level guidance on implementing and applying app security concepts, including design, optimization, debugging, and best practices.
1
Biochemistry
Analyzes biochemical processes, including enzyme kinetics, metabolic pathways, and biomolecule characterization, with practical techniques and examples.
1
Browser Apis
Provides design patterns and architectural approaches for implementing and integrating browser APIs in software projects.
1
Cell Biology
Explains cell structure, organelles, signaling pathways, and cell cycle regulation for biology study and research.
1
Code Quality
Measures code quality, identifies code smells, and implements quality gates using static analysis and technical debt tracking.
1
Coding Agent
Runs Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
1
Create Skill
Guides users through creating effective Agent Skills for Cursor, covering skill structure, best practices, and SKILL.md format.
1
Embeddings
Explains dense vector embeddings, their key concepts, common use cases, and best practices for semantic search and RAG applications.
1
Tensorflow
Build and deploy machine learning models with TensorFlow, covering Keras, data pipelines, and production serving.
1
Anti Patterns
Identifies common software anti-patterns in code and suggests refactoring solutions to improve code quality.
1
Mariadb Dump
Explains MariaDB-specific defaults and traps of the mariadb-dump client for dev workflows, including consistent backups, routines/events flags, diffable dumps, idempotent seeding, and restore via the mariadb client.
0
Mariadb Show
Explains MariaDB-specific SHOW statement syntax, including replication terminology, filtering rules, and diagnostic commands like SHOW EXPLAIN and SHOW ANALYZE.
0
Mariadb Grant
Documents MariaDB-specific GRANT behavior, including privilege scope levels, implicit account creation, MariaDB-only privileges, roles, proxy grants, resource limits, and TLS options, to help write accurate GRANT statements.
0
Mariadb Delete
Covers MariaDB-specific DELETE syntax and behavior, including RETURNING, multi-table forms, temporal-table deletion, and DELETE vs TRUNCATE differences.
0
Mariadb Import
Bulk-load text files into MariaDB tables using the mariadb-import client, covering table-name-from-filename rules, TAB defaults, --local vs server-side reads, duplicate handling, and parallel loads.
0
Mariadb Insert
Documents MariaDB-specific INSERT syntax and behavior, including RETURNING, ON DUPLICATE KEY UPDATE, INSERT IGNORE, and various forms and modifiers, to help write and review INSERT statements.
0
Mariadb Update
Documents MariaDB-specific UPDATE syntax and behavior, including single-table vs multi-table forms, assignment evaluation order, RETURNING with OLD_VALUE(), temporal tables, and common pitfalls. Use when writing, generating, or reviewing UPDATE statements targeting MariaDB.
0
Mariadb Vector
Provides best practices for using MariaDB's built-in vector support for AI workloads, including SQL syntax for vector columns, indexes, distance functions, and RAG patterns.
0
Mariadb Explain
Explains MariaDB-specific EXPLAIN and ANALYZE syntax, including FORMAT=JSON, SHOW EXPLAIN/ANALYZE FOR, and the standalone ANALYZE statement that executes queries.
0
Mariadb Features
Explains MariaDB-specific features and behaviors that differ from MySQL, including system-versioned tables, RETURNING, sequences, and version-specific defaults, to help optimize and migrate MariaDB applications.
0
Mysql To Mariadb
Guides developers migrating applications from MySQL to MariaDB, covering authentication, JSON handling, replication, and SQL syntax differences.
0
Mariadb Drop User
Explains MariaDB-specific behavior of DROP USER and RENAME USER, including multiple accounts per statement, IF EXISTS handling, active-connection warnings, and effects on privileges and definers. Use when writing or reviewing account-lifecycle SQL for MariaDB.
0