Skip to content

Repository files navigation

claude-skills

Personal Claude Code marketplace containing custom skills, agents, commands, and hooks.

Installation

Add this marketplace to Claude Code:

/plugin marketplace add markky21/claude-skills

Then install the plugin:

/plugin install my-personal-tools@claude-skills

Structure

claude-skills/
├── .claude-plugin/
│   └── marketplace.json
└── plugins/
    └── my-personal-tools/
        ├── skills/      # Workflow instructions
        ├── agents/      # Specialized agents
        ├── commands/    # Slash commands
        └── hooks/       # Event handlers

Adding New Content

Skills

Create a new directory in plugins/my-personal-tools/skills/ with a SKILL.md file.

Commands

Create a new .md file in plugins/my-personal-tools/commands/.

Agents

Create a new .md file in plugins/my-personal-tools/agents/.

Hooks

Add hook configuration to plugins/my-personal-tools/.claude-plugin/plugin.json.

About

Personal Claude Code marketplace with skills, agents, commands, and hooks

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages