Agent Toolkit banner
LandonSchropp LandonSchropp

Agent Toolkit

AI community

Description

My personal toolkit for working with AI agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agent Toolkit

This repository contains my personal toolkit for working with AI agents such as Claude Code and Codex CLI. It's primarily composed of skills, which are implemented following the [Agent Skills](https://agentskills.io/) specification.

The toolkit is customized to my personal workflow, and isn't meant to be used by anyone else, although others are welcome to use it if they'd like.

Installation

Claude Code

To use this toolkit with Claude Code, first add the marketplace provided by this plugin.

claude plugin marketplace add ./.claude-plugin/marketplace.json

Then, you can install the `ls` plugin normally.

claude plugin install ls