with one click
dotfiles
dotfiles contains 5 collected skills from cfbender, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use when an approved design needs an implementation plan, and plan depth should adapt to risk and scope.
Safe git operations. Avoids editor-opening commands that hang the agent, blocks destructive actions without confirmation, and enforces safe push semantics. Use when running any git command — commit, tag, merge, rebase, push, reset, or branch manipulation.
Use when executing an approved implementation plan and review strictness should adapt to task risk.
Apply portable Elixir architecture and style guidance for maintainable, domain-oriented applications. Use when writing, reviewing, refactoring, or planning Elixir code, especially around module structure, contexts, actions, schemas, workers, queries, file size, and larger codebase organization.
Apply portable React and TypeScript architecture and style guidance for maintainable, feature-oriented frontends. Use when writing, reviewing, refactoring, or planning React code, especially around component boundaries, hooks, state, data fetching, file size, accessibility, tests, and larger frontend organization.