BAS
Search

Documentation

Install, inspect, and contribute.

BAS uses the open Skills CLI. No BAS wrapper, account, or production database is required.

Commands

Discover skills

npx skills add https://agent-skills.bespoketech.com.ng --list

Install into this project

npx skills add https://agent-skills.bespoketech.com.ng --agent '*' --skill bespoke-quality-workflow --yes

Install globally

npx skills add https://agent-skills.bespoketech.com.ng --global --agent '*' --skill bespoke-quality-workflow --yes

Use temporarily

npx skills use https://agent-skills.bespoketech.com.ng --skill bespoke-quality-workflow

Project installation writes inside the current repository. Global installation writes to user-level skill locations. Temporary use loads instructions without installing files.

Compatibility

BAS packages follow the portable Agent Skills format. The public builder exercises the current open Skills CLI with all-agent and Codex targets; no wider provider execution claim is made.

Contributing

Add a complete portable skill under skills/, generate its provider metadata, declare its public catalogue metadata, and run every repository validator. A valid skill appears on the site without editing a website component.

Read the repository contribution guide