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.
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.
| Skill | Description |
|---|---|
| agent-integrator | helps implement Buildship agent into frontend apps using the @buildship-ai/ag... |
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 --listInstall via Claude Code's plugin system:
# Add the plugin (includes all skills)
/plugin add buildship-ai/buildship-skillsClaude Code plugins are also supported in Factory's Droid.
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-skillsUse 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.
| 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 |
Contributions are welcome! Please read our Contributing Guide for more information.
MIT