PSPapiSkill
Main content

Contributing

PapiSkill is open source. Contributions can improve the app, CLI, validation rules, docs, or the curated global registry.

Ways to contribute

Global registry skills

Curated global skills live in registry/official/<skill-id>/. Existing skill detail pages show the exact source path and link to GitHub for focused edits.

npm run registry:validate

Development flow

npm install
npm run db:generate
npm run typecheck
npm run lint
npm test
npm run build