falcondev-oss
- 14 skills
- 0 followers
- 15 hours ago last updated
- ▌
- ▌ File Pr · falcondev-ossFile a PR from the current branch. Use when the user asks to file, open or create a PR.
- ▌ Workflow · falcondev-oss bundleDurable, type-safe queue workers with @falcondev-oss/workflow on Redis. Use when working with WorkflowNamespace / createWorkflow, step.do / step.wait / step.waitUntil, workflow.run / runIn / runAt / work(), job.wait(), upsertSchedule cron schedules, groupId ordering and numeric priority, or the Settings / createRedis connection setup.
- ▌ Babysit Pr · falcondev-ossMonitor a pull request through review and CI. Use when the user asks you to monitor, watch or babysit a PR.
- ▌ Shareflare · falcondev-oss bundleShare any local file through a public URL. Use whenever you need to share a file, including attaching artifacts to GitHub issues or pull requests, showing a file to the user, or fulfilling a request for a shareable URL.
- ▌ Goodday API · falcondev-ossCall the goodday work-management API v2 for Projects, Tasks, and Users — list/read/create/update projects, folders, and tasks; comment, reply, tag, and change task status; read users and rate history. Use when the user wants to query or manage goodday projects, tasks, or users, or mentions goodday API routes, a gd-api-token, or api.goodday.work.
- ▌ Implement Pr · falcondev-oss bundleImplement a change and deliver a green, review-ready pull request with explicit scope and evidence.
- ▌ Falcondev Form · falcondev-oss bundleBuilding or editing forms with @falcondev-oss/form — the type-safe, reactive, schema-driven form library (packages form-core, form-react, form-vue) built on @vue/reactivity. Use when working with useForm / useFormCore, form.fields accessors, $use(), field.value / field.handleChange / field.model, form.data, or a Standard Schema (zod v4 / arktype) form in a React or Vue codebase.
- ▌ Ponytail Review · falcondev-ossCode review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or invokes /ponytail-review. Complements correctness-focused review, this one only hunts complexity.
- ▌ Standing Orders · falcondev-oss bundleStanding orders — the defaults in force every conversation: taste, telegram-terse replies, which skills to reach for, the house coding standards, UI verification, shared-machine care. Read it when unsure which default applies.
- ▌ Address Pr Comments · falcondev-ossWork through the review comments on a pull request — implement the requested changes, and reply to every comment. Use when the user wants to address PR feedback, respond to review comments, act on reviewer requests, or "handle the comments on my PR".
- ▌ Conventional Commits · falcondev-ossFormat commit messages, branch names, PR titles, and issue titles to the Conventional Commits 1.0.0 spec. Use BEFORE running `git commit`, `git checkout -b`/`git branch`, `gh pr create`, or `gh issue create`; before writing any commit message, branch name, PR title, or issue title; and whenever staging changes to commit or asked to "commit", "make a PR", "open an issue", or "create a branch" — or when another skill needs a spec-compliant commit message.
- ▌ Trpc Typed Form Data · falcondev-oss bundleType-safe file uploads through tRPC with @falcondev-oss/trpc-typed-form-data. Use when uploading files / FormData through a tRPC procedure, or working with typedFormData(), createTypedFormData(), typedFormDataLink, createTypedFormDataPlugin, the file() validator / FileValue type (a stable alternative to z.file()), or ReactNativeFile / Expo file uploads over tRPC.
- ▌ Setup Falcondev Oss Skills · falcondev-oss bundleOne-time machine setup for these skills — install ponytail, the Matt Pocock collection, and every skill from this repo, then wire the standing-orders line into every agent harness's root config. Run once per machine.