Build, test, validate, and deploy Cortex XSOAR content packs with Claude Code.
Project overview
The skill guides Claude Code from environment discovery and repository setup through scaffolding integrations, scripts, playbooks, tests, documentation, linting, `demisto-sdk` validation, packaging, and upload. It follows Palo Alto content conventions and documents workarounds for several SDK quirks. The workflow requires Python 3.8–3.10 and `demisto-sdk`; Docker is used for pre-commit hooks, while deployment requires an XSOAR 6.x instance.
Preserve reasoning chains and project context across long-running Claude sessions.
Project overview
CERA turns each conversation into a structured session map that records reasoning chains, dependencies, discoveries, and shifts in strategic posture. After those maps are added to a Claude Project knowledge base, a dedicated integrator builds a cross-session index so later conversations can resume from accumulated understanding rather than a collection of isolated facts.
Diagnose macOS global hotkey recording, runtime, permission, and false-trigger failures.
Project overview
Use this guide when Fn or Globe keys cannot be recorded, a saved shortcut does not fire, hold-to-record stops immediately, or normal typing causes false triggers. It routes symptoms to permissions, CGEventTap behavior, shared event pipelines, and ordered code entry points across Tauri, Electron, Swift, Objective-C, and Rust stacks, with manual verification procedures.
Create and rewrite measurable, outcome-focused OKRs from messy goals.
Project overview
OKR Master helps teams turn raw business context or weak drafts into measurable, outcome-focused Objectives and Key Results. It can validate strategic soundness, separate Objectives, Key Results, and Initiatives, and rewrite task-based statements. The skill is aimed at organizations that want a consistent OKR structure and quality bar across departments.
Turn completed development work into concise, leadership-ready wrap-up reports.
Project overview
This skill produces top-down development summaries for busy, non-technical readers. It leads with the bottom line, groups changes by outcomes and implications, surfaces material open issues, and ends with one concrete next step instead of replaying the work chronologically. Ready-to-install wrappers are provided for both Claude Code and Codex.
Reduce silent data errors in Hive, Impala, and Spark ETL with a practical rule set.
Project overview
This skill gives data engineers ten practical rules for writing or reviewing Hive, Impala, and Spark ETL with an AI coding assistant. It targets failures that may not raise errors, such as shifted columns, lost rows, unsafe joins, runaway aggregation, and stale metadata, and separates analysis behavior from coding behavior.
Play an asynchronous multiplayer PvP RPG inside the Claude Code terminal.
Project overview
Data Barrens turns Claude Code into a terminal RPG where players create characters, fight asynchronously, loot equipment, collect sets, and climb an ELO ladder. Installing the Markdown skill connects the agent to the public game server, while a FastAPI and SQLite backend can also be self-hosted with Docker for a private instance.
Apply Rails conventions while reviewing and generating Ruby code
Project overview
Rails Best Practices Skill guides Claude to apply community practices from rails-bestpractices.com when reviewing or generating Ruby on Rails code. It focuses on recurring problems in time handling, persistence results, query efficiency, parameter validation, and security, and can be used from Claude Code, Claude apps, or API workflows.
Enforce a plan, execute, verify, and handoff workflow in Claude Code.
Project overview
Install this collection to route Claude Code tasks through connected skills for brainstorming, planning, debugging, UI and UX, security, and review. It requires a plan before implementation, adds checks during execution, and blocks completion claims until tests or linters pass. The workflow ends with a handoff document so later sessions can continue with the important context instead of reconstructing it.
Understand a pull request through guided questions before running automated review.
Project overview
Give pr-buddy a pull request number, branch, or URL and it will lead you through five Socratic stations covering the goal, architecture, decisions, risk, and ownership. You answer before the skill reveals its reading, so the review builds on a mental model you can explain. It then hands off to pr-review-toolkit and closes with a three-bullet recap; authenticated gh and the toolkit are required.
General skillTesting and debuggingModel Context Protocol
OpenClaw-Doctor-for-Claude-CoWork
@zurbrick
Diagnose OpenClaw failures through a repeatable operator workflow.
Project overview
The skill guides Claude through a five-step OpenClaw investigation: run the built-in doctor, verify gateway health, inspect logs, examine sessions, and troubleshoot the affected channel. It covers common failures across messaging, cron jobs, sessions, routing, and security. OpenClaw must already be installed, while terminal access is optional for direct command execution.
Develop WooCommerce extensions and checkout flows with Claude Code guidance.
Project overview
Use this skill when extending WooCommerce through Claude Code. It covers custom product types, payment gateways, shipping methods, HPOS, REST API extensions, cart and checkout customization, and Blocks integration, and can activate automatically for relevant WordPress work or be invoked directly.
Create reviewable local HTML mockups from an existing design system.
Project overview
The skill first inspects a project's tokens, fonts, components, styling system, and framework, then builds a standalone HTML mockup using that existing visual vocabulary. You can choose low, medium, or high creative scope and review the result in a browser. It will not change application code until you explicitly approve the mockup, and it supports several common frontend stacks without relying on paid design APIs.
Upscale videos on macOS with a Waifu2x-powered desktop app.
Project overview
Waifu2x Video is an open-source macOS desktop app dedicated to video super-resolution. Download the compiled release, move the app into Applications, and use its graphical interface to upscale video without setting up a command-line workflow. It handles video rather than still images and requires macOS 10.15 or later.
Convert DeepResearch Word exports into clean, Obsidian-compatible Markdown.
Project overview
The skill handles formatting patterns common in ChatGPT DeepResearch DOCX exports, including headings, nested lists, code fences, Mermaid diagrams, tables, Office MathML, and bibliography-backed citation links. It verifies the generated Markdown for broken math, diagram labels, and citation formatting. The converter mainly depends on python-docx and can run in an isolated uv environment.
Create a detailed, sequential walkthrough of a codebase with showboat.
Project overview
Pass a source path to the Claude Code command and the skill uses showboat to produce a linear explanation of the codebase. The resulting walkthrough is intended to guide readers through structure and implementation in a deliberate order. It requires the showboat command to be installed and available on PATH before use.
Manage project TODOs with a compact index and separate context-rich files.
Project overview
This Claude Code skill keeps a small `TODO.md` table for browsing and stores each task's context, guidance, notes, and work history in its own Markdown file. Commands can add, start, update, finish, reopen, or remove tasks without loading the entire backlog. The split layout scales better for long-running projects, at the cost of creating more files in the repository.
Route each new Claude session to the right files, skills, and MCP connectors.
Project overview
Configure a context map for your projects, then let the skill turn each opening request into a setup checklist of files to load, skills to enable, and MCP connectors to enable or disable. When the request is unclear, it asks a small number of focused questions. A mid-session check can remove deadweight or add newly relevant tools as the work changes.