Open Agent Skills for AI agents working on bansos.dev and wauputr4/bansos.
These skills follow the skills.sh / npx skills format: each skill lives in skills/<skill-name>/ with a required SKILL.md, optional references/, and optional agents/openai.yaml UI metadata.
bansos-add-entry: add or review folder-based bansos.dev listings with source verification and contributor attribution.bansos-develop-feature: develop UI, SEO, data, and feature changes for the SvelteKit and Cloudflare Pages site.
Install all skills to every supported agent:
npx skills add wauputr4/skill-bansos --skill '*' --agent '*'Install only the submit-entry skill:
npx skills add wauputr4/skill-bansos --skill bansos-add-entryUse each skill directly by path:
Use $bansos-add-entry to add a new bansos.dev listing from this source: ...
Use $bansos-develop-feature to improve the mobile contribution page UI.
Validate before publishing or opening a pull request:
python3 /path/to/skill-creator/scripts/quick_validate.py skills/bansos-add-entry
python3 /path/to/skill-creator/scripts/quick_validate.py skills/bansos-develop-featureRelease tags are created from merged main. The current folder-based workflow update is planned for v0.2.0; see CONTRIBUTING.md.
MIT. See LICENSE.