Skip to main content

Bundled skill catalog

Agentbriefer v1 bundles seven skills inside the binary. They require no separate download and are installed into a project by ID.

Skill IDCategoryUse it when
docker-compose-for-local-devBackendLocal infrastructure should stay minimal, configurable, healthy, and free of committed secrets.
rust-axum-layered-structureBackendAn Axum service needs light handler, service, and data boundaries without premature abstractions.
css-first-motionFrontendUI animation should prefer CSS and respect reduced-motion preferences.
server-components-by-defaultFrontendA Next.js or React project should keep client components small and intentional.
sveltekit-component-structureFrontendA SvelteKit app needs thin routes and well-placed components, stores, and API helpers.
no-secrets-in-repoSecurityEvery stack should keep keys, tokens, and credentials out of tracked files.
password-and-session-authSecurityA Rust/Axum/PostgreSQL backend owns password, cookie, session, or token behavior.

Browse and inspect

agentbriefer skill list
agentbriefer skill list --recommended
agentbriefer skill info no-secrets-in-repo

--role and --recommended filter only the displayed catalog. They never install a skill or change the shared project configuration.

Choose a focused set

Skills add specialized guidance to every selected output, so install only rules that repeatedly apply to the repository.

agentbriefer skill add rust-axum-layered-structure
agentbriefer skill add no-secrets-in-repo

The IDs are stored in agentbriefer.yaml, materialized under .agentbriefer/skills/, and inlined into generated instructions. See Skills for the full lifecycle.