Skip to main content
Run any Skill in Manus
with one click
trycourier
GitHub creator profile

trycourier

Repository-level view of 13 collected skills across 4 GitHub repositories.

skills collected
13
repositories
4
updated
2026-07-15
repository explorer

Repositories and representative skills

changesets
software-developers

Manage versioning for the @trycourier packages with changesets โ€” create a changeset describing a version bump after changing package source, and bump package versions for release with `yarn changeset version`. Use when modifying @trycourier/*/src and a release-tracking changeset is needed, or when cutting a release locally / running the "Version Packages" step by hand.

2026-07-15
npm-release-pipeline
software-developers

Diagnose and drive the courier-web npm release pipeline โ€” the Release workflow on main, the changesets "Version Packages" PR (changelogs + version bumps), and OIDC publishing to npm. Use when a Release run fails, packages didn't appear on npm after merging Version Packages, publishing hits ENEEDAUTH, or someone asks why the changelogs/release didn't kick off after a merge.

2026-07-15
update-component-theme
software-developers

Change or add a themable style (border, color, shadow, radius, font) on a Courier UI web component โ€” inbox, toast, preferences, or core. Use when adjusting a component's default look, adding a new theme property, or fixing a style that doesn't render in light or dark mode.

2026-07-14
sync-examples
software-developers

Keep the framework-SDK showcase example apps (react-latest, react-17, vue, and angular) at feature parity โ€” the same set of demo pages and routes, one per SDK. Use whenever you add, change, or remove a demo in one showcase example (a new route/page, a themed variant, a custom-renderer demo, etc.) so the change is mirrored across the others, or when auditing that the showcases are in sync.

2026-06-18
add-example-app
software-developers

Checklist for adding a new example app under examples/* so it's runnable and discoverable. Use whenever you create a new example app (any new examples/<name> workspace) โ€” it MUST be registered in .vscode/launch.json's "๐Ÿš€ Run Example App" picker, and there are a few other wiring steps. Apply this any time you scaffold a new example.

2026-06-18
api-reports
software-quality-assurance-analysts-and-testers

Check or update the committed API reports for the @trycourier packages (API Extractor reports under api/*.api.md). Use when CI's "Build packages and check API changes" job fails on an API diff, when you intentionally changed a package's public API surface and need to refresh the committed report, or to verify locally that the reports are in sync before pushing.

2026-06-18
run-example-app
software-developers

Run one of the example apps' dev servers (the "๐Ÿš€ Run Example App" launch config). Use when asked to start, run, preview, or manually test an example app (web-js, vue, next-latest, next-12, react-latest, react-17, designer), e.g. to see an inbox/toast/preferences change working in a browser.

2026-06-18
run-tests
software-quality-assurance-analysts-and-testers

Run the @trycourier package test suites (the "๐Ÿงช Run Tests" launch config) โ€” all packages at once or a single package. Use when asked to run tests, verify a change is covered, or reproduce a CI test failure locally for courier-js, courier-react, courier-react-17, courier-ui-inbox, or courier-ui-toast.

2026-06-18
Showing top 8 of 9 collected skills in this repository.
Showing 4 of 4 repositories
All repositories loaded