40 results (85.0ms) page 2 / 2
schwepps / skills-install-skill exact

This skill should be used when the user asks to "install a skill", "add a skill to the project", "unpack a skill", or "integrate a new skill". Automates the full workflow of unpacking .skill...

the911fund / skill-of-skills-skill-of-skills exact

Discover and install trending Claude Code tools from the entire ecosystem.

eugenepyvovarov / mcpbundler-agent-skills-marketplace-example-skill exact

An example skill demonstrating the basic structure and format

oaustegard / claude-skills-inspecting-skills exact

Discovers and indexes Python code in skills, enabling cross-skill imports. Use when importing functions from other skills or analyzing skill codebases.

Apolinariolanga / skills-find-skills exact

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities....

mvdmakesthings / skills-your-skill-name exact

A clear, concise description of what your skill does and when Claude should use it. Include the main functionality and use cases.

oaustegard / claude-skills-creating-skill exact

Creates Skills for Claude. Use when users request creating/updating skills, need skill structure guidance, or mention extending Claude's capabilities through custom skills.

CE0Alex / skill-hunter exact

Use when the user wants to find NEW external skills for a project, build a skill stack from external registries, or compare external options against project needs. Do not use for questions about...

jackspace / claudeskillz-skill-creator exact

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,...

Prat011 / awesome-llm-skills-skill-creator exact

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,...

jackspace / claudeskillz-skill-harvester exact

Meta-skill for extracting and creating reusable Claude Code skills from past work sessions. Analyzes git history, code patterns, workflows, and documentation to identify harvestable skills, then...

sendaifun / skills-example-skill exact

Template and guide for creating skills. Demonstrates the standard skill structure with resources, docs, examples, and templates directories. Use this as a reference when building new protocol integrations.

parcadei / continuous-claude-v3-skill-developer exact

Meta-skill for creating and managing Claude Code skills

jackspace / claudeskillz-skills-collection-manager exact

Comprehensive toolkit for managing large Claude Code skill collections including bulk downloading from GitHub, organizing into categories, detecting and removing duplicates, consolidating skills,...

shajith003 / awesome-claude-skills-template-skill exact

Replace with description of the skill and when Claude should use it.

arshia2114 / agent-skills-skill-crafting exact

Create, fix, and validate skills for AI agents. Use when user says 'create a skill', 'write a skill', 'build a skill', 'fix my skill', 'skill not working', 'analyze my skill', 'run skill...

guo-yu / skills-share-skill exact

Automatically share skills, migrate local skills to code repositories, open source skills, skill version management, configure git remote

jackspace / claudeskillz-sharing-skills exact

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...

oaustegard / claude-skills-versioning-skills exact

REQUIRED for all skill development. Automatically version control every skill file modification for rollback/comparison. Use after init_skill.sh, after every str_replace/create_file, and before packaging.