with one click
openfeeds
openfeeds contains 8 collected skills from cyrillbrito, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Work with the database layer: create tables, modify schema, generate migrations, and wire domain context for mutations. Use when changing database structure or writing functions that mutate data. Do not use for frontend collections or Hono route handlers — use the new-entity skill instead.
Add a new entity or feature end-to-end across the full stack: domain, database, collections, server routes, and error handling. Use when creating a new data type or feature that needs client-server sync. Do not use for database-only changes (use database skill) or UI-only changes (use solidjs skill).
UI design language and conventions for OpenFeeds: background colors, content layout (content-container, PageLayout), spacing, responsive breakpoints, and overlay/layering rules (modals, dropdowns, popovers). Use when writing or styling UI components, adding pages, building modals/dropdowns/popovers, or making layout/spacing decisions. Do not use for SolidJS reactivity patterns (load the solidjs skill instead).
Commit, push, branch, and manage version control with GitButler. Use for: commit my changes, check what changed, create a PR, push my branch, view diff, create branches, stage files, edit commit history, squash commits, amend commits, undo commits, pull requests, merge, stash work. Replaces git - use 'but' instead of git commit, git status, git push, git checkout, git add, git diff, git branch, git rebase, git stash, git merge. Covers all git, version control, and source control operations.
Check a GitHub PR for unresolved review comments, failing status checks, and incomplete description. Wait for pending checks, categorize issues, fix and resolve threads. Use when the user wants to check a PR, address review feedback, or prepare for merge.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
SolidJS patterns and anti-patterns for this codebase. Use when writing UI components or debugging reactivity. Do not use for server-side code or domain logic.
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.