← all plugins

Antigravity Master Pack

by @danstrem2 · plugin · 100 skills

Antigravity Master Pack from danstrem2/antigravity-master-pack.

Install the whole plugin (CLI)
npx skillmds add danstrem2/crewai npx skillmds add danstrem2/kaizen npx skillmds add danstrem2/graphql npx skillmds add danstrem2/inngest npx skillmds add danstrem2/blockrun npx skillmds add danstrem2/firebase npx skillmds add danstrem2/form-cro npx skillmds add danstrem2/langfuse npx skillmds add danstrem2/page-cro npx skillmds add danstrem2/paid-ads npx skillmds add danstrem2/langgraph npx skillmds add danstrem2/loki-mode npx skillmds add danstrem2/popup-cro npx skillmds add danstrem2/seo-audit npx skillmds add danstrem2/ai-product npx skillmds add danstrem2/bash-linux npx skillmds add danstrem2/clean-code npx skillmds add danstrem2/clerk-auth npx skillmds add danstrem2/exa-search npx skillmds add danstrem2/last30days npx skillmds add danstrem2/notebooklm npx skillmds add danstrem2/tavily-web npx skillmds add danstrem2/app-builder npx skillmds add danstrem2/copywriting npx skillmds add danstrem2/full-backup npx skillmds add danstrem2/git-pushing npx skillmds add danstrem2/log-manager npx skillmds add danstrem2/mcp-builder npx skillmds add danstrem2/network-101 npx skillmds add danstrem2/segment-cdp npx skillmds add danstrem2/test-fixing npx skillmds add danstrem2/trigger-dev npx skillmds add danstrem2/api-patterns npx skillmds add danstrem2/architecture npx skillmds add danstrem2/codex-review npx skillmds add danstrem2/copy-editing npx skillmds add danstrem2/file-uploads npx skillmds add danstrem2/idor-vulnerability-testing npx skillmds add danstrem2/menu-manager npx skillmds add danstrem2/nosql-expert npx skillmds add danstrem2/pdf npx skillmds add danstrem2/plan-writing npx skillmds add danstrem2/rag-engineer npx skillmds add danstrem2/shopify-apps npx skillmds add danstrem2/tdd-workflow npx skillmds add danstrem2/voice-agents npx skillmds add danstrem2/ab-test-setup npx skillmds add danstrem2/brainstorming npx skillmds add danstrem2/canvas-design npx skillmds add danstrem2/docker-expert npx skillmds add danstrem2/docx npx skillmds add danstrem2/email-systems npx skillmds add danstrem2/gcp-cloud-run npx skillmds add danstrem2/mobile-design npx skillmds add danstrem2/neon-postgres npx skillmds add danstrem2/nestjs-expert npx skillmds add danstrem2/plaid-fintech npx skillmds add danstrem2/pptx npx skillmds add danstrem2/prisma-expert npx skillmds add danstrem2/schema-markup npx skillmds add danstrem2/skill-creator npx skillmds add danstrem2/theme-factory npx skillmds add danstrem2/ui-ux-pro-max npx skillmds add danstrem2/writing-plans npx skillmds add danstrem2/xlsx npx skillmds add danstrem2/algolia-search npx skillmds add danstrem2/aws-serverless npx skillmds add danstrem2/email-sequence npx skillmds add danstrem2/file-organizer npx skillmds add danstrem2/onboarding-cro npx skillmds add danstrem2/project-status npx skillmds add danstrem2/prompt-caching npx skillmds add danstrem2/prompt-library npx skillmds add danstrem2/react-patterns npx skillmds add danstrem2/red-team-tools-and-methodology npx skillmds add danstrem2/restore-backup npx skillmds add danstrem2/security-scanning-tools npx skillmds add danstrem2/social-content npx skillmds add danstrem2/upstash-qstash npx skillmds add danstrem2/webapp-testing npx skillmds add danstrem2/writing-skills npx skillmds add danstrem2/algorithmic-art npx skillmds add danstrem2/azure-functions npx skillmds add danstrem2/bun-development npx skillmds add danstrem2/content-creator npx skillmds add danstrem2/core-components npx skillmds add danstrem2/database-design npx skillmds add danstrem2/doc-coauthoring npx skillmds add danstrem2/executing-plans npx skillmds add danstrem2/frontend-design npx skillmds add danstrem2/launch-strategy npx skillmds add danstrem2/marketing-ideas npx skillmds add danstrem2/parallel-agents npx skillmds add danstrem2/prompt-engineer npx skillmds add danstrem2/python-patterns npx skillmds add danstrem2/signup-flow-cro npx skillmds add danstrem2/skill-developer npx skillmds add danstrem2/agent-evaluation npx skillmds add danstrem2/agent-memory-mcp npx skillmds add danstrem2/behavioral-modes
⬇ Download

