con un clic
template
template contiene 4 skills recopiladas de yelmuratoff, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Use this skill when registering a new app-wide dependency — a service, client, repository, bloc, or manager that must be available across features — even when phrased as "where do I put this service", "make X available everywhere", "inject Y", "как прокинуть зависимость". Covers the project's Pure DI flow: DependenciesContainer / RepositoriesContainer fields, construction in CompositionRoot.compose(), and reading via context.dependencies or a scope.
Use this skill when adding a new feature, screen, flow, or data-backed module to this app — including requests phrased as "add a screen for X", "build the orders page", "create a new module", "новая фича", "добавь экран". It walks the project's feature-first layout end-to-end: data source + repository with error mapping, BLoC with the guard helper, typed scope widget, wiring into CompositionRoot/containers, and a yx_navigation route with guards.
Use this skill when adding or changing a user-visible string — including requests like "change this label", "add a message for X", "translate the button", "добавь строку", "поменяй текст на экране". The project localizes through gen-l10n with three ARB locales (en/ru/kk); a hardcoded string literal in a widget is a defect. Covers ARB key placement, ICU plurals/placeholders, regeneration, and the untranslated-messages check.
Create or edit AgentSync configuration — AGENTS.md, rules, skills, commands, subagents, settings, MCP servers, hooks, or per-tool configs. Use this skill when adding a rule, creating or scaffolding a skill, writing a slash command, defining a subagent persona, editing permissions, configuring an MCP server, setting up the `.ai/src/` directory, or running `agentsync sync` / `add` / `customize` / `resolve` / `simplify` / `profile` — even when the user does not name "AgentSync" explicitly but is editing files in `.ai/src/`, `.claude/`, `.cursor/`, or another tool-config directory.