ProjectRilis v0.1.1
skill-bansos
Open Agent Skills for adding bansos.dev listings and developing the bansos.dev SvelteKit site.
Open Agent Skills for adding bansos.dev listings and developing the bansos.dev SvelteKit site.
Open Agent Skills for adding bansos.dev listings and developing the bansos.dev SvelteKit site.
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 bansos.dev listings using source-backed data and the npx bansosdev add workflow.bansos-develop-feature: develop UI, SEO, data, and feature changes for the static SvelteKit bansos.dev 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-entry
Use 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-feature
MIT. See LICENSE.