Skip to content

buildship-ai/buildship-skills

Repository files navigation

Buildship Agent Skills

This repository contains a collection of agent skills for buildship. These skills are designed to enhance the capabilities of agents by providing them with specialized functionalities.

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
agent-integrator helps implement Buildship agent into frontend apps using the @buildship-ai/ag...

Installation

Skills

Use skills to install skills directly:

# Install all skills
npx skills add buildship-ai/buildship-skills

# Install specific skills
npx skills add buildship-ai/buildship-skills --skill agent-integrator

# List available skills
npx skills add buildship-ai/buildship-skills --list

Claude Code Plugin

Install via Claude Code's plugin system:

# Add the plugin (includes all skills)
/plugin add buildship-ai/buildship-skills

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 buildship-ai/buildship-skills

# Context7
npx ctx7 skills install /buildship-ai/buildship-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 agent-integrator "helps implement Buildship agent into frontend apps using the npm package"

This will create the skill structure and automatically update manifest.json, platform plugin files, skills/index.json, and this README.

Scripts

Script Description
node scripts/add-skill.js Add a new skill to the repository
node scripts/sync-skills.js Sync manifest.json, platform plugin files, skills/index.json, and README with skills directory

Resources

Contributing

Contributions are welcome! Please read our Contributing Guide for more information.

License

MIT

Releases

Packages

Contributors

Languages