name
stringlengths
2
64
description
stringlengths
3
1.02k
source
stringclasses
6 values
path
stringclasses
198 values
url
stringlengths
29
246
author
stringlengths
2
33
changelog-generator
Generate comprehensive changelogs from Git history, commit messages, pull requests, and issue tracking for release documentation. Use when preparing releases, documenting changes, creating release notes, categorizing commits, generating version summaries, maintaining project history, or automating changelog updates.
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/changelog-generator
korallis
ci-cd-pipeline
Set up and maintain continuous integration and continuous deployment pipelines with GitHub Actions, GitLab CI, Jenkins, or similar tools to automate testing, building, and deployment. Use when configuring automated builds, setting up test automation, implementing deployment automation, creating release workflows, manag...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/ci-cd-pipeline
korallis
code-review
Systematically review pull requests, feature implementations, and code changes to ensure quality, maintainability, security, and adherence to best practices. Use when reviewing code before merging, conducting peer reviews, performing self-reviews, auditing code quality, checking for security vulnerabilities, ensuring c...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/code-review
korallis
competitive-research
Research competitors, analyze market positioning, identify differentiators, and understand competitive landscape to inform product strategy and positioning. Use when researching competitors, analyzing features, identifying market gaps, understanding pricing strategies, evaluating competitive advantages, researching mar...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/competitive-research
korallis
content-research-writer
Research topics thoroughly and write comprehensive, well-structured content including articles, documentation, blog posts, and technical writing with proper citations and sources. Use when writing blog posts, creating technical articles, researching topics, gathering sources, writing documentation, creating educational...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/content-research-writer
korallis
convex-backend
Build real-time, reactive backend applications with Convex using TypeScript queries, mutations, and actions with automatic reactivity and optimistic updates. Use when building real-time collaborative applications, implementing reactive data synchronization, writing serverless backend functions, creating queries that au...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/convex-backend
korallis
convex-realtime
Implement real-time features using Convex reactive queries that automatically update when data changes, enabling live collaboration, instant updates, and reactive UIs without manual polling. Use when building live dashboards, implementing collaborative editing, creating chat applications, showing real-time notification...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/convex-realtime
korallis
data-migration
Plan and execute database migrations, data transformations, and system migrations safely with rollback strategies and data integrity validation. Use when migrating databases, transforming data schemas, moving between database systems, implementing versioned migrations, handling data transformations, ensuring data integ...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/data-migration
korallis
database-design
Design scalable, normalized database schemas with proper relationships, indexes, constraints, and migration strategies for relational and NoSQL databases. Use when designing database schemas, planning table relationships and foreign keys, creating indexes for query optimization, defining constraints and validations, de...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/database-design
korallis
debugging-systematic
Apply systematic root cause analysis and debugging methodologies to diagnose and fix bugs, test failures, and unexpected behavior. Use when encountering production issues, investigating test failures, diagnosing performance problems, tracing error sources through call stacks, analyzing logs and stack traces, reproducin...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/debugging-systematic
korallis
document-processing-docx
Process, parse, create, and manipulate Microsoft Word (.docx) documents programmatically using libraries like docx or mammoth.js for document generation and data extraction. Use when generating Word documents from templates, extracting text and formatting from .docx files, creating reports and invoices, parsing resumes...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/document-processing-docx
korallis
document-processing-pdf
Process, parse, create, and manipulate PDF documents using libraries like pdf-lib, PDFKit, or pdf-parse for document generation, data extraction, and PDF manipulation. Use when generating PDFs from HTML, extracting text from PDFs, merging or splitting PDFs, adding watermarks, filling PDF forms, creating invoices and re...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/document-processing-pdf
korallis
document-processing-xlsx
Process, parse, create, and manipulate Excel spreadsheets (.xlsx, .xls) using libraries like xlsx, exceljs, or SheetJS for data import/export and spreadsheet automation. Use when reading Excel files for data import, generating Excel reports, exporting data to spreadsheets, parsing bulk uploads, creating financial repor...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/document-processing-xlsx
korallis
documentation-generation
Create comprehensive technical documentation including API docs, component libraries, README files, architecture diagrams, and developer guides using tools like JSDoc, Storybook, or Docusaurus. Use when documenting APIs, creating component documentation, writing README files, generating API references, documenting arch...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/documentation-generation
korallis
domain-name-brainstormer
Generate creative, memorable, and available domain name ideas for projects, products, and businesses with consideration for branding, SEO, and availability. Use when naming new projects, finding available domains, creating memorable brand names, generating naming ideas, checking domain availability, or establishing onl...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/domain-name-brainstormer
korallis
e2e-testing
Write comprehensive end-to-end tests that verify complete user workflows, integration between components, and system behavior from user perspective using Playwright, Cypress, or similar frameworks. Use when testing user flows, verifying feature integration, testing across real browsers, ensuring UI interactions work co...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/e2e-testing
korallis
error-handling-patterns
Design robust error handling strategies including try-catch blocks, custom error classes, error boundaries, graceful degradation, and comprehensive logging. Use when implementing exception handling, creating custom error types, setting up error boundaries in React, designing error response formats for APIs, implementin...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/error-handling-patterns
korallis
file-organizer
Organize, categorize, rename, and manage files systematically using automated rules, naming conventions, and folder structures for efficient file management. Use when organizing uploaded files, implementing file naming conventions, categorizing files by type or metadata, creating folder structures, cleaning up messy di...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/file-organizer
korallis
frontend-component-patterns
Build reusable, composable, and maintainable React/Vue/Angular components following established design patterns like compound components, render props, custom hooks, and HOCs. Use when creating component libraries, implementing component composition, building reusable UI elements, designing prop APIs, managing componen...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/frontend-component-patterns
korallis
git-workflow
Manage source control effectively with Git including branching strategies, commit conventions, merge conflict resolution, rebasing, and collaboration workflows like GitHub Flow or GitFlow. Use when managing feature branches, creating meaningful commits, resolving merge conflicts, rebasing branches, squashing commits, u...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/git-workflow
korallis
incident-response
Respond to production incidents systematically with triage, investigation, resolution, and post-mortem analysis to minimize downtime and prevent recurrence. Use when handling production outages, triaging incidents, investigating critical bugs, coordinating incident response, implementing hotfixes, conducting post-morte...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/incident-response
korallis
invoice-organizer
Organize, categorize, track, and manage invoices systematically with automated extraction of invoice data, payment tracking, and financial organization. Use when processing invoice uploads, extracting invoice details (date, amount, vendor), categorizing expenses, tracking payment status, organizing receipts, generating...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/invoice-organizer
korallis
kaizen-continuous-improvement
Apply continuous improvement principles to iteratively enhance processes, code quality, team practices, and system performance through small, incremental changes. Use when improving development processes, optimizing workflows, reducing waste, enhancing code quality over time, implementing retrospective learnings, or fo...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/kaizen-continuous-improvement
korallis
mcp-builder
Build Model Context Protocol (MCP) servers and tools that extend Claude's capabilities with custom functions, data sources, and integrations. Use when creating custom MCP servers, implementing tools for Claude, building integrations with external services, creating data source connectors, implementing custom functions,...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/mcp-builder
korallis
meeting-insights-analyzer
Analyze meeting transcripts, recordings, and notes to extract action items, key decisions, topics, sentiment, and generate summaries using NLP and AI. Use when processing meeting transcripts, extracting action items, summarizing discussions, identifying key decisions, tracking topics and themes, analyzing sentiment, ge...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/meeting-insights-analyzer
korallis
monitoring-observability
Implement comprehensive monitoring, logging, metrics, tracing, and alerting for production applications to ensure reliability and quick incident response. Use when setting up application monitoring, implementing structured logging, creating metrics and dashboards, setting up alerts, implementing distributed tracing, mo...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/monitoring-observability
korallis
neondb-serverless
Use Neon serverless Postgres with branching, connection pooling, and instant scalability for modern applications with Prisma or Drizzle ORM integration. Use when setting up serverless Postgres databases, implementing database branching for preview environments, configuring connection pooling, optimizing for serverless ...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/neondb-serverless
korallis
nextjs-app-router
Build modern Next.js 13+ applications using App Router architecture with Server Components, Client Components, and advanced routing patterns. Use when implementing server-first rendering, creating nested layouts, building parallel routes, implementing intercepting routes, using React Server Components, optimizing data ...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/nextjs-app-router
korallis
nextjs-server-components
Build efficient React applications using Next.js Server Components that render on the server, reducing client bundle size, improving performance, and enabling direct database access. Use when fetching data server-side, reducing JavaScript bundle size, accessing databases directly in components, implementing streaming w...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/nextjs-server-components
korallis
performance-optimization
Optimize application performance through code splitting, lazy loading, caching strategies, bundle size reduction, render optimization, and profiling. Use when improving page load times, reducing bundle sizes, optimizing React rendering, implementing code splitting, configuring caching strategies, lazy loading component...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/performance-optimization
korallis
playwright-automation
Automate browser testing, web scraping, and user workflow testing with Playwright across multiple browsers. Use when writing end-to-end tests for web applications, automating repetitive browser tasks, scraping data from websites, testing across Chrome/Firefox/Safari, taking screenshots for visual regression testing, te...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/playwright-automation
korallis
react-server-actions
Implement React Server Actions in Next.js 14+ for secure, progressively enhanced form handling and server mutations without API routes. Use when handling form submissions, performing server-side mutations, implementing progressive enhancement, creating actions that work without JavaScript, validating data on the server...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/react-server-actions
korallis
refactoring
Improve code structure, readability, and maintainability without changing external behavior through systematic refactoring techniques like extracting functions, removing duplication, simplifying conditionals, and applying design patterns. Use when reducing technical debt, extracting functions or classes, removing code ...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/refactoring
korallis
root-cause-tracing
Trace bugs backward through call stacks and execution flows to identify the original source of errors, invalid data, or incorrect behavior. Use when debugging complex issues, tracing error origins, investigating data corruption, following execution paths, identifying where invalid data enters the system, or finding roo...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/root-cause-tracing
korallis
security-patterns
Implement comprehensive security patterns to protect applications against OWASP Top 10 vulnerabilities including XSS, CSRF, SQL injection, authentication bypass, and data exposure. Use when handling user data, implementing authentication and authorization, validating input, encrypting sensitive data, preventing injecti...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/security-patterns
korallis
shadcn-ui-components
Build beautiful, accessible UI components using shadcn/ui library with Radix UI primitives and Tailwind CSS styling that you own and can customize. Use when creating accessible component libraries, implementing common UI patterns (dialogs, dropdowns, tooltips), building forms with validation, creating data tables, impl...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/shadcn-ui-components
korallis
skill-creator
Create well-structured, comprehensive Claude skills with clear activation criteria, detailed descriptions, usage examples, and proper documentation following best practices. Use when documenting new workflows, creating reusable skill patterns, establishing coding standards as skills, building team knowledge base, or ex...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/skill-creator
korallis
standards-enforcement
Establish and enforce coding standards, best practices, and architectural patterns across the codebase using linters, formatters, and code review processes. Use when setting up ESLint/Prettier, configuring linting rules, creating code style guides, implementing pre-commit hooks, establishing naming conventions, enforci...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/standards-enforcement
korallis
tailwind-design-system
Create consistent, scalable design systems using Tailwind CSS utility classes with custom themes, design tokens, and responsive design patterns. Use when building design systems, implementing custom themes, creating reusable utility patterns, configuring Tailwind theme extensions, implementing dark mode, building respo...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/tailwind-design-system
korallis
test-driven-development
Implement test-driven development (TDD) workflow using the red-green-refactor cycle. Use when writing new features, fixing bugs, or refactoring existing code. Always write the failing test first, then implement minimal code to pass, then refactor. Essential for ensuring code reliability, preventing regressions, improvi...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/test-driven-development
korallis
threat-hunting
Proactively search for security threats, vulnerabilities, and suspicious patterns in applications and infrastructure before they cause damage. Use when conducting security audits, identifying vulnerabilities, analyzing security logs, detecting suspicious patterns, investigating potential breaches, performing penetratio...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/threat-hunting
korallis
typescript-strict
Write type-safe TypeScript code with strict mode enabled, comprehensive type definitions, proper error handling, and elimination of any types. Use when enabling TypeScript strict mode, adding types to existing JavaScript, fixing type errors, creating type definitions, using utility types, implementing type guards, avoi...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/typescript-strict
korallis
vercel-deployment
Deploy and optimize applications on Vercel with preview deployments, edge functions, environment variables, and performance monitoring. Use when deploying Next.js applications, setting up preview deployments per pull request, configuring environment variables, using Vercel Edge Functions, optimizing build performance, ...
skillsmp.com
null
https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/vercel-deployment
korallis
pdf-analyzer
Extract text and images from PDF files, analyze diagrams and architecture charts, and convert visual diagrams to Mermaid format. Use when the user wants to read, analyze, or convert PDF documents, especially those containing diagrams, flowcharts, or architecture visualizations.
skillsmp.com
null
https://github.com/russell-lubojacky/ask-houston-ai/tree/development/.claude/skills
russell-lubojacky
training-insights-analyzer
Analyze training patterns, performance, and physiological data using advanced computational models.AUTO-ACTIVATES when user asks about:- Training status/progress ("How am I doing?", "How's my training?")- Load/overtraining ("Am I overtraining?", "Is my load too high?")- Performance questions ("Why did I fade?", "What's...
skillsmp.com
null
https://github.com/njrun1804/superfit/tree/main/.claude/skills/training-insights
njrun1804
claude-command-builder
Interactive slash command creator for Claude Code. Triggers when user mentions creating commands, slash commands, command templates, command arguments, or wants to build a new command workflow.
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/anthropic/claude-command-builder
gounthar
shelby-cli-assistant
Expert on Shelby CLI tool for command-line blob storage operations. Helps with shelby commands, uploads, downloads, account management, context configuration, faucet operations, and CLI troubleshooting. Triggers on keywords shelby cli, shelby upload, shelby download, shelby init, shelby account, shelby context, @shelby...
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos/shelby/cli-assistant
gounthar
shelby-dapp-builder
Expert on building decentralized applications with Shelby Protocol storage on Aptos. Helps with dApp architecture, wallet integration (Petra), browser SDK usage, React/Vue integration, file uploads, content delivery, and building Shelby-powered applications. Triggers on keywords Shelby dApp, build on Shelby, Shelby app...
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos/shelby/dapp-builder
gounthar
shelby-network-rpc
Expert on Shelby Protocol network infrastructure, RPC servers, storage providers, Cavalier implementation, tile architecture, performance optimization, connection management, and DoubleZero private network. Triggers on keywords Shelby RPC, storage provider, Cavalier, tile architecture, private network, DoubleZero, netw...
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos/shelby/network-rpc
gounthar
shelby-protocol-expert
Expert on Shelby Protocol architecture, erasure coding, placement groups, read/write procedures, Clay Codes, chunking, storage providers, RPC servers, and decentralized storage system design on Aptos blockchain. Triggers on keywords Shelby Protocol, erasure coding, Clay Codes, placement groups, Shelby architecture, sto...
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos/shelby/protocol-expert
gounthar
shelby-sdk-developer
Expert in Shelby Protocol TypeScript SDK for decentralized storage on Aptos. Helps with blob uploads/downloads, session management, micropayment channels, multipart uploads, and SDK integration for Node.js and browser environments. Triggers on keywords ShelbyNodeClient, ShelbyClient, @shelby-protocol/sdk, Shelby SDK, d...
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos/shelby/sdk-developer
gounthar
shelby-expert
Expert on Shelby Protocol decentralized blob storage on Aptos blockchain. Coordinates 7 specialized sub-skills covering protocol architecture, SDK usage, smart contracts, CLI tools, RPC infrastructure, dApp building, and storage integration. Triggers on keywords Shelby Protocol, Shelby storage, decentralized storage, A...
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos/shelby
gounthar
shelby-smart-contracts
Expert on Shelby Protocol smart contracts on Aptos blockchain. Helps with blob metadata, micropayment channels, auditing system, storage commitments, placement group assignments, Move modules, and on-chain state management. Triggers on keywords Shelby smart contract, Shelby Move, blob metadata, micropayment channel, Sh...
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos/shelby/smart-contracts
gounthar
shelby-storage-integration
Expert on integrating Shelby Protocol decentralized storage into applications. Helps with use case evaluation, architecture design, migration strategies, cost optimization, performance tuning for video streaming, AI training, data analytics, content delivery, and read-heavy workloads. Triggers on keywords integrate She...
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos/shelby/storage-integration
gounthar
aptos-expert
Expert on Aptos blockchain, Move language, smart contracts, NFTs, DeFi, and Aptos development. Triggers on keywords aptos, move, blockchain, smart contract, nft, defi, web3, mainnet, testnet, devnet
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos
gounthar
toon-formatter
AGGRESSIVELY use TOON v2.0 format for biggish regular data (≥5 items, ≥60% uniform). Auto-applies to tables, logs, events, transactions, analytics, API responses, database results. Supports 3 array types (inline, tabular, expanded), 3 delimiters (comma, tab, pipe), key folding for nested objects. Triggers on structured...
skillsmp.com
null
https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/toon-formatter
gounthar
skill-developer
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, in...
skillsmp.com
null
https://github.com/roman/claude-skill-activation.nix/tree/master/skill
roman
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
skillsmp.com
null
https://github.com/mgomes/3xo-suit/tree/master/plugins/dotfiles/skills/frontend-design
mgomes
programming-go
Best practices when developing in Go codebases
skillsmp.com
null
https://github.com/mgomes/3xo-suit/tree/master/plugins/dotfiles/skills/programming-go
mgomes
programming-ruby
Best practices when developing in Ruby codebases
skillsmp.com
null
https://github.com/mgomes/3xo-suit/tree/master/plugins/dotfiles/skills/programming-ruby
mgomes
searching-files
Finding files on Linux and macOS machines
skillsmp.com
null
https://github.com/mgomes/3xo-suit/tree/master/plugins/dotfiles/skills/searching-files
mgomes
summarizing-websites
Extract clean article content from URLs (blog posts, articles, tutorials). Use when user wants to download, extract, or save an article/blog post from a URL without ads, navigation, or clutter.
skillsmp.com
null
https://github.com/mgomes/3xo-suit/tree/master/plugins/dotfiles/skills/summarizing-websites
mgomes
leap-new
Create a new LEAP feature with proper branch, directory structure, and goals.md. Use when starting a new feature to automate LEAP setup.
skillsmp.com
null
https://github.com/GlobalTC/leap-test/tree/main/.claude/skills/leap-new
GlobalTC
leap-plan
Generate implementation plan with AI-powered task breakdown from goals.md. Use when you need to create a detailed plan.md for a LEAP feature.
skillsmp.com
null
https://github.com/GlobalTC/leap-test/tree/main/.claude/skills/leap-plan
GlobalTC
leap-review
Validate LEAP compliance before PR submission. Checks branch structure, required documentation, and markdown formatting.
skillsmp.com
null
https://github.com/GlobalTC/leap-test/tree/main/.claude/skills/leap-review
GlobalTC
leap-summarize
Generate completion-summary.md for LEAP feature branches by analyzing goals, plans, and git changes. Use when finishing a feature and ready to create PR.
skillsmp.com
null
https://github.com/GlobalTC/leap-test/tree/main/.claude/skills/leap-summarize
GlobalTC
brainstorming
Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/brainstorming
mneves75
condition-based-waiting
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/condition-based-waiting
mneves75
defense-in-depth
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/defense-in-depth
mneves75
dispatching-parallel-agents
Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/dispatching-parallel-agents
mneves75
executing-plans
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/executing-plans
mneves75
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/requesting-code-review
mneves75
root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/root-cause-tracing
mneves75
sharing-skills
Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/sharing-skills
mneves75
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/subagent-driven-development
mneves75
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/systematic-debugging
mneves75
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/test-driven-development
mneves75
testing-anti-patterns
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/testing-anti-patterns
mneves75
testing-skills-with-subagents
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/testing-skills-with-subagents
mneves75
using-superpowers
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/using-superpowers
mneves75
writing-plans
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/writing-plans
mneves75
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
skillsmp.com
null
https://github.com/mneves75/dnschat/tree/main/.claude/skills/writing-skills
mneves75
free-shipping-threshold-analysis
Analyzes Fulfil order data to determine profitable free shipping thresholds using order value distribution, hero product analysis, and shipping economics. Use when merchants ask about free shipping strategy, threshold optimization, shipping offers, AOV analysis, or need data-driven shipping decisions. Requires access t...
skillsmp.com
null
https://github.com/fulfilio/dtc-claude-skills/tree/master/01-free-shipping-threshold
fulfilio
fulfillment-optimization
Analyzes warehouse shipment backlogs to optimize batch picking and packing workflows. Use when a merchant needs help clearing order backlogs, improving picking efficiency, optimizing batch sizes, or understanding order composition patterns. Triggers on questions about shipping delays, picking strategies, packing statio...
skillsmp.com
null
https://github.com/fulfilio/dtc-claude-skills/tree/master/02-fulfillment-optimization
fulfilio
policyengine-analysis
Common analysis patterns for PolicyEngine research repositories (CRFB, newsletters, dashboards, impact studies)
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/analysis/policyengine-analysis-skill
PolicyEngine
l0
L0 regularization for neural network sparsification and intelligent sampling - used in survey calibration
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/data-science/l0-skill
PolicyEngine
microcalibrate
Survey weight calibration to match population targets - used in policyengine-us-data for enhanced microdata
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/data-science/microcalibrate-skill
PolicyEngine
microdf
Weighted pandas DataFrames for survey microdata analysis - inequality, poverty, and distributional calculations
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/data-science/microdf-skill
PolicyEngine
microimpute
ML-based variable imputation for survey data - used in policyengine-us-data to fill missing values
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/data-science/microimpute-skill
PolicyEngine
policyengine-design
PolicyEngine visual identity - colors, fonts, logos, and branding for web apps, calculators, charts, and research
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/documentation/policyengine-design-skill
PolicyEngine
policyengine-standards
PolicyEngine coding standards, formatters, CI requirements, and development best practices
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/documentation/policyengine-standards-skill
PolicyEngine
policyengine-user-guide
Using PolicyEngine web apps to analyze tax and benefit policy impacts - for users of policyengine.org
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/documentation/policyengine-user-guide-skill
PolicyEngine
policyengine-writing
PolicyEngine writing style for blog posts, documentation, PR descriptions, and research reports - emphasizing active voice, quantitative precision, and neutral tone
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/documentation/policyengine-writing-skill
PolicyEngine
policyengine-uk
PolicyEngine-UK tax and benefit microsimulation patterns, situation creation, and common workflows
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/domain-knowledge/policyengine-uk-skill
PolicyEngine
policyengine-us
PolicyEngine-US tax and benefit microsimulation patterns, situation creation, and common workflows
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/domain-knowledge/policyengine-us-skill
PolicyEngine
policyengine-aggregation
PolicyEngine aggregation patterns - using adds attribute and add() function for summing variables across entities
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/technical-patterns/policyengine-aggregation-skill
PolicyEngine
policyengine-code-style
PolicyEngine code writing style guide - formula optimization, direct returns, eliminating unnecessary variables
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/technical-patterns/policyengine-code-style-skill
PolicyEngine
policyengine-implementation-patterns
PolicyEngine implementation patterns - variable creation, no hard-coding principle, federal/state separation, metadata standards
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/technical-patterns/policyengine-implementation-patterns-skill
PolicyEngine
policyengine-parameter-patterns
PolicyEngine parameter patterns - YAML structure, naming conventions, metadata requirements, federal/state separation
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/technical-patterns/policyengine-parameter-patterns-skill
PolicyEngine
policyengine-period-patterns
PolicyEngine period handling - converting between YEAR, MONTH definition periods and testing patterns
skillsmp.com
null
https://github.com/PolicyEngine/policyengine-claude/tree/master/skills/technical-patterns/policyengine-period-patterns-skill
PolicyEngine