← all publishers

dallascrilley

@dallascrilley source repo

112 published skills · page 1 of 2

  1. Skill Creator · dallascrilley 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.
    0
    installs
  2. Tanstack Query · dallascrilley bundle
    This skill provides comprehensive knowledge for TanStack Query v5 (React Query) server state management in React applications. It should be used when setting up data fetching with useQuery, implementing mutations with useMutation, configuring QueryClient, managing caching strategies, migrating from v4 to v5, implementing optimistic updates, using infinite queries, or encountering query/mutation errors. Use when: initializing TanStack Query in React projects, configuring QueryClient settings, creating custom query hooks, implementing mutations with error handling, setting up optimistic updates, using useInfiniteQuery for pagination, migrating from React Query v4 to v5, debugging stale data issues, fixing caching problems, resolving v5 breaking changes, implementing suspense queries, or setting up query devtools. Keywords: TanStack Query, React Query, useQuery, useMutation, useInfiniteQuery, useSuspenseQuery, QueryClient, QueryClientProvider, data fetching, server state, caching, staleTime, gcTime, query invali
    0
    installs
  3. Verification Before Completion · dallascrilley
    Run verification commands and confirm output before claiming success
    0
    installs
  4. Ast Grep · dallascrilley bundle
    Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
    0
    installs
  5. Prompting · dallascrilley bundle
    Prompt engineering standards and context engineering principles for AI agents based on Anthropic best practices. Covers clarity, structure, progressive discovery, and optimization for signal-to-noise ratio.
    0
    installs
  6. Claude API · dallascrilley bundle
    This skill provides comprehensive knowledge for working with the Anthropic Messages API (Claude API). It should be used when integrating Claude models into applications, implementing streaming responses, enabling prompt caching for cost savings, adding tool use (function calling), processing images with vision capabilities, or using extended thinking mode. Use when building chatbots, AI assistants, content generation tools, or any application requiring Claude's language understanding. Covers both server-side implementations (Node.js, Cloudflare Workers, Next.js) and direct API access. Keywords: claude api, anthropic api, messages API, @anthropic-ai/sdk, claude streaming, prompt caching, tool use, vision, extended thinking, claude 3.5 sonnet, claude 3.7 sonnet, claude sonnet 4, function calling, SSE, rate limits, 429 errors
    0
    installs
  7. Clerk Auth · dallascrilley bundle
    Comprehensive Clerk authentication integration for React, Next.js, and Cloudflare Workers. Covers setup, protected routes, JWT verification, middleware, shadcn/ui components, and troubleshooting.
    0
    installs
  8. Copper Crm · dallascrilley bundle
    Comprehensive Copper CRM management skill for CRUD and search operations on Leads, People, Companies, and Opportunities. Includes helper scripts, templates, error handling, and rate limiting strategies.
    0
    installs
  9. Git Expert · dallascrilley bundle
    Expert guidance for Git version control operations including branching strategies, advanced commands, workflow best practices, conflict resolution, and collaboration patterns.
    0
    installs
  10. Web Browser · dallascrilley bundle
    This skill provides tools for browser automation and web page interaction through Chrome DevTools Protocol (CDP). It should be used when automating web browsers, testing web applications, scraping data, taking screenshots, or interacting with web pages programmatically. Use when: automating browser tasks, web scraping, testing websites, capturing screenshots, evaluating JavaScript, selecting page elements, navigating pages, filling forms, or debugging web applications. Keywords: browser automation, CDP, Chrome DevTools Protocol, web scraping, puppeteer, screenshot, JavaScript evaluation, DOM inspection, element picker, browser testing, headless Chrome, page navigation, web automation
    0
    installs
  11. Brainstorming Ideas Into Designs · dallascrilley
    Interactive idea refinement using Socratic method to develop fully-formed designs
    0
    installs
  12. Writing Plans · dallascrilley
    Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context
    0
    installs
  13. Regex Patterns · dallascrilley bundle
    Create, validate, and apply regular expression patterns for data validation, text extraction, and transformation tasks
    0
    installs
  14. Creating Skills · dallascrilley bundle
    TDD for process documentation - test with subagents before writing, iterate until bulletproof
    0
    installs
  15. Executing Plans · dallascrilley
    Execute detailed plans in batches with review checkpoints
    0
    installs
  16. Fabric Patterns · dallascrilley bundle
    Intelligent pattern selector for Fabric CLI - suggests most relevant patterns from 242+ specialized AI prompts based on user intent. Provides copy-paste ready commands and chainable scripts. USE WHEN user mentions fabric, needs to process/analyze content, extract insights, summarize text, create content, or transform data. Covers analysis, security, development, writing, visualization, and 20+ categories.
    0
    installs
  17. Researching Web · dallascrilley
    Conducts deep web research using advanced search techniques and multi-source synthesis. Use when comprehensive information gathering is needed including competitive analysis, fact verification across sources, trend analysis, or investigating complex topics. Trigger phrases include research topic, find information about, verify claims, analyze trends, competitive analysis.
    0
    installs
  18. Airtable Manager · dallascrilley bundle
    Airtable REST API manager for CRUD operations, filtering, upsert, webhooks, and data synchronization. Supports JavaScript SDK, Python SDK (pyairtable), and raw HTTP requests. Handles 30+ field types, rate limiting (5 req/sec per base, 50 req/sec per user), pagination, filterByFormula queries, webhook lifecycle management, CSV sync (10k rows), and enterprise features. USE WHEN: User requests Airtable integration, needs to read/write/sync Airtable data, create automations with Airtable webhooks, build Airtable-backed applications, implement upsert operations, filter records with formulas, handle attachments, manage organization/bases, or debug Airtable API issues. Keywords: airtable api, airtable integration, airtable crud, airtable webhook, filterByFormula, airtable upsert, airtable sync, pyairtable, airtable.js, personal access token, airtable rate limit, airtable pagination, linked records, airtable attachments, airtable enterprise
    0
    installs
  19. Claude Agent Sdk · dallascrilley bundle
    This skill provides comprehensive knowledge for working with the Anthropic Claude Agent SDK. It should be used when building autonomous AI agents, creating multi-step reasoning workflows, orchestrating specialized subagents, integrating custom tools and MCP servers, or implementing production-ready agentic systems with Claude Code's capabilities. Use when building coding agents, SRE systems, security auditors, incident responders, code review bots, or any autonomous system that requires programmatic interaction with Claude Code CLI, persistent sessions, tool orchestration, and fine-grained permission control. Keywords: claude agent sdk, @anthropic-ai/claude-agent-sdk, query(), createSdkMcpServer, AgentDefinition, tool(), claude subagents, mcp servers, autonomous agents, agentic loops, session management, permissionMode, canUseTool, multi-agent orchestration, settingSources, CLI not found, context length exceeded
    0
    installs
  20. Codex CLI Bridge · dallascrilley bundle
    Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
    0
    installs
  21. Defense In Depth Validation · dallascrilley
    Validate at every layer data passes through to make bugs impossible
    0
    installs
  22. Managing Context · dallascrilley bundle
    Context management for multi-agent workflows and long-running projects. Handles context capture, distribution, memory management, and session coordination.
    0
    installs
  23. Domain Focused Naming · dallascrilley
    Name code by what it does in the domain, not how it's implemented or its history
    0
    installs
  24. Naming Variables · dallascrilley
    Choose names that fully and accurately describe what the variable represents
    0
    installs
  25. Openai Responses · dallascrilley bundle
    This skill provides comprehensive knowledge for working with OpenAI's Responses API, the unified stateful API for building agentic applications. It should be used when building AI agents that preserve reasoning across turns, integrating MCP servers for external tools, using built-in tools (Code Interpreter, File Search, Web Search, Image Generation), managing stateful conversations, implementing background processing, or migrating from Chat Completions API. Use when building agentic workflows, conversational AI with memory, tools-based applications, RAG systems, data analysis agents, or any application requiring OpenAI's reasoning models with persistent state. Covers both Node.js SDK and Cloudflare Workers implementations. Keywords: responses api, openai responses, stateful openai, openai mcp, code interpreter openai, file search openai, web search openai, image generation openai, reasoning preservation, agentic workflows, conversation state, background mode, chat completions migration, gpt-5, polymorphic out
    0
    installs
  26. Project Planning · dallascrilley bundle
    Generates comprehensive planning documentation for web application projects, structuring work into context-safe phases with built-in verification criteria. Creates IMPLEMENTATION_PHASES.md, DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md, and other planning docs.
    0
    installs
  27. Using Gemini CLI · dallascrilley bundle
    This skill enables Claude to leverage Google Gemini CLI for intelligent code analysis, refactoring, and automated editing through non-interactive command-line prompting. It provides integration with Gemini and other LLM-based coding assistants, allowing delegation of code-based tasks to external smart models via CLI invocation.
    0
    installs
  28. Commenting Intent · dallascrilley
    Comment WHY code exists and non-obvious decisions, not WHAT code does (mechanics)
    0
    installs
  29. Google Gemini API · dallascrilley bundle
    Complete guide for Google Gemini API using the CORRECT current SDK (@google/genai v1.27+, NOT the deprecated @google/generative-ai). Covers text generation, multimodal inputs (text + images + video + audio + PDFs), function calling, thinking mode, streaming, and system instructions with accurate 2025 model information (Gemini 2.5 Pro/Flash/Flash-Lite with 1M input tokens, NOT 2M). Use when: integrating Gemini API, implementing multimodal AI applications, using thinking mode for complex reasoning, function calling with parallel execution, streaming responses, deploying to Cloudflare Workers, building chat applications, or encountering SDK deprecation warnings, context window errors, model not found errors, function calling failures, or multimodal format errors. Keywords: gemini api, @google/genai, gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite, multimodal gemini, thinking mode, google ai, genai sdk, function calling gemini, streaming gemini, gemini vision, gemini video, gemini audio, gemini pdf, syste
    0
    installs
  30. Installing Skills System · dallascrilley bundle
    Installing Skills System
    0
    installs
  31. Pattern Emergence · dallascrilley bundle
    Use when orchestrating diverse perspectives to detect emergent patterns, synthesizing multi-agent insights, coordinating knowledge synthesis from conflicting viewpoints, identifying meta-patterns across diverse sources, managing productive tensions between perspectives, or maximizing collective intelligence through diversity. Excels at finding patterns that emerge FROM diversity rather than despite it. Ideal for multi-perspective analysis, emergence detection, diversity orchestration, tension-driven insights, and discovering unexpected patterns from agent collaboration.
    0
    installs
  32. Using Claude Code · dallascrilley
    Expert knowledge for understanding and using Claude Code CLI effectively, including features, commands, skills system, MCP servers, slash commands, and best practices. Use when user asks about Claude Code capabilities, how to create custom skills, MCP integration, workflow optimization, troubleshooting CLI issues, or extending functionality. Keywords - claude code, CLI commands, custom skills, MCP servers, slash commands, file operations, git integration, debugging, skill creation, workflow optimization.
    0
    installs
  33. Validating Inputs · dallascrilley
    Check all external inputs for validity - garbage in, nothing out, never garbage out
    0
    installs
  34. Alex Hormozi Pitch · dallascrilley bundle
    Create irresistible offers and pitches using Alex Hormozi's methodology from $100M Offers. Guides through value equation, guarantee frameworks, pricing psychology, and creating offers "too good not to take" for any product or service.
    0
    installs
  35. Basecamp Assistant · dallascrilley bundle
    Comprehensive Basecamp 4 API integration assistant. Manages projects, messages, documents, people, todos, and all Basecamp resources via REST API.
    0
    installs
  36. CLI Tool Developer · dallascrilley bundle
    Expert assistance for building command-line interface (CLI) applications with Node.js/TypeScript and Python, including argument parsing, interactive prompts, terminal UI, progress indicators, and CLI frameworks like Commander.js, Inquirer, Chalk, Ora (Node.js) and Click, Typer, Argparse, Cement, Cliff (Python).
    0
    installs
  37. Linear Github Sync · dallascrilley bundle
    Keep Linear and GitHub synchronized when contributing to projects. Use when working on repositories that track issues in Linear - includes project setup, issue management, branch naming, commit messages, and PR linking. Trigger phrases include "work on Linear issue", "start Linear task", "create branch for issue", "sync with Linear", or when Linear issue IDs (e.g., DAL-123) are mentioned.
    0
    installs
  38. Refactoring Safely · dallascrilley
    Refactor with tests first, one change at a time, never mix refactoring with bug fixes or new features
    0
    installs
  39. Root Cause Tracing · dallascrilley bundle
    Systematically trace bugs backward through call stack to find original trigger
    0
    installs
  40. Tailwind V4 Shadcn UI Stack · dallascrilley bundle
    Production-tested setup for Tailwind CSS v4 with shadcn/ui, Vite, and React. Use when: initializing React projects with Tailwind v4, setting up shadcn/ui, implementing dark mode, debugging CSS variable issues, fixing theme switching, migrating from Tailwind v3, or encountering color/theming problems. Covers: @theme inline pattern, CSS variable architecture, dark mode with ThemeProvider, component composition, vite.config setup, common v4 gotchas, and production-tested patterns. Keywords: Tailwind v4, shadcn/ui, @tailwindcss/vite, @theme inline, dark mode, CSS variables, hsl() wrapper, components.json, React theming, theme switching, colors not working, variables broken, theme not applying
    0
    installs
  41. Using Crawl4ai CLI · dallascrilley bundle
    Extract structured data from websites using crawl4ai CLI. Generate CSS extraction schemas, create crawler configs for dynamic content, and build complete scraping workflows with Chrome MCP inspection and automated validation. Use when scraping websites, extracting product data, monitoring content changes, or handling JavaScript-heavy sites. Keywords - crwl, web scraping, CSS selectors, Chrome MCP, output validation, XPath, LLM extraction, crawl4ai.
    0
    installs
  42. Agent Observability · dallascrilley bundle
    Real-time observability dashboard for multi-agent Claude Code sessions. Visualize agent interactions, tool usage, and session flows in real-time through a web dashboard. Track multiple agents running in parallel with swim lane visualization, event filtering, and live charts. **Key Features:** - 🔴 Real-time event streaming via WebSocket - 📊 Agent swim lanes showing parallel execution - 🔍 Event filtering by agent, session, event type - 📈 Live charts for tool usage patterns - 💾 Filesystem-based (no database required) **Inspired by [@indydevdan](https://github.com/indydevdan)**'s work on multi-agent observability. **Our approach:** Filesystem + in-memory streaming vs. indydevdan's SQLite database approach.
    0
    installs
  43. Deepwiki Extraction · dallascrilley bundle
    Extracts comprehensive repository documentation from DeepWiki by navigating with Chrome DevTools MCP, capturing all sections as markdown, and enabling Q&A about the codebase. Use when the user provides a GitHub repository URL, asks about repository documentation, mentions DeepWiki, or wants to understand a codebase's structure and features.
    0
    installs
  44. Lootbox Tools Usage · dallascrilley bundle
    This skill should be used when calling lootbox tools in LLM scripts, composing tool calls, handling errors, chaining multiple tools, or troubleshooting tool usage. Covers syntax, argument passing, result handling, native vs MCP tools, and practical patterns for tool integration.
    0
    installs
  45. React Hook Form Zod · dallascrilley bundle
    This skill provides comprehensive knowledge for building type-safe, validated forms in React using React Hook Form and Zod schema validation. Use when: building forms with validation in React, integrating Zod schema validation with React Hook Form, using shadcn/ui Form or Field components, implementing client and server-side validation with a single schema, handling complex validation scenarios (nested objects, arrays, conditional fields, async validation), building multi-step forms or wizards, implementing dynamic form fields with useFieldArray, optimizing form performance and re-renders, ensuring accessible form error handling, or debugging form validation issues. Keywords: react-hook-form, useForm, zod validation, zodResolver, @hookform/resolvers, form schema, register, handleSubmit, formState, useFieldArray, useWatch, useController, Controller, shadcn form, Field component, client server validation, nested validation, array field validation, dynamic fields, multi-step form, async validation, zod refine, z
    0
    installs
  46. Reducing Complexity · dallascrilley
    Managing complexity is software's primary technical imperative - all other goals are secondary
    0
    installs
  47. Using Git Worktrees · dallascrilley
    Create isolated git worktrees with smart directory selection and safety verification
    0
    installs
  48. Web Asset Generator · dallascrilley bundle
    Generate web assets including favicons, app icons (PWA), and social media meta images (Open Graph) for Facebook, Twitter, WhatsApp, and LinkedIn. Use when users need icons, favicons, social sharing images, or Open Graph images from logos or text slogans. Handles image resizing, text-to-image generation, and provides proper HTML meta tags.
    0
    installs
  49. Automation Scripting · dallascrilley bundle
    Expert guidance for task automation, cron jobs, workflow automation, and scripting. Use when: building automated workflows, creating scheduled tasks, implementing file watchers, creating ETL pipelines, automating deployments, building API integrations, implementing batch processing jobs, or setting up event-driven automation. Keywords: automation, cron jobs, task scheduler, workflow automation, ETL pipeline, file watcher, batch processing, scheduled tasks, node-cron, chokidar, data processing, deployment automation, API integration, event-driven, idempotent scripts
    0
    installs
  50. Developing CLI Tools · dallascrilley bundle
    Build command-line tools that are human-friendly, scriptable, and composable following modern best practices
    0
    installs
  51. Implementing Modules · dallascrilley bundle
    Use this skill when implementing code from specifications, building self-contained modules, creating regeneratable components, or following the 'bricks and studs' modular design philosophy. This includes implementing modules with clear contracts, creating isolated components with public interfaces, building documentation-first modules, or structuring code into self-contained directories. Applies when working with specifications from architecture designs, creating Python modules with proper boundaries, or ensuring modules can be regenerated from specifications alone.
    0
    installs
  52. Localizing Variables · dallascrilley
    Declare variables in smallest possible scope, initialize close to first use, minimize span and live time
    0
    installs
  53. Navigating Ambiguity · dallascrilley bundle
    Use this skill when encountering fundamental disagreements between sources, paradoxes or contradictions that resist resolution, situations where mapping unknowns is as important as knowns, multiple valid interpretations without clear superiority, complex systems where multiple truths coexist, or when premature certainty would close off important insights. This includes analyzing competing theories, exploring emerging technologies with many unknowns, preserving productive tensions between viewpoints, mapping confidence gradients, or working with ambiguous knowledge domains.
    0
    installs
  54. Systematic Debugging · dallascrilley bundle
    Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
    0
    installs
  55. Tech Stack Evaluator · dallascrilley bundle
    Comprehensive technology stack evaluation and comparison tool with TCO analysis, security assessment, and intelligent recommendations for engineering teams
    0
    installs
  56. Wordpress Management · dallascrilley bundle
    Manage WordPress sites using Visual Composer (WPBakery) page builder. Use when updating WordPress pages, replacing images in team grids, editing Visual Composer shortcodes, or working with WPEngine-hosted sites. Teaches hybrid workflow using wp-cli for operations and browser for verification.
    0
    installs
  57. Cleaning Up Post Task · dallascrilley
    Use when tasks or todo lists are completed to review git status, remove temporary artifacts, eliminate unnecessary complexity, and ensure adherence to project philosophy principles. Proactively invoked after task completion to maintain codebase hygiene and ruthless simplicity. Triggers include "task completed", "todo list done", "cleanup needed", "ensure simplicity", "remove cruft", "check for temporary files", or after major implementation work.
    0
    installs
  58. Convert Docs To Skill · dallascrilley bundle
    Create comprehensive PAI skills from tool/CLI/API documentation. Analyzes docs (markdown or URLs via crawl4ai), deduces workflows, generates helper scripts/templates/guardrails, and builds complete skill packages. Supports agent-powered parallel execution for 2-5x speedup. USE WHEN user says 'create skill from docs', 'build skill for [tool]', 'turn documentation into skill', or provides documentation to transform into a skill.
    0
    installs
  59. Create Atomic Commits · dallascrilley bundle
    This skill provides systematic analysis of git changes and creates atomic, meaningful commits following Conventional Commits format. Use when organizing multiple changes into logical commits, splitting mixed work into separate commits, or creating commit series from complex changesets. Use when: user says 'organize commits', 'split changes', 'create atomic commits', 'analyze git changes', 'smart commits', or has multiple unrelated changes to commit. Keywords: git, commits, atomic commits, conventional commits, git analysis, commit organization, git staging, change classification, commit series
    0
    installs
  60. Gardening Skills Wiki · dallascrilley bundle
    Maintain skills wiki health - check links, naming, cross-references, and coverage
    0
    installs
  61. Code Review Reception · dallascrilley
    Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation
    0
    installs
  62. Synthesizing Insights · dallascrilley
    Use this skill when discovering revolutionary connections between disparate concepts, finding breakthrough insights through collision-zone thinking, identifying meta-patterns across domains, or discovering simplification cascades that dramatically reduce complexity. Ideal for complex problem-solving, innovative solution seeking, pattern recognition across different fields, radical simplification of complex systems, and finding unexpected connections between unrelated knowledge components.
    0
    installs
  63. Testing Anti Patterns · dallascrilley
    Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.
    0
    installs
  64. Architecting Solutions · dallascrilley bundle
    Use this skill PROACTIVELY for code planning, architecture design, system design, and code quality review. Embodies ruthless simplicity and analysis-first development following Wabi-sabi philosophy and Occam's Razor. Triggers include new features, system restructuring, module design, code review requests, complexity reduction, or architectural decisions. Creates clear specifications that guide implementation. Examples - "Add a caching layer", "Restructure authentication system", "Review this module for complexity", "Design the API architecture", "Plan this feature implementation".
    0
    installs
  65. AWS Solution Architect · dallascrilley bundle
    Expert AWS solution architecture for startups focusing on serverless, scalable, and cost-effective cloud infrastructure with modern DevOps practices and infrastructure-as-code.
    0
    installs
  66. Exploring Alternatives · dallascrilley
    Try 2-3 different approaches before implementing - don't settle for first design you think of
    0
    installs
  67. Optimizing Performance · dallascrilley bundle
    Use this skill when analyzing and improving code or system performance, including profiling applications to identify bottlenecks, optimizing slow algorithms, improving database query performance, reducing memory usage, fixing memory leaks, addressing high CPU usage, or resolving latency issues. This includes investigating slow API endpoints, analyzing response times, measuring throughput, or any performance-related concerns. The skill follows a measure-first, data-driven approach to optimization.
    0
    installs
  68. Pandadoc Sales Manager · dallascrilley bundle
    Automate PandaDoc document workflows for sales teams - create proposals from templates, send documents, track status, manage contacts.
    0
    installs
  69. Requesting Code Review · dallascrilley bundle
    Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
    0
    installs
  70. Using Openai Codex CLI · dallascrilley bundle
    This skill enables Claude to leverage OpenAI Codex CLI for intelligent code analysis, refactoring, and automated editing through non-interactive command-line prompting. It provides integration with Codex and other LLM-based coding assistants, allowing delegation of code-based tasks to external smart models via CLI invocation.
    0
    installs
  71. Writing Technical Docs · dallascrilley bundle
    Use this skill when creating or improving technical documentation including user guides, tutorials, README files, API documentation, architecture docs, or when enhancing content clarity and accessibility. This includes writing getting started guides, documenting code, creating ADRs (Architecture Decision Records), establishing writing standards, organizing documentation structure, or restructuring complex technical content for better understanding.
    0
    installs
  72. Acuity Schedule Manager · dallascrilley bundle
    Manage Acuity Scheduling API integrations with appointment booking, client management, availability checking, and webhook handling. USE WHEN user needs to integrate Acuity Scheduling, create/manage appointments, sync client data, check availability, or set up booking webhooks. Keywords - acuity, scheduling, appointments, booking, calendar, availability, webhooks, client management, CRM sync.
    0
    installs
  73. Claude Action Workflows · dallascrilley bundle
    Create and edit GitHub Actions workflows for Claude Code Action. Validates CLAUDE_CODE_OAUTH_TOKEN secret, generates workflows for PR reviews, issue triage, CI auto-fix, and interactive @claude assistants. Use when creating .github/workflows/*.yml files, configuring claude_args, setting up MCP servers, validating secrets, or troubleshooting Claude Code Action workflows.
    0
    installs
  74. Condition Based Waiting · dallascrilley bundle
    Replace arbitrary timeouts with condition polling for reliable async tests
    0
    installs
  75. Designing Before Coding · dallascrilley
    Design in pseudocode first, iterate approaches, then translate to code
    0
    installs
  76. Github Search Assistant · dallascrilley bundle
    This skill should be used when searching GitHub for repositories, code, issues, pull requests, or commits. Use when user wants to find projects, discover code examples, track issues, or analyze GitHub activity. Trigger phrases include "search GitHub", "find repos", "GitHub query", "search for code", "find issues", "discover projects".
    0
    installs
  77. Raycast Script Commands · dallascrilley bundle
    Create, edit, and manage Raycast script commands. Use when users ask to build Raycast scripts, automate macOS tasks via Raycast, create launcher shortcuts, or develop script commands with arguments and output modes. Covers all supported languages (bash, python, node, swift, ruby, applescript) and metadata configuration.
    0
    installs
  78. Specification Architect · dallascrilley bundle
    A rigorous, traceability-first system that generates five interconnected architectural documents (blueprint.md, requirements.md, design.md, tasks.md, and validation.md) with complete requirements-to-implementation traceability. Use this skill when users need to architect systems, create technical specifications, or develop structured project documentation with guaranteed traceability.
    0
    installs
  79. Test Driven Development Tdd · dallascrilley
    Write the test first, watch it fail, write minimal code to pass
    0
    installs
  80. Vmix Production Manager · dallascrilley
    vMix Production Manager - Complete automation toolkit for vMix live production with helper scripts, configuration templates, and production-ready patterns.
    0
    installs
  81. Debugging Systematically · dallascrilley
    Hypothesis-driven debugging framework for systematically finding and fixing bugs through evidence gathering, hypothesis testing, and minimal fixes.
    0
    installs
  82. Encapsulating Complexity · dallascrilley
    Hide implementation details behind interfaces - work at domain level (what), not implementation level (how)
    0
    installs
  83. Generating Modular Specs · dallascrilley bundle
    Translates natural language requests into well-defined module specifications with clear boundaries, dependencies, and implementation parameters. Use when converting vague feature requests into actionable module intents, defining module scope and contracts, structuring modular systems, or creating module specifications from high-level asks. Generates session.json files with decisions, confidence scores, and dependency contracts.
    0
    installs
  84. Google Gemini Embeddings · dallascrilley bundle
    This skill provides complete coverage of Google Gemini embeddings API (gemini-embedding-001) for building RAG systems, semantic search, document clustering, and similarity matching. Use when implementing vector search with Google's embedding models, integrating with Cloudflare Vectorize, or building retrieval-augmented generation systems. Covers SDK usage (@google/genai), fetch-based Workers implementation, batch processing, 8 task types (RETRIEVAL_QUERY, RETRIEVAL_DOCUMENT, SEMANTIC_SIMILARITY, etc.), dimension optimization (128-3072), and cosine similarity calculations. Prevents 8+ embedding-specific errors including dimension mismatches, incorrect task types, rate limiting issues (100 RPM free tier), vector normalization mistakes, text truncation (2,048 token limit), and model version confusion. Includes production-ready RAG patterns with Cloudflare Vectorize integration, chunking strategies, and caching patterns. Token savings: ~60%. Production tested. Keywords: gemini embeddings, gemini-embedding-001, go
    0
    installs
  85. Keeping Routines Focused · dallascrilley
    Each routine does one thing and does it well - extract when routines have multiple responsibilities
    0
    installs
  86. Managing Hetzner Coolify · dallascrilley bundle
    Manage Real News PR infrastructure on Hetzner Cloud and Coolify. Create servers, deploy applications/databases, configure firewalls, troubleshoot issues, and monitor health.
    0
    installs
  87. Simplifying Control Flow · dallascrilley
    Flatten nested conditionals with early returns or table-driven methods - keep nesting depth under 3 levels
    0
    installs
  88. Single Purpose Variables · dallascrilley
    Use each variable for exactly one purpose - no hybrid coupling or hidden meanings
    0
    installs
  89. Zustand State Management · dallascrilley bundle
    Production-tested setup for Zustand state management in React applications with TypeScript. This skill provides comprehensive patterns for building scalable, type-safe global state. Use when: setting up global state in React, migrating from Redux or Context API, implementing state persistence with localStorage, configuring TypeScript with Zustand, using slices pattern for modular stores, adding devtools middleware for debugging, handling Next.js SSR hydration, or encountering hydration errors, TypeScript inference issues, or persist middleware problems. Prevents 5 documented issues: Next.js hydration mismatches, TypeScript double parentheses syntax errors, persist middleware export errors, infinite render loops, and slices pattern type inference failures. Keywords: zustand, state management, React state, TypeScript state, persist middleware, devtools, slices pattern, global state, React hooks, create store, useBoundStore, StateCreator, hydration error, text content mismatch, infinite render, localStorage, ses
    0
    installs
  90. Connectwise API Assistant · dallascrilley bundle
    Lookup ConnectWise records and troubleshoot ConnectWise CLI issues. Comprehensive support for ConnectWise Manage API operations, search, filtering, and error resolution.
    0
    installs
  91. Decomposing Complex Tasks · dallascrilley
    Master architect for breaking down complex, multi-step projects into manageable components. Handles workflow architecture, task orchestration planning, identifying dependencies, and recommending optimal execution strategies.
    0
    installs
  92. Lootbox Tools Development · dallascrilley bundle
    This skill should be used when developing native TypeScript tools for lootbox, integrating external MCP servers, validating tool implementations, or building LLM-accessible tools with type safety. Covers tool creation, MCP integration, schema definition, testing, and best practices for lootbox tool development.
    0
    installs
  93. Remembering Conversations · dallascrilley bundle
    Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
    0
    installs
  94. Searching Code Structures · dallascrilley bundle
    Use ast-grep CLI tool for syntax-aware code searching, pattern matching, refactoring, and creating custom linting rules. Invoke when users request to "find code patterns", "search for functions that...", "refactor all X to Y", "replace code structures", ask about AST structure, or explicitly mention ast-grep. Handles complex structural searches beyond simple text matching (e.g., "find all async functions without error handling", "replace callback patterns with promises").
    0
    installs
  95. Writing Evergreen Comments · dallascrilley
    Write comments explaining WHAT and WHY, never temporal context or history
    0
    installs
  96. Architecting Visualizations · dallascrilley bundle
    Use this skill when transforming abstract data, knowledge structures, or complex relationships into visual representations. This includes creating interactive graphs, network diagrams, concept maps, knowledge landscapes, dependency visualizations, timeline flows, or any situation where visual exploration reveals patterns not apparent in text. The skill designs appropriate visualizations, selects optimal layout algorithms (force-directed, hierarchical, circular, temporal), creates intuitive visual metaphors, and specifies interactive elements that make complex information explorable and understandable. Ideal for knowledge graphs, concept constellations, tension spectrums, uncertainty maps, evolution timelines, and layered architectures.
    0
    installs
  97. Dispatching Parallel Agents · dallascrilley
    Use multiple Claude agents to investigate and fix independent problems concurrently
    0
    installs
  98. Downloading Jwplayer Videos · dallascrilley bundle
    Extract and download videos from web pages using JWPlayer by accessing the JWPlayer JavaScript API via browser automation. Use when downloading videos from NBC news sites, local news stations, or any page using JWPlayer where direct yt-dlp extraction fails with "No video metadata found in webpage". Use when: downloading videos from NBC news pages (nbcdfw.com, nbcnewyork.com, etc.), encountering "No video metadata found" errors, extracting videos from pages with JWPlayer embeds, network inspection doesn't reveal video URLs, or dealing with dynamically loaded video content. Prevents 3 documented issues: yt-dlp "No video metadata" errors on NBC sites, wasted time with network inspection that misses dynamic content, confusion with multiple video players (ads vs. main content).
    0
    installs
  99. Subagent Driven Development · dallascrilley
    Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks
    0
    installs
  100. Tracing Knowledge Evolution · dallascrilley bundle
    Use when analyzing how knowledge, concepts, or ideas evolved over time; tracing lineage of current understanding; identifying abandoned but valuable approaches; recognizing when old solutions solve new problems. Excels at temporal analysis, paradigm shift documentation, concept genealogy, decay pattern recognition, and preserving the 'fossil record' of ideas that may return. Typical uses include tracking evolution of programming paradigms, analyzing why architectural patterns declined, detecting revival patterns between old and new approaches, excavating lost wisdom from deprecated technologies.
    0
    installs