Skip to main content
Source repository

anthropics/claude-code

These skills were imported into SkillJury from the public skills ecosystem.

9 linked skillsVisit source
Source listing

9 imported skills

claude-opus-4-5-migration

by anthropics/claude-code

1

One-shot migration from Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5.

Software EngineeringFrontend and DesignFirst seen Jan 19, 2026

Agent Development

by anthropics/claude-code

Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities.

Software EngineeringFrontend and DesignFirst seen Dec 31, 1969

Command Development

by anthropics/claude-code

Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows.

Software EngineeringFrontend and DesignFirst seen Dec 31, 1969

Hook Development

by anthropics/claude-code

Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows.

Software EngineeringFrontend and DesignFirst seen Dec 31, 1969

MCP Integration

by anthropics/claude-code

Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing structured tool access. Use MCP integration to expose external service capabilities as tools within Claude Code.

Software EngineeringFrontend and DesignFirst seen Dec 31, 1969

Plugin Settings

by anthropics/claude-code

Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context.

Software EngineeringFrontend and DesignFirst seen Dec 31, 1969

Plugin Structure

by anthropics/claude-code

Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code.

Software EngineeringFrontend and DesignFirst seen Dec 31, 1969

Skill Development

by anthropics/claude-code

This skill provides guidance for creating effective skills for Claude Code plugins.

Software EngineeringFrontend and DesignFirst seen Dec 31, 1969

Writing Hookify Rules

by anthropics/claude-code

Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files.

Software EngineeringFrontend and DesignFirst seen Dec 31, 1969