Skip to content

ToyWorks/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

ToyWorks Agent Skills

This repository hosts public agent skills maintained by the ToyWorks Team.

What are Agent Skills?

Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. They work across any AI agent that supports the open Agent Skills standard.

Available Skills

Skill Description
t3-hardware-scoring The MantaBase T3 Hardware Audit System utilizes Brand Blinding information filtering, a Triple-Auditor specialized scoring process, and a Peer Review mechanism to objectively classify items as Tool, Toy, or Trash based on design theory.

Installation

Skills

Use npx skills to install skills directly:

# Install all skills
npx skills add toyworks/agent-skills

# Install specific skills
npx skills add toyworks/agent-skills --skill t3-hardware-scoring

# List available skills
npx skills add toyworks/agent-skills --list

Claude Code Plugin

Install via Claude Code's plugin system:

# Add the marketplace
/plugin marketplace add toyworks/agent-skills

# Install specific skill
/plugin install t3-hardware-scoring-skill

Claude Code plugins are also supported in Factory's Droid.

Other Installation Methods

Agent skills can also be installed by using the below commands from Playbooks or Context7:

# Playbooks
npx playbooks add skill toyworks/agent-skills

# Context7
npx ctx7 skills install /toyworks/agent-skills

Adding New Skills

Use the included script to add new skills:

node scripts/add-skill.js <skill-name> "<description>"

Example:

node scripts/add-skill.js t3-hardware-scoring "The MantaBase T3 Hardware Audit System utilizes Brand Blinding information filtering, a Triple-Auditor specialized scoring process, and a Peer Review mechanism to objectively classify items as Tool, Toy, or Trash based on design theory."

This will create the skill structure and automatically update this README and the marketplace.json.

Scripts

Script Description
node scripts/add-skill.js Add a new skill to the repository
node scripts/sync-skills.js Sync README and marketplace.json with skills directory

Contributing

We welcome contributions to improve existing skills or add new skills. Please submit a pull request.

License

MIT

About

Agent skills maintained by the ToyWorks Team

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors