Add this repo's skills to your coding agent:
npx skills@latest add falcondev-oss/skills -gThen run the setup-falcondev-oss-skills skill in your agent (e.g. /setup-falcondev-oss-skills). It installs the recommended skill set — ponytail, the Matt Pocock skills, and every skill from this repo — and wires the standing-orders line into each agent harness's root config, so the right skill fires in every conversation.
| Skill | What it does |
|---|---|
ace |
Writes every user-facing message in Attempto Controlled English for clear and unambiguous communication. |
conventional-commits |
Formats commit messages, branch names, PR titles, and issue titles to the Conventional Commits 1.0.0 spec. Splits oversized diffs into atomic commits and verifies every message against the spec before it lands. |
address-pr-comments |
Works through the review comments on a pull request: triages each into a change request vs. a question/opinion, implements the changes, replies to and resolves every thread, and confirms the PR's checks pass. |
implement |
Implements a piece of work based on a spec or set of tickets. |
implement-pr |
Wraps the implement skill in a feature-branch workflow: cuts a fresh branch, delegates the build to implement, then pushes and opens a pull request — branch name and PR title formatted via conventional-commits. |
implementation-review |
Reviews completed implementation work with spec, code-quality and over-engineering review passes, then fixes and rechecks every finding. |
standing-orders |
The machine-wide defaults in force every conversation: taste, telegram-terse replies, the skills to reach for (ponytail, conventional-commits), UI verification in a subagent, shared-machine care — plus the house coding standards it carries, which every code-style-aware skill reads. Wired into each harness's root config by setup-falcondev-oss-skills. |
setup-falcondev-oss-skills |
One-time machine setup: installs ponytail, the Matt Pocock skills, and every skill from this repo, then adds the standing-orders line to every agent harness's root config. Explains each step and confirms before acting. |
falcondev-form |
Building or editing forms with @falcondev-oss/form — the type-safe, reactive, schema-driven form library (form-core, form-react, form-vue) built on @vue/reactivity. Covers useForm/useFormCore, form.fields accessors, $use(), field.value/handleChange/model, and Standard Schema (zod v4 / arktype) forms in React or Vue. |
trpc-typed-form-data |
Type-safe file uploads through tRPC with @falcondev-oss/trpc-typed-form-data. Covers the three touch points (typedFormDataLink, createTypedFormDataPlugin, typedFormData()), createTypedFormData, the file() validator / FileValue type as a stable alternative to z.file(), and ReactNativeFile / Expo uploads. |
workflow |
Durable, type-safe queue workers with @falcondev-oss/workflow on Redis. Covers WorkflowNamespace/createWorkflow, step.do/wait/waitUntil and replay semantics, run/runIn/runAt/work(), job.wait() and its errors, upsertSchedule cron schedules, group ordering and the four concurrency caps, plus a full option reference. |
goodday-api |
Calling the goodday work-management API v2 for Projects, Tasks, and Users. Complete, exhaustive route reference (list/read/create/update projects, folders, and tasks; comment, reply, tag, change status; read users and rate history), token read from GOODDAY_API_TOKEN. |
shareflare |
Shares any local file through a public URL using SHAREFLARE_URL and SHAREFLARE_TOKEN, including artifacts for GitHub issues and pull requests. |