Loading...
Loading...
Found 1,499 Skills
Creates and validates Salesforce flows with 110-point scoring and Winter '26 best practices. Use when building record-triggered flows, screen flows, autolaunched flows, scheduled flows, or reviewing existing flow performance.
AI agent requests effective code reviews through proper preparation, clear descriptions, and appropriate reviewer selection. Use when creating PRs, requesting feedback, or submitting for review.
Deploy to Coolify with best practices
Flutter Tooling - Tools and Commands. Use when working with tooling.
Testing React Native. Use when writing tests, reviewing test coverage, or setting up testing.
Shared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security.
Best practices for prompt engineering and context engineering for Coding Agent prompts
No Polling for Background Agents
External research workflow for docs, web, APIs - NOT codebase exploration
Never Use TaskOutput
Research topics using web search and content fetching to find accurate, current information. Use when you need modern information, official documentation, best practices, technical solutions, or comparisons beyond your training data.
Expert GDScript best practices including static typing (var x: int, func returns void), signal architecture (signal up call down), unique node access (%NodeName, @onready), script structure (extends, class_name, signals, exports, methods), and performance patterns (dict.get with defaults, avoid get_node in loops). Use for code review, refactoring, or establishing project standards. Trigger keywords: static_typing, signal_architecture, unique_nodes, @onready, class_name, signal_up_call_down, gdscript_style_guide.