Total 36,018 skills
Showing 12 of 36018 skills
End-of-day structured summary and next-session prep. Use at the end of each working day or significant work block.
Personal PHP conventions enforced when creating, modifying, or planning code that will touch PHP files. Covers strict types, function imports, testing philosophy, class design, observability, and planning practices. Activate whenever working on PHP code.
Use ADB to interact with an Android device or emulator. Takes a screenshot, understands the screen, performs actions (tap, swipe, type, navigate), and loops until the mission is complete.
Followup integration. Manage Organizations, Users. Use when the user wants to interact with Followup data.
Tracks cumulative API spend against a monthly budget and pauses non-essential automations when thresholds are crossed
Funding Options integration. Manage data, records, and automate workflows. Use when the user wants to interact with Funding Options data.
Bolt integration. Manage data, records, and automate workflows. Use when the user wants to interact with Bolt data.
Proactively monitors estimated token usage during long sessions and triggers context-window-management before overflow, not after. Use at the start of any session expected to last more than 30 minutes.
Detects when the agent is stuck in a loop and escapes systematically. Use when you notice repeated failures or loss of direction.
Red-green-refactor discipline. Use when writing new functionality.
Data quality framework covering completeness, accuracy, consistency, validation rules, and data contracts. Use when implementing data validation, setting up data quality checks, or defining data contracts.
Threat modeling using STRIDE methodology. Data flow diagrams, trust boundaries, attack surface mapping, and risk assessment. Use when analyzing system security, designing secure architectures, or conducting security reviews.