1850 results (37.3ms) page 18 / 93
ETZhang / openclaw-skills-claude-code-runner-glm exact

Run Claude Code CLI with GLM-4.7 model for AI code generation. Use when you need to generate code, debug, analyze files, or get AI programming assistance. Requires: Claude Code CLI + GLM-4.7 API...

kasperjunge / agent-resources-legacy-technical-blog-post exact

Write high-quality technical blog posts with strong structure and clarity. Use when asked to write a blog post, technical article, tutorial, or guide about programming, software, APIs, tools, or...

antoniolg / agent-kit-grok-research exact

Investigate a topic with Grok 4.1 via OpenRouter and generate a Markdown report with a timeline, verifiable claims, and sources (web/X). Use it when the user says “investiga…”, “haz research…”,...

omer-metin / skills-for-antigravity-customer-support-ai-tools exact

Master the AI tools that transform customer support from cost center to competitive advantage. Automate routine queries, empower agents, and delight customers at scale. Use when "customer support,...

tlaplus / agentskills-tlaplus-split-action exact

Split a TLA+ action into two sequential actions by introducing a new program counter (pc) state. Handles pc variable updates, UNCHANGED statements, TypeOk predicates, and follows naming...

omer-metin / skills-for-antigravity-azure-functions exact

Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js...

kimny1143 / claude-code-template-email-sequence exact

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign,"...

ncklrs / startup-os-skills-pricing-strategist exact

Expert pricing strategy and monetization guidance for SaaS and digital products. Use when designing pricing tiers, creating pricing pages, setting value metrics, developing bundle strategies,...

samhvw8 / dot-claude-research exact

Technical research methodology with YAGNI/KISS/DRY principles. Phases: scope definition, information gathering, analysis, synthesis, recommendation. Capabilities: technology evaluation,...

omer-metin / skills-for-antigravity-product-strategy exact

World-class product strategy expertise combining Marty Cagan's outcome-driven product management, Steve Jobs' product intuition, and modern Silicon Valley best practices. This skill answers the...

omer-metin / skills-for-antigravity-community-building exact

Your most loyal users aren't just customers - they're potential advocates, contributors, and community members who can become the engine of your growth. Community-led growth isn't about...

omer-metin / skills-for-antigravity-growth-strategy exact

World-class growth strategy expertise combining Andrew Chen's marketplace and network effects wisdom, Brian Balfour's growth frameworks, Casey Winters' Pinterest/Grubhub playbooks, and the best of...

omer-metin / skills-for-antigravity-ai-trend-alchemy exact

The fusion of trend prediction and AI content generation: detecting emerging trends before they peak and generating content that rides—or creates—the wave. This is marketing alchemy, transmuting...

whatiskadudoing / fp-ts-skills-fp-ts-do-notation exact

Master Do notation in fp-ts to write readable, sequential functional code without callback hell. Covers bind, apS, let, bindTo and real-world patterns.

whatiskadudoing / fp-ts-skills-fp-immutable exact

Practical immutability patterns in TypeScript - spread operators, nested updates, readonly types, and when mutation is actually fine

whatiskadudoing / fp-ts-skills-fp-ts-option-and-either exact

Functional error handling and nullable value management using fp-ts Option and Either types

whatiskadudoing / fp-ts-skills-fp-ts-task-either exact

Functional async patterns using TaskEither for type-safe error handling in TypeScript

whatiskadudoing / fp-ts-skills-fp-ts-validation exact

Validation patterns using fp-ts with error accumulation, form validation, and API input validation