Recently Added

Fresh skills just added to the collection. Be the first to try them out!

Showing 49489-49512 of 50613 skills
DaronVee

skool-money-model-strategist

by DaronVee

Applies Alex Hormozi's $100M Money Models frameworks to design, evaluate, and improve Skool community monetization strategies. Uses CAC-based stage diagnosis (5 stages), 30-day cash maximization formulas, and sequential implementation to create actionable roadmaps grounded in Hormozi's 15 money model mechanisms and Skool's 5 business models (Free, Subscription, Freemium, Tiers, One-Time). Helps Skool community owners identify which mechanisms to implement, validate money models against Hormozi principles, and create step-by-step Skool setup instructions for maximum revenue per customer in 30 days.

Finance 3 7mo ago
otrebu

skill-creator

by otrebu

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.

File Ops 4 7mo ago
WomenDefiningAI

feature-orchestrator

by WomenDefiningAI

Research-backed feature implementation workflow enforcing gap analysis, incremental planning, agent coordination, and continuous integration best practices. Auto-invoked for ALL feature implementation requests to prevent code duplication and ensure CLAUDE.md compliance.

Academic 9 7mo ago
glebis

llm-cli

by glebis

Process textual and multimedia files with various LLM providers using the llm CLI. Supports both non-interactive and interactive modes with model selection, config persistence, and file input handling.

CLI Tools 247 7mo ago
otrebu

claude-permissions

by otrebu

Configure, manage, update and review Claude Code permissions, sandboxing, and tool access. Use when user wants to set up permissions, configure sandboxing, update allowed tools, manage settings.json permissions, or review permissions in skills or commands or agents or settings.json. When user writes a new skill, command, agent, or updates settings.json, they should use this skill to manage permissions.

CLI Tools 4 7mo ago
otrebu

start-feature

by otrebu

Create or switch to feature branches with proper naming conventions. Use when user wants to start working on a new feature, start a feature. Generates feature/branch-name patterns from descriptions, checks existence, and creates/switches accordingly.

CLI Tools 4 7mo ago
otrebu

code-review

by otrebu

Expert code review specialist. Reviews for quality and intent alignment. Use immediately after writing or modifying code, or when user requests code review. Handles both uncommitted changes and targeted file reviews.

Code Review 4 7mo ago
otrebu

fix-eslint

by otrebu

Automatically fix ESLint errors by modifying code to comply with linting rules. For small codebases (≤20 errors), fixes directly. For larger codebases (>20 errors), spawns parallel agents per directory for efficient processing. Never disables rules or adds ignore comments.

Debugging 4 7mo ago
cuioss

permission-management

by cuioss

Permission validation, architecture patterns, anti-patterns, and best practices for Claude Code settings management

Prompts 1 7mo ago
cuioss

web-security-standards

by cuioss

Trusted domains, security assessment patterns, and domain research standards for WebFetch permissions

Academic 1 7mo ago
pengelbrecht

chrome-debug

by pengelbrecht

This skill should be used when debugging web applications, diagnosing page errors, inspecting console output, or capturing screenshots of pages. It provides Chrome DevTools Protocol (CDP) automation via the chromectl.py script for collaborative or automated browser debugging.

CLI Tools 0 7mo ago
marcioaltoe

web-tests

by marcioaltoe

Complete browser automation with Playwright. ALWAYS use when user needs browser testing, E2E testing, screenshots, form testing, or responsive design validation. Auto-detects dev servers, saves test scripts to working directory. Examples - "test this page", "take screenshots of responsive design", "test login flow", "check for broken links", "validate form submission".

Monitoring 12 7mo ago
YYH211

prompt-optimize

by YYH211

Expert prompt engineering skill that transforms Claude into "Alpha-Prompt" - a master prompt engineer who collaboratively crafts high-quality prompts through flexible dialogue. Activates when user asks to "optimize prompt", "improve system instruction", "enhance AI instruction", or mentions prompt engineering tasks.

Processing 269 7mo ago
lyndonkl

data-schema-knowledge-modeling

by lyndonkl

Use when designing database schemas, need to model domain entities and relationships clearly, building knowledge graphs or ontologies, creating API data models, defining system boundaries and invariants, migrating between data models, establishing taxonomies or hierarchies, user mentions "schema", "data model", "entities", "relationships", "ontology", "knowledge graph", or when scattered/inconsistent data structures need formalization.

Processing 113 7mo ago
lyndonkl

constraint-based-creativity

by lyndonkl

Use when brainstorming feels stuck or generates obvious ideas, need to break creative patterns, working with limited resources (budget/time/tools/materials), want unconventional solutions, designing with specific limitations, user mentions "think outside the box", "we're stuck", "same old ideas", "tight constraints", "limited budget/time", or seeking innovation through limitation rather than abundance.

Code Gen 112 7mo ago
skilzy-ai

skilzy-creator

by skilzy-ai

Comprehensive toolset for creating, converting, validating, and packaging Skilzy-compliant AI agent skills. This skill should be used when users want to initialize a new skill, convert a Claude skill archive to the Skilzy format, validate an existing skill's structure and compliance, or package a skill for distribution to the Skilzy registry.

Processing 3 7mo ago
lyndonkl

chain-spec-risk-metrics

by lyndonkl

Use when planning high-stakes initiatives (migrations, launches, strategic changes) that require clear specifications, proactive risk identification (premortem/register), and measurable success criteria. Invoke when user mentions "plan this migration", "launch strategy", "implementation roadmap", "what could go wrong", "how do we measure success", or when high-impact decisions need comprehensive planning with risk mitigation and instrumentation.

Code Gen 113 7mo ago
lyndonkl

communication-storytelling

by lyndonkl

Use when transforming analysis/data into persuasive narratives—presenting to executives, explaining technical concepts to non-technical audiences, creating customer-facing communications, writing investor updates, announcing changes, turning research into insights, or when user mentions "write this for", "explain to", "present findings", "make this compelling", "audience is". Invoke when information needs to become a story tailored to specific stakeholders.

Code Gen 112 7mo ago
lyndonkl

code-data-analysis-scaffolds

by lyndonkl

Use when starting technical work requiring structured approach - writing tests before code (TDD), planning data exploration (EDA), designing statistical analysis, clarifying modeling objectives (causal vs predictive), or validating results. Invoke when user mentions "write tests for", "explore this dataset", "analyze", "model", "validate", or when technical work needs systematic scaffolding before execution.

Code Gen 112 7mo ago
rawveg

pinterest-api

by rawveg

Pinterest API v5 Development - Authentication, Pins, Boards, Analytics

API Dev 38 7mo ago
rawveg

threads-api

by rawveg

Threads API Documentation

API Dev 38 7mo ago
cuioss

cui-java-core

by cuioss

Core Java development standards for CUI projects including coding patterns, null safety, Lombok, modern features, and logging

API Dev 1 7mo ago
marcioaltoe

project-workflow

by marcioaltoe

Development workflow and quality gates for the Bun + TypeScript stack. ALWAYS use before commits to ensure quality gates are met. Also use when starting development or when user asks about workflow process. Examples - "before commit", "quality gates", "workflow checklist", "bun commands", "pre-commit checks".

Git & VCS 12 7mo ago
pytorch

at-dispatch-v2

by pytorch

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

Code Gen 100.5K 7mo ago