Skills in this plugin

  1. crewai · danstrem2
    Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definition, crew orchestration, process types (sequential, hierarchical, parallel), memory systems, and flows for complex workflows. Essential for building collaborative AI agent teams. Use when: crewai, multi-agent team, agent roles, crew of agents, role-based agents.
    2
    repo stars
  2. kaizen · danstrem2
    Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements.
    2
    repo stars
  3. graphql · danstrem2
    GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.
    2
    repo stars
  4. inngest · danstrem2
    Inngest expert for serverless-first background jobs, event-driven workflows, and durable execution without managing queues or workers. Use when: inngest, serverless background job, event-driven workflow, step function, durable execution.
    2
    repo stars
  5. blockrun · danstrem2
    Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models ("blockrun", "use grok", "use gpt", "dall-e", "deepseek")
    2
    repo stars
  6. firebase · danstrem2
    Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they're often wrong. Firestore queries are limited, and you learn this after you've designed your data model. This skill covers Firebase Authentication, Firestore, Realtime Database, Cloud Functions, Cloud Storage, and Firebase Hosting. Key insight: Firebase is optimized for read-heavy, denormalized data. I
    2
    repo stars
  7. form-cro · danstrem2
    When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form friction," "form fields," "form completion rate," or "contact form." For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.
    2
    repo stars
  8. langfuse · danstrem2
    Expert in Langfuse - the open-source LLM observability platform. Covers tracing, prompt management, evaluation, datasets, and integration with LangChain, LlamaIndex, and OpenAI. Essential for debugging, monitoring, and improving LLM applications in production. Use when: langfuse, llm observability, llm tracing, prompt management, llm evaluation.
    2
    repo stars
  9. page-cro · danstrem2
    When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or blog posts. Also use when the user says "CRO," "conversion rate optimization," "this page isn't converting," "improve conversions," or "why isn't this page working." For signup/registration flows, see signup-flow-cro. For post-signup activation, see onboarding-cro. For forms outside of signup, see form-cro. For popups/modals, see popup-cro.
    2
    repo stars
  10. paid-ads · danstrem2
    When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
    2
    repo stars
  11. langgraph · danstrem2
    Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpointers, human-in-the-loop patterns, and the ReAct agent pattern. Used in production at LinkedIn, Uber, and 400+ companies. This is LangChain's recommended approach for building agents. Use when: langgraph, langchain agent, stateful agent, agent graph, react agent.
    2
    repo stars
  12. loki-mode · danstrem2 bundle
    Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention. Features Task tool for subagent dispatch, parallel code review with 3 specialized reviewers, severity-based issue triage, distributed task queue with dead letter handling, automatic deployment to cloud providers, A/B testing, customer feedback loops, incident response, circuit breakers, and self-healing. Handles rate limits via distributed state checkpoints and auto-resume with exponential backoff. Requires --dangerously-skip-permissions flag.
    2
    repo stars
  13. popup-cro · danstrem2
    When the user wants to create or optimize popups, modals, overlays, slide-ins, or banners for conversion purposes. Also use when the user mentions "exit intent," "popup conversions," "modal optimization," "lead capture popup," "email popup," "announcement banner," or "overlay." For forms outside of popups, see form-cro. For general page conversion optimization, see page-cro.
    2
    repo stars
  14. seo-audit · danstrem2
    When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema-markup.
    2
    repo stars
  15. ai-product · danstrem2
    Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, and cost optimization that doesn't bankrupt you. Use when: keywords, file_patterns, code_patterns.
    2
    repo stars
  16. bash-linux · danstrem2
    Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.
    2
    repo stars
  17. clean-code · danstrem2
    Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
    2
    repo stars
  18. clerk-auth · danstrem2
    Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up.
    2
    repo stars
  19. exa-search · danstrem2
    Semantic search, similar content discovery, and structured research using Exa API
    2
    repo stars
  20. last30days · danstrem2 bundle
    Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.
    2
    repo stars
  21. notebooklm · danstrem2 bundle
    Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
    2
    repo stars
  22. tavily-web · danstrem2
    Web search, content extraction, crawling, and research capabilities using Tavily API
    2
    repo stars
  23. app-builder · danstrem2 bundle
    Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.
    2
    repo stars
  24. copywriting · danstrem2
    When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.
    2
    repo stars
  25. full-backup · danstrem2 bundle
    Creates a complete backup of the project files to the parent directory.
    2
    repo stars
  26. git-pushing · danstrem2 bundle
    Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
    2
    repo stars
  27. log-manager · danstrem2 bundle
    Reads and analyzes application logs for debugging and monitoring.
    2
    repo stars
  28. mcp-builder · danstrem2 bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
    2
    repo stars
  29. network-101 · danstrem2
    This skill should be used when the user asks to "set up a web server", "configure HTTP or HTTPS", "perform SNMP enumeration", "configure SMB shares", "test network services", or needs guidance on configuring and testing network services for penetration testing labs.
    2
    repo stars
  30. segment-cdp · danstrem2
    Expert patterns for Segment Customer Data Platform including Analytics.js, server-side tracking, tracking plans with Protocols, identity resolution, destinations configuration, and data governance best practices. Use when: segment, analytics.js, customer data platform, cdp, tracking plan.
    2
    repo stars
  31. test-fixing · danstrem2
    Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.
    2
    repo stars
  32. trigger-dev · danstrem2
    Trigger.dev expert for background jobs, AI workflows, and reliable async execution with excellent developer experience and TypeScript-first design. Use when: trigger.dev, trigger dev, background task, ai background job, long running task.
    2
    repo stars
  33. api-patterns · danstrem2 bundle
    API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
    2
    repo stars
  34. architecture · danstrem2 bundle
    Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
    2
    repo stars
  35. codex-review · danstrem2
    Professional code review with auto CHANGELOG generation, integrated with Codex AI
    2
    repo stars
  36. copy-editing · danstrem2
    When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' or 'copy sweep.' This skill provides a systematic approach to editing marketing copy through multiple focused passes.
    2
    repo stars
  37. file-uploads · danstrem2
    Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle large files without blocking. Use when: file upload, S3, R2, presigned URL, multipart.
    2
    repo stars
  38. idor-vulnerability-testing · danstrem2
    This skill should be used when the user asks to "test for insecure direct object references," "find IDOR vulnerabilities," "exploit broken access control," "enumerate user IDs or object references," or "bypass authorization to access other users' data." It provides comprehensive guidance for detecting, exploiting, and remediating IDOR vulnerabilities in web applications.
    2
    repo stars
  39. menu-manager · danstrem2 bundle
    Manage the restaurant menu (products and categories) for a specific tenant.
    2
    repo stars
  40. nosql-expert · danstrem2
    Expert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses on mental models, query-first modeling, single-table design, and avoiding hot partitions in high-scale systems.
    2
    repo stars
  41. pdf · danstrem2 bundle
    Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
    2
    repo stars
  42. plan-writing · danstrem2
    Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
    2
    repo stars
  43. rag-engineer · danstrem2
    Expert in building Retrieval-Augmented Generation systems. Masters embedding models, vector databases, chunking strategies, and retrieval optimization for LLM applications. Use when: building RAG, vector search, embeddings, semantic search, document retrieval.
    2
    repo stars
  44. shopify-apps · danstrem2
    Expert patterns for Shopify app development including Remix/React Router apps, embedded apps with App Bridge, webhook handling, GraphQL Admin API, Polaris components, billing, and app extensions. Use when: shopify app, shopify, embedded app, polaris, app bridge.
    2
    repo stars
  45. tdd-workflow · danstrem2
    Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
    2
    repo stars
  46. voice-agents · danstrem2
    Voice agents represent the frontier of AI interaction - humans speaking naturally with AI systems. The challenge isn't just speech recognition and synthesis, it's achieving natural conversation flow with sub-800ms latency while handling interruptions, background noise, and emotional nuance. This skill covers two architectures: speech-to-speech (OpenAI Realtime API, lowest latency, most natural) and pipeline (STT→LLM→TTS, more control, easier to debug). Key insight: latency is the constraint. Hu
    2
    repo stars
  47. ab-test-setup · danstrem2
    When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking.
    2
    repo stars
  48. brainstorming · danstrem2 bundle
    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
    2
    repo stars
  49. canvas-design · danstrem2 bundle
    Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
    2
    repo stars
  50. docker-expert · danstrem2
    Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and production deployment patterns. Use PROACTIVELY for Dockerfile optimization, container issues, image size problems, security hardening, networking, and orchestration challenges.
    2
    repo stars
  51. docx · danstrem2 bundle
    Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
    2
    repo stars
  52. email-systems · danstrem2
    Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet most startups treat it as an afterthought - bulk blasts, no personalization, landing in spam folders. This skill covers transactional email that works, marketing automation that converts, deliverability that reaches inboxes, and the infrastructure decisions that scale. Use when: keywords, file_patterns, code_patterns.
    2
    repo stars
  53. gcp-cloud-run · danstrem2
    Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub.
    2
    repo stars
  54. mobile-design · danstrem2 bundle
    Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.
    2
    repo stars
  55. neon-postgres · danstrem2
    Expert patterns for Neon serverless Postgres, branching, connection pooling, and Prisma/Drizzle integration Use when: neon database, serverless postgres, database branching, neon postgres, postgres serverless.
    2
    repo stars
  56. nestjs-expert · danstrem2
    Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication. Use PROACTIVELY for any Nest.js application issues including architecture decisions, testing strategies, performance optimization, or debugging complex dependency injection problems. If a specialized expert is a better fit, I will recommend switching and stop.
    2
    repo stars
  57. plaid-fintech · danstrem2
    Provides expert patterns for Plaid API integration, covering Link token flows, transactions sync, identity verification, ACH Auth, balance checks, webhook handling, and fintech compliance best practices.
    2
    repo stars
  58. pptx · danstrem2 bundle
    Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
    2
    repo stars
  59. prisma-expert · danstrem2
    Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, relation design, or database connection issues.
    2
    repo stars
  60. schema-markup · danstrem2
    When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions "schema markup," "structured data," "JSON-LD," "rich snippets," "schema.org," "FAQ schema," "product schema," "review schema," or "breadcrumb schema." For broader SEO issues, see seo-audit.
    2
    repo stars
  61. skill-creator · danstrem2 bundle
    Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
    2
    repo stars
  62. theme-factory · danstrem2 bundle
    Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
    2
    repo stars
  63. ui-ux-pro-max · danstrem2 bundle
    UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
    2
    repo stars
  64. writing-plans · danstrem2
    Use when you have a spec or requirements for a multi-step task, before touching code
    2
    repo stars
  65. xlsx · danstrem2 bundle
    Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
    2
    repo stars
  66. algolia-search · danstrem2
    Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality.
    2
    repo stars
  67. aws-serverless · danstrem2
    Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.
    2
    repo stars
  68. email-sequence · danstrem2
    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," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," or "lifecycle emails." For in-app onboarding, see onboarding-cro.
    2
    repo stars
  69. file-organizer · danstrem2
    Intelligently organizes files and folders by understanding context, finding duplicates, and suggesting better organizational structures. Use when user wants to clean up directories, organize downloads, remove duplicates, or restructure projects.
    2
    repo stars
  70. onboarding-cro · danstrem2
    When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions "onboarding flow," "activation rate," "user activation," "first-run experience," "empty states," "onboarding checklist," "aha moment," or "new user experience." For signup/registration optimization, see signup-flow-cro. For ongoing email sequences, see email-sequence.
    2
    repo stars
  71. project-status · danstrem2 bundle
    Checks the health of the project, including PM2 services, disk space, and configuration.
    2
    repo stars
  72. prompt-caching · danstrem2
    Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Use when: prompt caching, cache prompt, response cache, cag, cache augmented.
    2
    repo stars
  73. prompt-library · danstrem2
    Curated collection of high-quality prompts for various use cases. Includes role-based prompts, task-specific templates, and prompt refinement techniques. Use when user needs prompt templates, role-play prompts, or ready-to-use prompt examples for coding, writing, analysis, or creative tasks.
    2
    repo stars
  74. react-patterns · danstrem2
    Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.
    2
    repo stars
  75. red-team-tools-and-methodology · danstrem2
    This skill should be used when the user asks to "follow red team methodology", "perform bug bounty hunting", "automate reconnaissance", "hunt for XSS vulnerabilities", "enumerate subdomains", or needs security researcher techniques and tool configurations from top bug bounty hunters.
    2
    repo stars
  76. restore-backup · danstrem2 bundle
    Restores the project from a specified backup directory.
    2
    repo stars
  77. security-scanning-tools · danstrem2
    This skill should be used when the user asks to "perform vulnerability scanning", "scan networks for open ports", "assess web application security", "scan wireless networks", "detect malware", "check cloud security", or "evaluate system compliance". It provides comprehensive guidance on security scanning tools and methodologies.
    2
    repo stars
  78. social-content · danstrem2
    When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' or 'viral content.' This skill covers content creation, repurposing, and platform-specific strategies.
    2
    repo stars
  79. upstash-qstash · danstrem2
    Upstash QStash expert for serverless message queues, scheduled jobs, and reliable HTTP-based task delivery without managing infrastructure. Use when: qstash, upstash queue, serverless cron, scheduled http, message queue serverless.
    2
    repo stars
  80. webapp-testing · danstrem2 bundle
    Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
    2
    repo stars
  81. writing-skills · danstrem2 bundle
    Use when creating new skills, editing existing skills, or verifying skills work before deployment
    2
    repo stars
  82. algorithmic-art · danstrem2 bundle
    Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
    2
    repo stars
  83. azure-functions · danstrem2
    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 programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.
    2
    repo stars
  84. bun-development · danstrem2
    Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, or migrating from Node.js to Bun.
    2
    repo stars
  85. content-creator · danstrem2 bundle
    Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, social media marketing, or content strategy.
    2
    repo stars
  86. core-components · danstrem2
    Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.
    2
    repo stars
  87. database-design · danstrem2 bundle
    Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
    2
    repo stars
  88. doc-coauthoring · danstrem2
    Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
    2
    repo stars
  89. executing-plans · danstrem2
    Use when you have a written implementation plan to execute in a separate session with review checkpoints
    2
    repo stars
  90. frontend-design · danstrem2 bundle
    Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
    2
    repo stars
  91. launch-strategy · danstrem2
    When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' or 'product update.' This skill covers phased launches, channel strategy, and ongoing launch momentum.
    2
    repo stars
  92. marketing-ideas · danstrem2
    When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product. Also use when the user asks for 'marketing ideas,' 'growth ideas,' 'how to market,' 'marketing strategies,' 'marketing tactics,' 'ways to promote,' or 'ideas to grow.' This skill provides 140 proven marketing approaches organized by category.
    2
    repo stars
  93. parallel-agents · danstrem2
    Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.
    2
    repo stars
  94. prompt-engineer · danstrem2
    Expert in designing effective prompts for LLM-powered applications. Masters prompt structure, context management, output formatting, and prompt evaluation. Use when: prompt engineering, system prompt, few-shot, chain of thought, prompt design.
    2
    repo stars
  95. python-patterns · danstrem2
    Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
    2
    repo stars
  96. signup-flow-cro · danstrem2
    When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions "signup conversions," "registration friction," "signup form optimization," "free trial signup," "reduce signup dropoff," or "account creation flow." For post-signup onboarding, see onboarding-cro. For lead capture forms (not account creation), see form-cro.
    2
    repo stars
  97. skill-developer · danstrem2 bundle
    Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
    2
    repo stars
  98. agent-evaluation · danstrem2
    Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent.
    2
    repo stars
  99. agent-memory-mcp · danstrem2
    A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).
    2
    repo stars
  100. behavioral-modes · danstrem2
    AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.
    2
    repo stars