Loading...
Loading...
Found 5,843 Skills
Expert blueprint for quest tracking systems (objectives, progress, rewards, branching chains) using Resource-based quests, signal-driven updates, and AutoLoad managers. Use when implementing RPG quests or mission systems. Keywords quest, objectives, Quest Resource, QuestObjective, signal-driven, branching, rewards, AutoLoad.
Create and modify Google Docs documents. Read document content and structure, manage formatting, paragraphs, and styles. Use when working with Google Docs document management.
Guide for how to develop Go apps and modules/libraries. Always use this skill when reading or writing Go code.
Design algorithms with LaTeX pseudocode and UML diagrams. Generate algorithmic environments, Mermaid class/sequence diagrams, and ensure consistency between pseudocode and implementation. Use when formalizing methods for a paper.
Go backend development standards using DDD architecture, ent ORM, fx DI, and kiwi-lib utilities. Covers project structure, domain design, API/application/infrastructure layers, database workflow, and coding requirements.
Generate text content using Google Gemini models via scripts/. Use for text generation, multimodal prompts with images, thinking mode for complex reasoning, JSON-formatted outputs, and Google Search grounding for real-time information. Triggers on "generate with gemini", "use gemini for text", "AI text generation", "multimodal prompt", "gemini thinking mode", "grounded response".
Apply modern Go syntax guidelines based on project's Go version. Use when user ask for modern Go code guidelines.
Analyze a creator negotiation scenario and generate strategic response options with trade-off analysis and suggested language. This skill should be used when a creator counters with a higher rate, an influencer pushes back on deliverables, a negotiation stalls and you need to re-engage, a creator objects to exclusivity or usage rights terms, you need help responding to a creator's counter-offer, figuring out what to say when a creator asks for more money, handling a creator who wants fewer deliverables, drafting a response to a stalled creator deal, navigating a tricky influencer negotiation, or deciding whether to accept or counter a creator's rate. For estimating fair rates before negotiating, see creator-rate-estimator. For writing initial outreach messages, see creator-outreach-sequence-generator. For classifying a batch of creator replies, see reply-triage-classifier.
Scaffolds or references a production-ready Node.js REST API with Express 5, TypeScript, Mongoose (MongoDB), Redis, Sentry, JWT auth, bcrypt, rate limiting, and centralized error handling. Use when the user wants to start a new observable and resilient backend, needs a Node.js API boilerplate with security and monitoring, or asks to clone or adapt this template repository.
Create algorithmic art using p5.js with seed-based randomness and interactive parameter exploration. Use this when users request to create art with code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art instead of copying existing artists' works to avoid copyright infringement.
Accesses the Google Calendar and Tasks API. Use this skill to view or manage calendars, events, schedules, or Google tasks.
Analyze candidate algorithms for time/space complexity, scalability limits, and resource-budget fit (CPU, memory, I/O, concurrency). Use when feasibility depends on input growth or latency/memory constraints and quantitative bounds are required before implementation; do not use for persistence schema or deployment topology decisions.