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 ⌀ |
|---|---|---|---|---|---|
xlsx | 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 existi... | skillsmp.com | null | https://github.com/pheuter/claude-agent-desktop/tree/main/.claude/skills/xlsx | pheuter |
cnf-networking | Configure CNF networking components including netkit BPF-programmable network devices, tcx (Traffic Control eXpress for kernel 6.6+), virtual interfaces, network namespaces, routing, and eBPF program attachment. Use when setting up network topology for eBPF-based CNFs or testing packet processing pipelines. | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/cnf-networking | cassamajor |
ebpf-attach-hook | Implement eBPF program attachment logic for various hooks (XDP, TC/tcx, netkit, kprobe, tracepoint, cgroup) with proper error handling, cleanup, and link management. Includes Go code using cilium/ebpf library. Use when attaching CNF programs to kernel hooks. | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/ebpf-attach-hook | cassamajor |
ebpf-cnf-scaffold | Scaffold new eBPF-based Cloud Native Network Function (CNF) projects with proper directory structure, boilerplate C kernel code, Go userspace application, bpf2go generation, and build configuration following established patterns. Use when creating new CNF examples or starting fresh eBPF projects. | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/ebpf-cnf-scaffold | cassamajor |
ebpf-map-handler | Create eBPF maps (hash, array, ringbuf, LRU, per-CPU) with corresponding Go userspace code for reading and writing data between kernel and userspace. Includes map definitions, update/lookup operations, and event handling. Use when implementing state management or kernel-userspace communication in CNFs. | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/ebpf-map-handler | cassamajor |
ebpf-packet-parser | Generate verifier-safe packet parsing logic for eBPF programs including bounds checking, header extraction (Ethernet, IPv4/IPv6, TCP/UDP, ICMP), protocol identification, and proper pointer arithmetic. Use when implementing packet inspection or manipulation in CNFs. | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/ebpf-packet-parser | cassamajor |
ebpf-packet-redirect | Implement packet redirection and routing in eBPF programs using bpf_redirect and bpf_redirect_neigh helpers. Includes source-based policy routing, map-based routing tables, load balancing, and CNF router patterns. Use when building routers, gateways, load balancers, or any CNF that needs to control packet forwarding pa... | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/ebpf-packet-redirect | cassamajor |
ebpf-test-harness | Generate test infrastructure for eBPF CNF programs including network namespace setup, virtual interface creation, traffic generation, packet injection, and validation of packet processing logic. Use when implementing automated tests for CNFs. | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/ebpf-test-harness | cassamajor |
go-functional-options | Use the Functional Option Pattern for configurable Go constructors. Applies to types needing multiple optional parameters with validation and defaults. Includes Go 1.25 generics support. | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/go-functional-options | cassamajor |
go-upgrade | Upgrade Go to the latest version via Homebrew and update all go.mod files in the examples directory. Use when the user mentions upgrading Go, updating Go version, or wants to use the latest Go. | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/go-upgrade | cassamajor |
investigating-warnings | Don't dismiss warnings without understanding them - investigate to determine if they indicate bugs, misconfigurations, or are cosmetic, then document findings either way | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/investigating-warnings | cassamajor |
questioning-hardcoded-values | Hardcoded strings and numbers need justification - they're either conventions that need documentation, magic numbers that should be constants, or assumptions that need verification | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/questioning-hardcoded-values | cassamajor |
tdd-in-target-environment | Run tests in the actual execution environment, not just where they compile - TDD's "watch it fail" step is meaningless if tests skip or can't run where code will execute | skillsmp.com | null | https://github.com/cassamajor/xcnf/tree/main/.claude/skills/tdd-in-target-environment | cassamajor |
web-e2e | Run, create, and debug Playwright e2e tests for the web app. ALWAYS invoke this skill using the SlashCommand tool (i.e., `/web-e2e`) BEFORE attempting to run any e2e tests, playwright tests, anvil tests, or debug test failures. DO NOT run `bun playwright test` or other e2e commands directly - you must invoke this skill... | skillsmp.com | null | https://github.com/Uniswap/interface/tree/main/.claude/skills/web-e2e | Uniswap |
digital-garden-cultivator | Design, manage, and evolve digital gardens as living knowledge bases within memory palaces. | skillsmp.com | null | https://github.com/athola/memory-palace/tree/master/skills/digital-garden-cultivator | athola |
knowledge-locator | A spatial indexing and retrieval system for finding information within memory palaces. | skillsmp.com | null | https://github.com/athola/memory-palace/tree/master/skills/knowledge-locator | athola |
memory-palace-architect | Design and construct virtual memory palaces for spatial knowledge organization. | skillsmp.com | null | https://github.com/athola/memory-palace/tree/master/skills/memory-palace-architect | athola |
session-palace-builder | Construct temporary, session-specific memory palaces for complex projects and conversations. | skillsmp.com | null | https://github.com/athola/memory-palace/tree/master/skills/session-palace-builder | athola |
skill-cartographer | Map and navigate relationships between Claude skills. | skillsmp.com | null | https://github.com/athola/memory-palace/tree/master/skills/skill-cartographer | athola |
skills-eval | Evaluate and improve Claude skills for clarity, completeness, testability, and architectural coherence. | skillsmp.com | null | https://github.com/athola/memory-palace/tree/master/skills/skills-eval | athola |
eos-deploy-usb | Build and deploy Android/e/OS app to connected device via USB. Fast deployment (~2-5 seconds) using Gradle and ADB. Use when deploying, installing, or building Android apps to physical devices. | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/eos-deploy-usb | asnar00 |
eos-restart-app | Restart the Android app on connected device without rebuilding. Force-stops and relaunches the app remotely. Use when testing changes that don't require rebuild, or refreshing app state. | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/eos-restart-app | asnar00 |
eos-screen-capture | Start Android screen mirroring using scrcpy. Displays device screen in real-time on Mac with optional console logs. Use when viewing Android screen, mirroring device, or monitoring app with logs. | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/eos-screen-capture | asnar00 |
eos-stop-app | Stop the Android app running on connected device. Cleanly terminates the app using force-stop. Use when stopping the app for debugging, testing, or cleanup. | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/eos-stop-app | asnar00 |
eos-watch-logs | Start real-time log streaming from connected Android device using adb logcat. Shows only app's log messages. Use when monitoring app behavior, debugging, or viewing Android logs. | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/eos-watch-logs | asnar00 |
ios-deploy-usb | Build and deploy iOS app to connected iPhone via USB. Fast deployment (~8-10 seconds) for development iteration. Use when deploying, installing, or building apps to physical iPhone. | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/ios-deploy-usb | asnar00 |
ios-watch-logs | Start real-time log streaming from connected iPhone to console and file. Shows only app's explicit log messages with [APP] prefix. Use when monitoring app behavior, debugging, or viewing logs. | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/ios-watch-logs | asnar00 |
iphone-screen-capture | Start the iPhone screen capture app to mirror a connected iPhone's screen on macOS. Use when the user wants to view their iPhone screen, mirror their device, or start screen capture. | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/iphone-screen-capture | asnar00 |
miso | Implement feature changes by updating pseudocode, platform code, and product code from modified feature markdown files. Use when user asks to "implement features", "run miso", "update implementations", or "sync code with features". | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/miso | asnar00 |
ui-tap | Trigger UI elements programmatically via HTTP automation. Use when you need to press buttons, interact with UI, or verify UI changes. Invoke with "tap the X button", "press X", "trigger X", or "click X". | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/ui-tap | asnar00 |
update-skill | Update an existing skill based on troubleshooting or improvements discovered during usage. Use when user asks to "update a skill", "improve the skill", "fix the skill instructions", or after resolving issues with a skill execution. | skillsmp.com | null | https://github.com/asnar00/miso/tree/main/.claude/skills/update-skill | asnar00 |
agent-definition-creation | Use this skill when creating or refining Claude Code sub-agent definitions. Helps design specialized AI assistants with proper YAML frontmatter, system prompts, tool access, and example-driven descriptions. Automatically invoked when user requests "create an agent", "design a sub-agent", "make a specialist", or mention... | skillsmp.com | null | https://github.com/andisab/swe-marketplace/tree/main/plugins/context-engineering/skills/agent-definition-creation | andisab |
command-creation | Use this skill when creating or refining custom Claude Code slash commands. Slash commands are user-invoked reusable prompts that can accept arguments, reference files, and execute bash operations. Helps design command syntax, argument handling, file references, bash execution, and frontmatter configuration. Automatica... | skillsmp.com | null | https://github.com/andisab/swe-marketplace/tree/main/plugins/context-engineering/skills/command-creation | andisab |
hook-configuration | Use this skill when creating or refining Claude Code hooks. Hooks are shell commands that execute at specific lifecycle events (tool use, prompt submit, notifications, session events). Helps design event handlers for notifications, formatting, logging, feedback, and permission control. Automatically invoked when user r... | skillsmp.com | null | https://github.com/andisab/swe-marketplace/tree/main/plugins/context-engineering/skills/hook-configuration | andisab |
plugin-development | Use this skill when creating or refining Claude Code plugins. Plugins are bundled collections of agents, skills, commands, hooks, and MCP servers that provide cohesive functionality. Helps design proper directory structures, plugin.json configuration, marketplace distribution, and installation workflows. Automatically ... | skillsmp.com | null | https://github.com/andisab/swe-marketplace/tree/main/plugins/context-engineering/skills/plugin-development | andisab |
skill-creation | Use this skill when creating or refining Claude Code skill definitions. Skills are model-invoked capabilities that Claude activates autonomously based on context. Helps design focused skills with discovery-optimized descriptions, proper directory structures, and supporting resources. Automatically invoked when user req... | skillsmp.com | null | https://github.com/andisab/swe-marketplace/tree/main/plugins/context-engineering/skills/skill-creation | andisab |
joplin-research | Comprehensive guidelines for formatting research artifacts, technical surveys, rundowns, book summaries, and documentation with proper markdown formatting for Joplin notes. This skill should be loaded and followed whenever Joplin is mentioned in a prompt. | skillsmp.com | null | https://github.com/andisab/swe-marketplace/tree/main/plugins/research-team/skills/joplin-research | andisab |
adapter-configurator | Activate when users need help setting up, configuring, or troubleshooting LimaCharlie adapters to ingest telemetry from cloud services, identity providers, log sources, or other data sources. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/adapter-configurator | tekgrunt |
api-integrator | Help users integrate with LimaCharlie using the REST API, Python SDK, or Go SDK for programmatic access to sensors, detection rules, events, and platform features. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/api-integrator | tekgrunt |
artifact-collector | Use this skill when users need to collect, manage, or analyze forensic artifacts such as files, memory dumps, Windows Event Logs, Mac Unified Logs, or network packet captures (PCAP) from endpoints. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/artifact-collector | tekgrunt |
billing-reporter | Use this skill when users need help analyzing LimaCharlie billing, investigating usage costs, comparing trends across organizations, or understanding what's driving their expenses. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/billing-reporter | tekgrunt |
cloud-security-monitor | Activate when users need help setting up cloud security monitoring for AWS, Azure, or GCP, including adapter configuration, detection rules, and threat response. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/cloud-security-monitor | tekgrunt |
config-hive-manager | Use this skill when the user needs help managing configuration storage in the Config Hive including secrets, D&R rules, YARA rules, lookups, and cloud sensors. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/config-hive-manager | tekgrunt |
dr-rule-builder | Use this skill when the user needs help creating, testing, validating, or troubleshooting Detection & Response (D&R) rules in LimaCharlie. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/dr-rule-builder | tekgrunt |
extension-developer | Use this skill when the user needs help building, testing, or deploying custom LimaCharlie extensions. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/extension-developer | tekgrunt |
forensic-analyst | Use this skill when users need to conduct digital forensics investigations, perform timeline reconstruction, analyze memory dumps, examine artifacts, or build comprehensive forensic reports using LimaCharlie's forensic capabilities. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/forensic-analyst | tekgrunt |
incident-responder | Use this skill when the user needs help executing incident response workflows, investigating security incidents, containing threats, collecting forensic evidence, or performing remediation actions. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/incident-responder | tekgrunt |
infrastructure-as-code | Use this skill when users need help managing LimaCharlie configurations as code, exporting organization settings, using Git sync, deploying configs across multiple organizations, or implementing Infrastructure as Code workflows. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/infrastructure-as-code | tekgrunt |
lcql-query-builder | Activate when the user needs help writing, optimizing, or understanding LimaCharlie Query Language (LCQL) queries for searching telemetry. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/lcql-query-builder | tekgrunt |
limacharlie-expert | Use this skill when the user mentions LimaCharlie or wants to work with endpoint detection, cloud security monitoring, detection rules, or security automation. This provides an overview of LimaCharlie components and their interconnections. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/limacharlie-expert | tekgrunt |
limacharlie-onboarding | Use this skill when new users want to get started with LimaCharlie, set up their first organization, or begin collecting security data. Guides beginners through org creation and helps identify what to onboard, then hands off to specialized skills. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/limacharlie-onboarding | tekgrunt |
limacharlie-reporting | Use this skill when users need interactive HTML reports, dashboards, charts, or visualizations for LimaCharlie data. You generate the HTML, this skill serves it on localhost. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/limacharlie-reporting | tekgrunt |
onboard-external-telemetry | Activate when users want to connect external data sources, cloud logs, SaaS applications, or third-party telemetry into LimaCharlie. Guides beginners through identifying requirements, obtaining credentials, and configuring adapters. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/onboard-external-telemetry | tekgrunt |
output-configurator | Use this skill when users need help configuring outputs to route telemetry to SIEMs, data lakes, or other destinations. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/output-configurator | tekgrunt |
performance-optimizer | Help users optimize LimaCharlie performance, reduce costs, manage billing, and implement efficient resource management strategies. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/performance-optimizer | tekgrunt |
playbook-automator | Use this skill when the user needs help designing, implementing, testing, or troubleshooting automated response playbooks using LimaCharlie's Playbook extension. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/playbook-automator | tekgrunt |
sensor-manager | Help users deploy, configure, manage, troubleshoot, and perform operations on LimaCharlie endpoint sensors across Windows, macOS, Linux, Chrome, and Edge platforms. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/sensor-manager | tekgrunt |
sigma-rule-deployer | Use this skill when the user needs help deploying, managing, or understanding Sigma rules, Soteria rules, SOC Prime rules, Community rules, or any other managed rulesets in LimaCharlie. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/sigma-rule-deployer | tekgrunt |
stateful-rule-designer | Use this skill when users need to create complex stateful D&R rules that correlate multiple events over time, track parent-child relationships, or count event occurrences within timeframes. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/stateful-rule-designer | tekgrunt |
threat-hunter | Activate when the user needs help conducting proactive threat hunting, investigating suspicious activity, or building hypothesis-driven hunts in LimaCharlie. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/threat-hunter | tekgrunt |
threat-intel-integrator | Activate when the user needs help integrating threat intelligence feeds, configuring API-based lookups, creating custom threat feeds, or enriching detections with threat intelligence data in LimaCharlie. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/threat-intel-integrator | tekgrunt |
yara-manager | Use this skill when users need help creating, testing, deploying, or managing YARA rules for malware detection in LimaCharlie. | skillsmp.com | null | https://github.com/tekgrunt/boot-test/tree/master/.claude-plugin/plugins/limacharlie-skills/skills/yara-manager | tekgrunt |
chapter-content-generator | This skill generates comprehensive chapter content for intelligent textbooks after the book-chapter-generator skill has created the chapter structure. Use this skill when a chapter index.md file exists with title, summary, and concept list, and detailed educational content needs to be generated at the appropriate readi... | skillsmp.com | null | https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/chapter-content-generator | vishalsachdev |
faq-generator | This skill generates a comprehensive set of Frequently Asked Questions (FAQs) from the course description, course content, learning graphs, concept lists, MicroSims, and glossary terms to help students understand common questions and prepare content for chatbot integration. Use this skill after course description, lear... | skillsmp.com | null | https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/faq-generator | vishalsachdev |
infographic-generator-p5 | This skill generates an interactive infographic visualization using p5.js that read vis-network compatible JSON data. Use this skill when creating educational infographics with nodes, edges, and hover interactions where users can explore relationships between concepts. Each infographic displays shapes with labels, show... | skillsmp.com | null | https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/infographic-generator-p5/infograph-generator-p5 | vishalsachdev |
install-skill-tracker | This skill installs a complete Claude Code skill tracking system using hooks to automatically log skill usage, execution duration, token usage, and user prompts for later analysis. Use this skill when setting up activity tracking in a Claude Code project to identify patterns, monitor costs, and discover opportunities f... | skillsmp.com | null | https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/install-skill-tracker | vishalsachdev |
learning-graph-generator | Generates a comprehensive learning graph from a course description, including 200 concepts with dependencies, taxonomy categorization, and quality validation reports. Use this when the user wants to create a structured knowledge graph for educational content. | skillsmp.com | null | https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/learning-graph-generator | vishalsachdev |
microsim-p5 | Create an interactive educational MicroSim using the p5.js JavaScript library with distinct regions for drawing and interactive controls. Each MicroSim is a directory located in the /docs/sims folder. It has a main.html file that references the javascript code and the main.html can be referenced as an iframe from the... | skillsmp.com | null | https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/microsim-p5 | vishalsachdev |
timeline-generator | This skill generates interactive timeline visualizations using the vis-timeline JavaScript library. Use this skill when users need to create historical timelines, project timelines, event sequences, or any chronological data visualization with optional category filtering. The skill creates a complete MicroSim package w... | skillsmp.com | null | https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/timeline-generator | vishalsachdev |
microsim-vis-network | Create an educational MicroSim using the vis-network JavaScript library. Each MicroSim is a directory located in the /docs/sims folder. It has a main.html file that can be referenced with an iframe. The main.html file imports the main JavaScript code to run the educational MicroSim. | skillsmp.com | null | https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/vis-network | vishalsachdev |
container-restart | Restarts WitchCityRope Docker development containers using the CORRECT procedure. Handles shutdown, rebuild with dev compose overlay, health checks, and compilation verification. Ensures environment is ready for development or testing. SINGLE SOURCE OF TRUTH for container restart process. | skillsmp.com | null | https://github.com/DarkMonkDev/WitchCityRope/tree/main/.claude/skills/container-restart | DarkMonkDev |
database-reset-dev | Resets local development database by deleting all data and restarting API container to trigger auto-seeding. SINGLE SOURCE OF TRUTH for dev database reset automation. | skillsmp.com | null | https://github.com/DarkMonkDev/WitchCityRope/tree/main/.claude/skills/database-reset-dev | DarkMonkDev |
database-reset-staging | Resets staging database with full schema drop. Use for schema changes or migrations. SINGLE SOURCE OF TRUTH for staging database reset automation. | skillsmp.com | null | https://github.com/DarkMonkDev/WitchCityRope/tree/main/.claude/skills/database-reset-staging | DarkMonkDev |
lessons-learned-validator | Complete lessons learned standards, validation, and multi-file management. Single source of truth for all lessons learned operations including format, size limits, split procedures, and quality standards. | skillsmp.com | null | https://github.com/DarkMonkDev/WitchCityRope/tree/main/.claude/skills/lessons-learned-validator | DarkMonkDev |
single-source-validator | ENFORCEMENT tool that detects when Skills automation is duplicated in agent definitions, lessons learned, or process docs. Prevents "single source of truth nightmare" by finding bash commands, step-by-step procedures, or process descriptions that replicate Skills. BLOCKING AUTHORITY - workflow cannot complete with viol... | skillsmp.com | null | https://github.com/DarkMonkDev/WitchCityRope/tree/main/.claude/skills/single-source-validator | DarkMonkDev |
new-release | Automate complete Multicluster Global Hub release workflow across 6 repositories including branch creation, OpenShift CI configuration, catalog OCP version management, bundle updates, and PR creation. REQUIRES explicit RELEASE_BRANCH specification (e.g., RELEASE_BRANCH=release-2.17). Supports two modes - CREATE_BRANCHE... | skillsmp.com | null | https://github.com/stolostron/multicluster-global-hub/tree/main/.claude/skills/new-release | stolostron |
analyse-issue | Analyze MONDO GitHub issues for validity, suggest improvements, and generate structured reports with duplication checks and identifier validation | skillsmp.com | null | https://github.com/monarch-initiative/mondo/tree/master/.claude/skills/analyse-issue | monarch-initiative |
design-system-analyzer | Use when analyzing UI screenshots or designs to extract and document design system elements. Analyzes images to identify colors, typography, spacing, components, and patterns, then generates a structured design system with design tokens and CSS snippets. Ideal for reverse-engineering designs, creating style guides, or ... | skillsmp.com | null | https://github.com/pastjean/dotfiles/tree/master/.claude/skills/design-system-analyzer | pastjean |
prompt-generator | Allows claude to help you craft a perfect PROMPT | skillsmp.com | null | https://github.com/pastjean/dotfiles/tree/master/.claude/skills/prompt-generator | pastjean |
case-extractor | Extract Case/Support Ticket data using the async pipeline with denormalized medallion architecture. Use this skill to extract case data into Bronze layer with proper linkages to Company and Person entities. | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/case-extractor | Wkayaobama |
computed-columns-calculator | Calculate computed columns (Weighted Forecast, Net Amount, Net Weighted Amount) for deal/opportunity data. Use for financial calculations in the pipeline. | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/computed-columns-calculator | Wkayaobama |
data-discovery | [TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill - specific scenarios, file types, or tasks that trigger it.] | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/data-discovery | Wkayaobama |
dataclass-generator | Generate Python dataclasses dynamically from SQL queries and database schemas. Use this skill when you need to create type-safe Python classes representing SQL query results, including denormalized fields from JOINs. | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/dataclass-generator | Wkayaobama |
dataframe-dataclass-converter | Bidirectional conversion between pandas DataFrames and Python dataclasses. Use this skill for type-safe conversion between SQL results, DataFrames, and dataclass instances. | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/dataframe-dataclass-converter | Wkayaobama |
duckdb-transformer | Transform Bronze layer data using DuckDB for joins, aggregations, and business logic. Use this skill for high-performance data transformations in the pipeline. | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/duckdb-transformer | Wkayaobama |
map-raw-data-staging | [TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill - specific scenarios, file types, or tasks that trigger it.] | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/map-raw-data-staging | Wkayaobama |
pipeline-stage-mapper | Map IC'ALPS Hardware and Software pipeline stages with double granularity (No-go, Abandonnée, Perdue, Gagnée). Use for deal stage mapping and business logic. | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/pipeline-stage-mapper | Wkayaobama |
sql-connection-manager | Manage SQL Server database connections with ADODB, connection pooling, and retry logic. Use this skill for robust database connectivity in the extraction pipeline. | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/sql-connection-manager | Wkayaobama |
sql-schema-discovery | Discover and introspect SQL Server database schemas dynamically. Use this skill when you need to understand table structures, column types, primary/foreign key relationships, or when adding new entities to the extraction pipeline. | skillsmp.com | null | https://github.com/Wkayaobama/IC-D-LOAD/tree/main/sql-schema-discovery | Wkayaobama |
mcp-executor | Execute complex multi-tool MCP workflows directly using TypeScript or Python. As the MCP executor agent, you have MCP servers configured and write code that composes multiple tool calls. Use for 3+ MCP tool calls, complex data processing, parallel operations, or retry logic. This skill is colony-aware - you execute cod... | skillsmp.com | null | https://github.com/mcfearsome/cc-colony/tree/main/.claude/skills/mcp-executor | mcfearsome |
nested-test-skill | A test skill in a nested directory with file references | skillsmp.com | null | https://github.com/upstart-gg/carnet/tree/main/tests/fixtures/skills/nested/test-skill | upstart-gg |
mcp-server-development | Build MCP (Model Context Protocol) servers with tools, prompts, and resources. Use when developing MCP servers, implementing tools/prompts/resources, debugging MCP issues, writing tests, or deploying servers. Covers SDK patterns, validation, and best practices. | skillsmp.com | null | https://github.com/agilesix/A6-Tango-MCP/tree/master/tango-mcp/.claude/skills/mcp-server-development | agilesix |
add-model-property | Add a new property to an existing data model and propagate changes through model generation to client and server. Use when adding fields to entities, extending models, or modifying data structures. Handles source model editing, regeneration, ViewModel updates, and server-side changes. | skillsmp.com | null | https://github.com/biggs3d/Tools/tree/main/.ai-guidance/.claude/skills/add-model-property | biggs3d |
create-entity-viewmodel | Create a new entity ViewModel with property ViewModels following Phoenix MVVM patterns. Use when adding new data models, creating entity wrappers, or scaffolding ViewModels for entities. Handles property VM creation, label converters, base class selection, and test generation. | skillsmp.com | null | https://github.com/biggs3d/Tools/tree/main/.ai-guidance/.claude/skills/create-entity-viewmodel | biggs3d |
create-feature-component | Create a complete feature with ViewModel, View, and tests following Phoenix MVVM patterns. Use when building new UI features, panels, or components that manage their own state. Generates ViewModel with MobX, React view with observer, and comprehensive tests. | skillsmp.com | null | https://github.com/biggs3d/Tools/tree/main/.ai-guidance/.claude/skills/create-feature | biggs3d |
create-server-simulation-service | Create a C# server-side simulation service following the Plugin/IEventAdapter pattern with configuration, pulse updates, and entity management. Use when creating new simulations, scenario generators, or test data providers for FAAD HMI server. | skillsmp.com | null | https://github.com/biggs3d/Tools/tree/main/.ai-guidance/.claude/skills/create-server-sim | biggs3d |
fix-mobx-reactivity-issues | Diagnose and fix common MobX reactivity problems including components not updating, state changes not triggering re-renders, and async update issues. Use when UI doesn't respond to state changes, computed values don't recalculate, or observer components don't re-render. | skillsmp.com | null | https://github.com/biggs3d/Tools/tree/main/.ai-guidance/.claude/skills/fix-mobx-reactivity | biggs3d |
code-review-assistant | Perform systematic code review following Phoenix/FAAD HMI standards and best practices. Use when reviewing pull requests, checking code quality, or validating implementations before commit. Checks MobX patterns, UI components, architecture, testing, and common pitfalls. | skillsmp.com | null | https://github.com/biggs3d/Tools/tree/main/.ai-guidance/.claude/skills/review-code | biggs3d |
algorithmic-art | 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 violati... | skillsmp.com | null | https://github.com/ylsdamxssjxxdd/eva/tree/main/resource/skills/algorithmic-art | ylsdamxssjxxdd |
artifacts-builder | Suite of tools for creating elaborate, multi-component EVA.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts. | skillsmp.com | null | https://github.com/ylsdamxssjxxdd/eva/tree/main/resource/skills/artifacts-builder | ylsdamxssjxxdd |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.